Skip to main content
sharayut0001
New Participant
August 26, 2021
Question

need to pass parameters to a Record Action for adding a New Item

  • August 26, 2021
  • 5 replies
  • 4 views

Hello All,

I need to open a dialog box when i click on Add/Modify Action/Related Action.

While I do so for Add New Item, I want to pass a parameter to the process.  Unable to do it using a related action as it requires an identifier which does not exists when you add a new Item.

Any suggestions to achieve this requirement.

    5 replies

    stefanhelzle0001
    Brainy
    August 26, 2021

    What kind of value would that be? Static or dynamic? If static, there is no need to pass it.

    sharayut0001
    New Participant
    August 26, 2021

    Its a dynamic value based on selection in a form.

    stefanhelzle0001
    Brainy
    August 26, 2021

    Did you try a startProcessLink? This allows you to pass any values to any process.