- 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 03:11 PM
No problem, glad to help you 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 03:07 AM
Hi,
Please find Variables Table (item_option_new_list.)item_option_new_list.
Which one variable do you want sys_id Right click on this variable and select "copy sys_id" and you will get the sys_id particular variable.
If it helps you Please Mark HELPFUL