This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Get current state on update

In an SBM form is there any way possible to get the current state of an item on an update transition from Any?

The only values I seem to get back are (Auto) or null.

I want to have a dynamic update form based on State rather than creating an Update transition for every state and forms for each transition.

Parents
  • Suggested Answer

    0  

    If it is a Transition Form, the Form Actions have an "if transition in xxx" rule that you can use. It looks like this:

    If it is a State Form, you have to use the "if rule is true" option:

    Then setup a rule that looks at State such as:

    Hope that helps.

Reply
  • Suggested Answer

    0  

    If it is a Transition Form, the Form Actions have an "if transition in xxx" rule that you can use. It looks like this:

    If it is a State Form, you have to use the "if rule is true" option:

    Then setup a rule that looks at State such as:

    Hope that helps.

Children
No Data