Can someone please suggest why or why should not we use GlideappCatalogItem API? It is undocumented
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 08:14 AM
Can someone please suggest why or why should not we use GlideappCatalogItem API? It is undocumented but I see it working fine upon use.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 08:19 AM
Hi @EKTA2 ,
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 () |
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Thanks,
Pratik Malviya
Thanks,
Pratik Malviya