Creation of asset from catalog item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2018 10:42 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 10:12 PM
What is u_asset_table here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2018 01:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2018 02:12 AM
thanks for your help.