<h2>Record Producer Variable Value must be overridden via the RP script.</h2><br/><div style="overflow-x:auto"><article><div ><h3 >Issue </h3><section><ul><li>The RP Script for override variable values doesn't seem to work. Variable values must be overridden.</li></ul></section></div><div ><h3 >Release</h3><section><ul><li>All</li></ul></section></div><div ><h3 >Cause</h3><section><ul><li>OOB hr_ServicesUtil script include was missing 'isTablet' function. It got skipped during the system upgrade.</li></ul></section></div><div ><h3 >Resolution</h3><section><ul><li>Add the below function in script include 'HRSecurityUtils' (sys_id 9c71da339373320092051d1e867ffb42) in application 'Global'. <br />Code: <br /><br />isTablet: function() { <br />var agent = gs.getSession().getProperty("user-agent"); <br />if (!/safari|chrome|firefox/i.test(agent)) { <br />return /Tablet|iPad|android|android 3.0|/i.test(agent); <br />} <br />return false; <br />}, <br /><br /><br /></li></ul></section></div></article></div>