Skip to main content

Search

Search

Order of Execution on Named Data Sources of VB Script type

Comments

5 comments

  • Avatar
    Peter Thane

    One drawback of the VB option is there not of the Event Controlled Options can be processed mid Data Entry Form and so that wont work. 

    For the Form Actions however you should be able to do something as you can have more than one form and run the action as a form closes or a new one opens and display you messages on there perhaps adding a button that would return the user back to the previous form etc.

    1
  • Avatar
    Rich Calligan

    Thanks Peter Thane. Are you saying that the VB script should run in between forms? So I could have one data entry form, then the script evaluates the expression before the next form pops up, and that next form could check the values?

    Otherwise, what is the normal workflow for use cases like this where more advance validation and data extraction is required upon input?

    0
  • Avatar
    Peter Thane

    No you cannot run VB between forms but you can process as Action at this time.

     

    For the VB you can only run pre prompt (ie before processing the Data Entry options) or post prompt (after all the Data Entry screen have been completed)

     

    0
  • Avatar
    mark reber

    Hello

    How would I run a VB after the form is filled out?

    thanks

    0
  • Avatar
    Peter Thane

    You need to make the label field have the Type set to Visual Basic Script and choose the Event Controlled Script and then select OnPostPrompt as the time when the VB will be processed

    0

Please sign in to leave a comment.