Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the Userview, add a Run Process, name the Custom ID to something meaningful, e.g. "startApplication". Set the label appropriately, e.g. "Start Application".

    Info
    titleWhy are we doing this?

    This is so that user can start a new process instance.

  2. Add a List/CRUD into the Userview, edit the list in Datalist Builder, add in a Hyperlink action. Set the label appropriately, e.g. "Application Draft".
    1. Set Hyperlink to "startApplication" (the same value that we set in Custom ID in Step 1 earlier).
    2. In Hyperlink Parameters, add a new row - parameter name as "recordId", column name as "id".
    3. Set the label to "Edit".

    Info
    titleWhy are we doing this?

    This is so that user can access the drafts applications that they have already started.

    Info
    titleWhat's next?

    The list may be showing all the drafts started by all other users. You may want to edit the list in Datalist Builder to only show entries from the person that initiated it. See Advanced Form Data Binder on how to filter the list.