How to call/use a recordActionField, recrodActionItem in a button click.

Hi,

I have an interface where I have few buttons. These buttons I have created using a a!buttonArrayLaoyout, a!buttonWidget.

Now, when the user clicks on one of the button, I need to calls a "recrodActionItem".

Can someone advise how I can do this.

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to swapnar6405

    Not directly.  You have to either use a Record Action item (called within a Record Action Field), to launch a related action direclty pertaining to a specified id (or maybe launch a contextless record list action that isn't specific to any record id), or you'd need to use a Start Process Link that takes the user into a new instance of a process model using whatever context you want.  You can't do the latter version using any button, while also taking the user directly into the process at least (a button could fire a "start process" call, which would launch a process instance in the background and the user would be able to see the task in their task list).

Children
No Data