The CreatorCon Call for Content is officially open! Get started here.

Updates to a catalog item note displaying in the Employee Center

Ross Drew
Tera Contributor

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?

7 REPLIES 7

Harsh Vardhan
Giga Patron

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.

 

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?

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

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.