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

Moving into new state using a dialog box

Former Member
Former Member

Hi everyone,

I would like to use a dialog box to prompt user to move the object into a new state after the user have clicked the ?Create? or ?Save? button on the meta data card.

The dialog box should have the following question:
?Would you like to move this object into the next state??
The user can then click ?Yes? or ?No?.

Would this be possible to do with a VBS script?

Parents
  • There isn't a way to present and handle a dialogue result. So the method Mika suggested previously is likely your best workaround. You can setup your properties, requirements, and configuration rules in such a way that will mimic this same behavior. Such as not letting users check in an object in a workflow state without filling in a required property, and then automatically transitioning between workflow states depending on what those properties are set to.

Reply
  • There isn't a way to present and handle a dialogue result. So the method Mika suggested previously is likely your best workaround. You can setup your properties, requirements, and configuration rules in such a way that will mimic this same behavior. Such as not letting users check in an object in a workflow state without filling in a required property, and then automatically transitioning between workflow states depending on what those properties are set to.

Children
No Data