Function isPlaybookInReview is missing for Script Include AssetUtilsDescriptionInstalling the plugins "Software Asset Management - SaaS License Management" and "Software Asset Management - SaaS License Management Integrations" will add the Business Rule 'Recalculate potential savings async', which invokes the missing function isPlaybookInReview.Steps to Reproduce Navigate to -> Software Asset -> Licensing -> Software EntitlementsOpen any record with below filter conditions in AND: ~ software_model.product.ignore_installs = true ~ software_model.product.subscription_software = trueUpdate any field on the formClick on update buttonObserve the 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 ruleWorkaroundOpen the business rule 'Recalculate potential savings async' /sys_script.do?sys_id=63839ade73812300278a97f8faf6a7aaRemove "|| global.AssetUtils.isPlaybookInReview(current)" from conditionOpen the table /sys_update_xml.listSearch for the above mentioned BR in “name” fieldUpdate “Replace on upgrade” to trueRelated Problem: PRB1504545