Hi,
Custom field is not getting refreshed, Please see the date in the image below.
What could be the reason?
Thanks in advance

Hi,
Custom field is not getting refreshed, Please see the date in the image below.
What could be the reason?
Thanks in advance
Best answer by Charith Epitawatta
Hi
This is by design. You cannot refresh Custom Objects cache from here. When you do certain operations such as publish or synchronize in custom fields, the caches will be refreshed automatically via application logic and the time is updated here. Ideally, the option to refresh it from here should be disabled to avoid any confusions.
However, if you want to explicitly refresh Custom Objects cache due to some reason, you can do it by manually running following PL/SQL Block.
BEGIN
Install_Tem_SYS.Installation_Support('REFRESH_CUSTOMOBJECTS', NULL);
END;
This is the method IFS installer uses to refresh Custom Objects cache during delivery installations and reconfigurations.
Hope this helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.