- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2017 12:06 AM
Hi All,
I see many scripts referring to catalog item as cat_item, say
var req = new Gliderecord("sc_request);
req.get(current.request);
req.short_description = current.cat_item.name;
req.update();
so can the above 3rd line be replaced as current.sc_cat_item.name
thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2017 12:14 AM
Hello Saahil,
sc_cat_item refers to the table name i.e catalog item and whereas cat_item refers to the field name "Item" on requested item table(sc_req_item).
Please let me know if you have any questions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2017 12:24 AM
You are very welcome. Thanks for participating in the community!