Delegated Developer Cannot Edit in Owned Scoped ApplicationIssue The delegated developer is unable to modify the application despite having edit rights as a collaborator and a delegated developer role. An error message is thrown when attempting to edit the reference qualifier in the reference variable of a catalog item of that application. Error: Using script is allowed only by admin. Please contact System AdministratorReleaseNot ApplicableCauseThe error message is coming from a Business Rule.There is a Business Rule on the "question" table, "Allow javascript in Default Value".This Business Rule checks if the "Reference Qualifier" or the "Default Value" contains the advanced ref qualifier "javascript:"Then it checks if the users have write access to the Script Include "Script" field/element.If users have write access to the Script field/element of the script include, then they will be able to insert or update the question/variable reference qualifier.So, WRITE ACLs on the Script Include(sys_script_include) table will restrict access to the users If the user doesn't have write access to the script field on the script include table, the question/variable reference qualifier cannot be updated if it contains "javascript:".ResolutionAssign appropriate roles to the write ACLs on the sys_script_include table as per business need.