Creation of asset from catalog item?

Harminder Rain1
Tera Contributor

I have a catalog item and after ordering the catalog item and after running the requested item's workflow, the catalog item should become an asset. Can anyone please explain me how to do it?

7 REPLIES 7

What is u_asset_table here?

On your mapping table you should create a field containing the asset table where you want the asset to be created.

If you name that field "Asset Table", the database name of the field would be u_asset_table. I would do it as a choice list with choices that has the same value as the different asset tables.

Harminder Rain1
Tera Contributor

thanks for your help.