What is GlideappCatalogItem API, what are its methods and what are their uses?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2018 12:03 PM
Can anyone list the methods of GlideappCatalogItem API with their uses or provide a reference to any documentation? I tried but could not find any document anywhere.
Labels:
- Labels:
-
Scripting and Coding
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2018 08:10 PM
Hi Ankit,
Below are methods and properties associated with GlideAppCatalogItem
If you want to see if logged in user respects user criteria, then we can use GlideAppCatalogItem().get("sys_id_of_cat_id").canView();
Name | Type | String |
---|---|---|
associateToCatalog () | Function | "" |
catalog | undefined | "" |
catalogID | undefined | "" |
get () | Function | "" |
getCatalog () | Function | "" |
getCatalogID () | Function | "" |
showPrice () | Function | "" |
updateCategory () |