caputre error for an individual assets when trying to update list of assets
Hi,
I have a list of assets and using assetApi and AssetDataManager I am calling update method where I am passing the list od assets. But if the update process can not process an asset in the list for example if it is locked by someone then my job is failing.
What I would like to do it capture this error and carry on.
I can do this by looping through my list and updating assets individually but that would be less efficient , I think.
Just wondering if some one else have any ideas?