RecordLink and saveinto

Hi All,

is there any way to have a link that starts a process and then takes you to a record? Something like a mix of a!dynamicLink and a!recordLink,

 

Martin 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hello Martin,

    There is a way to achieve this but again that depends on the requirement. In certain cases where if you required a!dynamicLink to call a!startProces for invoking a process model in-parallel to clicking on the recordLink(), then that can be achieved using the below way.

    1. create the record link to the record.
    2. create a webapi. Here you need to write the a!startProcess() code.
    3. create an integration to invoke the webapi within Appain.
    4. in the record - summary view - interface, we can call the integration using rule domain like rule!integrationName().

    So if we follow this approach then we can invoke process model to make different actions, as soon as we visit a record.

    Hope this help.

    Thank You
    Bibhuti
Reply
  • 0
    Certified Lead Developer
    Hello Martin,

    There is a way to achieve this but again that depends on the requirement. In certain cases where if you required a!dynamicLink to call a!startProces for invoking a process model in-parallel to clicking on the recordLink(), then that can be achieved using the below way.

    1. create the record link to the record.
    2. create a webapi. Here you need to write the a!startProcess() code.
    3. create an integration to invoke the webapi within Appain.
    4. in the record - summary view - interface, we can call the integration using rule domain like rule!integrationName().

    So if we follow this approach then we can invoke process model to make different actions, as soon as we visit a record.

    Hope this help.

    Thank You
    Bibhuti
Children
No Data