Is it possible to make metadata editable without using the edit link?
I want to edit a certain metadata section under the metadata schema… Is their any way like this one _edit?limbo_assetid=%asset_assetid% ???
[quote]Is it possible to make metadata editable without using the edit link?
I want to edit a certain metadata section under the metadata schema… Is their any way like this one _edit?limbo_assetid=%asset_assetid% ???[/quote]
It is possible to set a Metadata Value for a single field from a Trigger by using the "Set Metadata Value" action.
The field value can be sourced from the URL (HTTP GET variable) or any asset attribute values.
A static value will need to be supplied in case the field value source is not set (eg; when the specified GET variable is not provided).
As with triggers of this nature, please ensure that the relevant security permissions are checked in the "Conditions" section.
[quote]It is possible to set a Metadata Value for a single field from a Trigger by using the "Set Metadata Value" action.
The field value can be sourced from the URL (HTTP GET variable) or any asset attribute values.
A static value will need to be supplied in case the field value source is not set (eg; when the specified GET variable is not provided).
As with triggers of this nature, please ensure that the relevant security permissions are checked in the "Conditions" section.[/quote]
Is it possible to edit like 4 metadata at once?
Yes, you just have to configure the the trigger for it. You can pass any number of things to the trigger, and it will update the values that you have configured.