Function isPlaybookInReview is missing on Script Include AssetUtils DescriptionInstall Plugin: Software Asset Management - SaaS License ManagementSoftware Asset Management - SaaS License Management Integrations This will add Business rule 'Recalculate potential savings async' Steps to produce: Navigate to Software Asset Licensing Software EntitlementsOpen any record with below filter condition: ~ software_model.product.ignore_installs = true AND ~ software_model.product.subscription_software = true.Update any field on the form.Click on update button.Observe error on form: “Exception (TypeError: Cannot find function isPlaybookInReview in object function () {...}. (sys_script.63839ade73812300278a97f8faf6a7aa.condition; line 1)) occured while evaluating'Condition: current.cost.changes() || global.AssetUtils.isPlaybookInReview(current); Filter Condition: software_model.product.ignore_installs=true^software_model.product.subscription_software=true^EQ' in business rule 'Recalculate potential savings async' on alm_license: Asset001 - SAP SuccessFactors; skipping business rule”. Release or EnvironmentInstalled plugin: Software Asset Management – SaaS License Management v5.0.1.Instance release version: QuebecCauseThe condition on business rule - 'Recalculate potential savings async' is checking for function 'isPlaybookInReview' on script include 'AssetUtils' which is not found.Business Rule: https://<instance>.service-now.com/nav_to.do?uri=sys_script.do?sys_id=63839ade73812300278a97f8faf6a7aaScript Include: https://<instance>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=3596241c475520003ecf706eecde2726ResolutionWorkaround: Open business rule: Recalculate potential savings async https://<instance>.service-now.com/nav_to.do?uri=sys_script.do?sys_id=63839ade73812300278a97f8faf6a7aaRemove "|| global.AssetUtils.isPlaybookInReview(current)" from conditionOpen list of sys_update_xml tablehttps://<instance>.service-now.com/sys_update_xml.listSearch for above mentioned BR in “name” fieldUpdate “Replace on upgrade” to true Additional InformationFix will be released in next patch of Software Asset Management – SaaS License Management plugin on store. Please refer PRB PRB1504545.