- 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:13 AM
Hi,
"sc_cat_item" is the Table Name For Creating catalog items and the latter "cat_item" is a field which is defined on the Requested Item Table referring to the Catalog Item Table. Can you share the exact requirement on what needs to be achieved?
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2017 12:24 AM
hi shloke, thanks for the assistance

- 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
hi Pradeep, thanks for the assistance