IT Process Automation

 View Only

Help with Start Request Form

  • 1.  Help with Start Request Form

    Posted Apr 06, 2021 09:24 AM
    I am trying to build a Start Request Form that can bring in a result set from a SQL query and store the result set into an object array that can be fed into the corresponding SRF process.  I got as far as writing the SRF script code to call into SQL for a result set that would be displayed into a Select Dropdown field, and then upon selection in the SRF, that value is sent to the SRF process.  But is there also a way to feed the entire result set from the query as an object array that can be passed in to the SRF process as well?