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

Spawn multiple ADSAccount Insert upon saving one form

Hello,

We have a form on WebUI with 4 environments (checkboxes). If 4 checkboxes are checked 4 different ADSAccount inserts need to be triggered with different samaccountnames. We are following the convention of name_environment for samaccountname, so each entry is unique. Upon saving the form on the WebUI, is there a way to spawn 4 different inserts in the backend to ADSAccount. Please advise

Thanks in advance

Parents
  • Multiple ways to achieve this.
    Make up to 4 insert statements in WebDesigner.
    Raise an event (Object Method) and pass the arguments need to let a script run and this script can insert up to 4 Accounts.
    You can also go with a job chain and let the user see its outcome via my processes.
    And I think there are much more ways.
    To decide you need to figure out how much interaction and visibility is needed for the WebUI.
Reply
  • Multiple ways to achieve this.
    Make up to 4 insert statements in WebDesigner.
    Raise an event (Object Method) and pass the arguments need to let a script run and this script can insert up to 4 Accounts.
    You can also go with a job chain and let the user see its outcome via my processes.
    And I think there are much more ways.
    To decide you need to figure out how much interaction and visibility is needed for the WebUI.
Children
No Data