GRC Entity Type Not Creating New ControlsIssue GRC item generation is not working. After creating a new entity type, then adding an entity and control objective the below infomessage displays, but no control is created. Record gets inserted to sn_grc_item_generation_action_event_queue_list, but never moves from the 'ready' state. "Item generation has been initiated. The process may take some time to complete."CauseWe noticed there are error messages relating to undefined functions from ItemProcessingUtils class, which is not available in the script includes module. It's because this class is part of a legacy GRC Item generation functionality which has since been removed after GRC: Profiles version 13. There are 4 ACL's which are still attempting to call methods from this script and thus the processing of the GRC events was not completing. ACL's attempting to access this class can safely be inactivated as ItemProcessingUtils is no longer present in the instance. com.glide.script.RhinoEcmaError: undefined is not a function.Access Control: 'sn_risk_m2m_framework_profile_type' : Line(8) column(0)5: framework.get(current.sn_grc_document + '');6:7: // Can't delete while generating or retiring==> 8: answer = !new sn_grc.ItemProcessingUtils().isProcessing(framework, profileType);ResolutionInactivate the ACL's which are using the legacy script include, then manually executing the "Item generation action queue processor" - the job executes periodically if you do not wish to run this manually. This instance is on version 12 of GRC: Risk Management which used the original version of profile generation, but GRC: Profiles version 15 which uses version 2 of profile generation. Upgrading GRC: Risk Management to the latest release will also remove the problematic ACLs.