Skip to main content
Solved

refresh server cache- custom fields issue


proharikg
Sidekick (Partner)
Forum|alt.badge.img+9

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 @proharikg,

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!

View original
Did this topic help you find an answer to your question?
This topic has been closed for comments

5 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31

Hi @proharikg,

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!


Wimali Athulathmudali
Hero (Employee)
Forum|alt.badge.img+8

Hi @proharikg ,

 

As far as I know it is a design limitation but once you  synchronize the custom objects, the database will be cleared and redeploy the custom fields. Then when you do the reload configuration, the necessary client caches will changed. 
Therefore, it won’t be an issue when adding a custom object.


Thanks & best Regards,
Wimali


Thushitha Chandrasiri
Superhero (Partner)
Forum|alt.badge.img+21
Charith Epitawatta wrote:

Hi @proharikg,

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!

Thank you @Charith Epitawatta  for this information. I was also being confused of this behavior. Now I know. 😊

 

Thanks,


proharikg
Sidekick (Partner)
Forum|alt.badge.img+9
  • Author
  • Sidekick (Partner)
  • 81 replies
  • July 26, 2021
Charith Epitawatta wrote:

Hi @proharikg,

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!

Thank you so much Charith,

 

regards,

Hari


proharikg
Sidekick (Partner)
Forum|alt.badge.img+9
  • Author
  • Sidekick (Partner)
  • 81 replies
  • July 26, 2021
Wimali Athulathmudali wrote:

Hi @proharikg ,

 

As far as I know it is a design limitation but once you  synchronize the custom objects, the database will be cleared and redeploy the custom fields. Then when you do the reload configuration, the necessary client caches will changed. 
Therefore, it won’t be an issue when adding a custom object.


Thanks & best Regards,
Wimali

Thank you Wimali


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings