Asset schema - accessing data and manipulating it
I have added a few fields in the properties tab of asset. i wanted to work with these fields and manipulate the data. What should be the approach?
I have added a few fields in the properties tab of asset. i wanted to work with these fields and manipulate the data. What should be the approach?
I believe after manipulation , you need to activate the modified assets also. Please correct me.
Option1> You can use bulk editor to manipulate/edit the values. No coding would be required. But you have to think about activation separately.
Option2> You can write a groovy script to access those fields and manipulate the data. You need to run the same script on author and publish instances individually. This will help you to avoid replication/activation process and we won't be seeing queues are stuck or queue is active - # pending if you are dealing with so huge number of assets.
No code deployment will be required. But you need to spend time to run the script on author and multiple publish instances individually.
Option3> As @sachin_arora_ has mentioned you can write a workflow and here you can incorporate approval process before publishing/activation. Code deployment would be required.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.