From a SAIL form page, is there a way to take action within a process model when

From a SAIL form page, is there a way to take action within a process model when the form is "accepted" but before the form is submitted? ...

OriginalPostID-135910

OriginalPostID-135910

  Discussion posts and replies are publicly visible

Parents
  • Ashley, if thats your requirement and this is only you need to achieve, then you dont need to depend on process model for these operations. You can simply make use of executequery() function within your sail code wherever you want to take the action to perform any SQL related queries and DB operations.
    For reporting on that data, you can again make use of the above mentioned function or can even use Query Rules.

    Hope it makes sense and helps !
Reply
  • Ashley, if thats your requirement and this is only you need to achieve, then you dont need to depend on process model for these operations. You can simply make use of executequery() function within your sail code wherever you want to take the action to perform any SQL related queries and DB operations.
    For reporting on that data, you can again make use of the above mentioned function or can even use Query Rules.

    Hope it makes sense and helps !
Children
No Data