Interface IFcUserInvocationEvent

    • Method Detail

      • skipUserGroupRestriction

        boolean skipUserGroupRestriction()
        Can be set to true to skip the user group restriction. The trigger will then execute regardless of the user group of the user that invoked the trigger.
        Returns:
        true if the user group restriction should be skipped, false otherwise.
      • skipWorkflowStateRestriction

        boolean skipWorkflowStateRestriction()
        Can be set to true to skip the workflow state restriction. The trigger will then execute regardless of the state of the form record for which the workflow is executed.
        Returns:
        true if the workflow state restriction should be skipped, false otherwise.