I've created an asset builder to create data records. All the important information will be stored in the metadata for this asset, however to be able to create the new asset it needs a name. The name will never be used other than through the backend, so I don't really care what the name is.
I don't want to use the metadata field "title" as it is possible that this value might be used more than once.
Can I create a trigger to set the name? If so how would I do it.
Alternatively is there someother way to invisibly set the name - perhaps with datestamp or assetid.
I'm expecting that we might end up with several data record assets with the same name if we use the title metadata field to name the asset. I have a recollection of getting an error creating more than one data record asset in the same folder.