Will the system restart loads all the latest changes to the users browser.
Summary:
we have partner users who are not clearing the cache to get the latest browser script changes. We want to know if the system restart will push the latest changes to user's browsers
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Version: 24A Patch 2
Code Snippet (add any code snippets that support your topic, if applicable):
htmlString = stringBuilder();
oldSTDFlg = getoldvalue("soldThroughDistributorChecked_c");
currentSTDFlg = soldThroughDistributorChecked_c;
orderNum = oRCL_ERP_OrderNumber_t;
oldOrderNum = getoldvalue("oRCL_ERP_OrderNumber_t");
oldK2Flg = getoldvalue("k2FlagN_c");
currentK2Flg = String(k2FlagN_c);
if(currentSTDFlg <> oldSTDFlg)
Tagged:
0