Updates to a catalog item note displaying in the Employee Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2024 12:23 PM
I am new to using the Employee Center. Recently, I made updates to fields and catalog client scripts, but I do not see the changes occurring on the catalog item when accessing it through the Employee Center. When I access the same catalog item through the Platform UI, all the changes are seen and function properly. Is there a content push / publishing method?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2024 12:32 PM
Hi @Ross Drew It should work, Have you tried to run only alert() ?
eg:
alert('Hey ! are you working on ESC Protal ?' );
Make sure UI type has set as ALL on catalog client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2024 01:00 PM
Thank you, Harsh! The changes that I am not seeing in the Employee Center is changing the field from a Lookup Selectbox to a Reference type look up. Also, the UI Type in the Catalog Client Script is set to 'ALL'. Is there a need to publish updates to the employee center?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2024 01:06 PM
Hi @Ross Drew No, nothing needs to be done explicitly here, any modification or addition should reflect on esc portal catalog form. I would suggest try to clear the cache ( by running cache.do )
Just for testing I modified few variables and catalog client script and its working on my ESC portal.
Thanks,
Harsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2024 02:26 PM
I tried clearing the cache and that did not improve things....I guess I need to get Now support involved. Thank you for your help.