When creating Security Atribute with Script include, user see error "Using 'current' in the script or included script-includes is not allowed".Issue When creating a Security Attribute in "sys_security_attribute" table, with Script include, the user sees the error "Using 'current' in the script or included script-includes is not allowed."ReleaseAllCauseIt's expected behavior. As of now, it does the following checks 1) If there is the keyword 'current'. 2) If it references any of the 'global' business rules. 3) If it uses any script includes.If "Yes", security attribute can't be created. ResolutionYou can create a security attribute with a script from the "EmployeeTypeEvaluation" script include, and then use it as part of a condition in another security attribute. Similarly, ServiceNow creates SAB/SAC Security attributes. Why do I need new security attributes and what are the SAB and SAC security attributes