Skip to main content
Solved

Form Assistant - Temporary saved data

  • November 2, 2022
  • 1 reply
  • 76 views

eqbstal
Superhero (Partner)
Forum|alt.badge.img+21
  • Superhero (Partner)
  • 701 replies

Does anyone know if the data entered in steps of a form assistant are saved somewhere? Idea is that after first step is done, a check is build with an event and react upon that with either an error or data is valid and step two maybe executed.

Example of an assistant would be:

 

Best answer by Technical Outlaws

As far as I am concerned, the data entered in an assistant/wizard in IFS is not physically stored in the database, instead it’s just transient client data used to drive the resulting process.

So you wouldn't be able to hook up a custom event to this assistant/wizard, unfortunately.

1 reply

Technical Outlaws
Hero (Employee)
Forum|alt.badge.img+11
  • Hero (Employee)
  • 150 replies
  • Answer
  • November 2, 2022

As far as I am concerned, the data entered in an assistant/wizard in IFS is not physically stored in the database, instead it’s just transient client data used to drive the resulting process.

So you wouldn't be able to hook up a custom event to this assistant/wizard, unfortunately.