Verify.Formula_Btn

You can launch a workflow by clicking Verify in the Formula form. This action populates the Compare form.

Normally, Verify > Compare Formula is hard-coded to invoke the Compare form. The current formula is passed as the base formula. The VERIFY_FMLA_SPEC workflow is used to add specifications from the References tab to the Compare list.

With this profile attribute, any workflow can be invoked from the Verify button. The value for the profile attribute is the name of the action set to launch.

Values:

  • VERIFY_FMLA_SPEC (i.e., default)
  • VERIFY_FMLA_PARENT. This is provided with Optiva.
  • ANY_OTHER_WORKFLOW

Use the Startform function in a workflow to start the Compare form; see the Infor PLM for Process Scripting Administration Guide.

These two workflows are provided with the Optiva database:

  • VERIFY_FMLA_SPEC (i.e.,the default)

    Any specifications on the References tab of the open formula are added automatically to the Compare List of the Compare form.

  • VERIFY_FMLA_PARENT

    Determines whether the open formula has a parent formula. If it does, the parent is set as the base formula and the open formula as the first line in the Compare List. If the open formula has no parent, this action set behaves the same as the VERIFY_FMLA_SPEC action set.