When Enterprise level Agreement Type is selected the product is showing as compliantSummaryThis is expected behaviour OOTB, When Enterprise level Agreement is selected, it will not effect the compliance.Affects Compliance value is calculated based on the below script.https://<instancename>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=3ed4099053900010d924ddeeff7b12ec } else {var remediationOption = new GlideRecord(ReconciliationConstants.REMEDIATION_OPTION_TABLE);remediationOption.addQuery('software_model_result', softwareModelResult);remediationOption.addQuery('remediation_action', ReconciliationConstants.REMOVE_UNLICENSED_CLOUD_INSTALLS);remediationOption.query();if (remediationOption.next()) {remediationOption.setValue('unlicensed_rights', remediationOption.getValue('rights_needed'));remediationOption.setValue('actionable_rights', remediationOption.getValue('rights_needed'));remediationOption.setValue('affects_compliance', !this.softwareModelsWithELA.hasOwnProperty(softwareModel));remediationOption.setValue('true_up_cost', 0);remediationOption.update();} The softwareModelsWithELA, which is a software model with Enterprise Licence Agreement. Note: This applies only when you have entitlements matching data in software installs and subscriptions table's