<h2>When do the "Serial Number" field on Asset Table is set to Mandatory?</h2><br/><div style="overflow-x:auto"><article><div ><h3 >Summary</h3><section><ul><li>In Paris version, we can see that there is a new client script "<span style="text-decoration: underline;"><strong><span style="font-family: terminal, monaco;">MC - Make serial number mandatory</span></strong></span>" added to the existing client scripts. The Client Script works based on the selection of the "Model Category" field on the Asset Table and configuration of property "<span style="text-decoration: underline;"><strong><span style="font-family: terminal, monaco;">glide.asset.create_ci_with_ire</span></strong></span>".<br /><br /></li><li>This client script class "<span style="text-decoration: underline;"><strong><span style="font-family: terminal, monaco;">AssetUtilsAJAX</span></strong></span>" script includes and based on the response the call is made whether to set the field mandatory or not.<br /><br /></li><li>The script includes checks the class associated with the model category and calls the Platform code "<span style="font-family: 'book antiqua', palatino;"><span style="text-decoration: underline;"><strong><span style="font-family: terminal, monaco;">SNC.CmdbMetadataScriptableApi.hasSerialNumberRuleWithNoRelationship(ciClass)</span></strong></span>"</span> which check for Whether there exists an "Independent Identification rule for serial number" field.<br /><br /></li><li>If there exists an Identifier rule for the class which is independent and contains Serial Number then only the field is set to Mandatory !!</li></ul></section></div></article></div>