- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 09:48 AM
Hello,
I would like to learn how to get catalog item variable sys_id. Could someone please provide suggestions?
Thank you so much!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 11:09 AM - edited 10-11-2022 11:14 AM
Hi @Annie10 some ways to do that:
1. Try to find your variable on item_option_new table. There's a column called "Catalog Item" and other called "Variable set" then you can confirm if the variable is related to the item or the variable set you want and just copy sys_id using right click on form header.
2. Open the catalog item on sc_cat_item table, then in the related list "variables" you can simply right click on the desired variable and select copy sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 09:54 AM
Need a little more context. Are you just trying to obtain the sys_id for one specific catalog variable? Or are you trying to obtain using a script? Something different?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 10:49 AM
Hi,
I just want to learn how obtain the sys_id for one specific catalog variable.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 11:09 AM - edited 10-11-2022 11:14 AM
Hi @Annie10 some ways to do that:
1. Try to find your variable on item_option_new table. There's a column called "Catalog Item" and other called "Variable set" then you can confirm if the variable is related to the item or the variable set you want and just copy sys_id using right click on form header.
2. Open the catalog item on sc_cat_item table, then in the related list "variables" you can simply right click on the desired variable and select copy sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 12:56 PM
Thank you so much for helping.