is there anybody knows how to get the created asset's metadata field?
i tried these two keywords by experiment.
%created_metadata_<fieldname>%
%created_asset_metadata_<fieldname>%
[quote]is there anybody knows how to get the created asset's metadata field?
i tried these two keywords by experiment.
%created_metadata_<fieldname>%
%created_asset_metadata_<fieldname>%[/quote]
Are you talking about on the "Created" screen?
I don't think this is possible.
The only way I can see this kind of working, is to use triggers to set up a session var, and send that metadata field into that session var, then somehow print that on the Created screen, but I don't think that is possible either…
You can't show the newly created asset's metadata on the Created bodycopy of an Asset Builder.
[quote]is there anybody knows how to get the created asset's metadata field?
i tried these two keywords by experiment.
%created_metadata_<fieldname>%
%created_asset_metadata_<fieldname>%[/quote]
Actually, I have gotten this to work. By passing the created asset ID into a session var, then printing that with an asset listing an nesting it inside of a keyword such as %globals_asset_metadata_<name>:999%
It is really tricky to set up, so I would not necessarily recommend it as an easy option, but it is possible.