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
  • Hi,

    I have the scenario like below.

    I have a read-only grid where I am loading the data using recordType and on top of the grid, I have 2 buttons.

    When any one clicks on "DELTE" button by selecting rows in the grid, I am using "deleteFromDataStoreEntities" to delete the rows of data in the database.  

    When any one clicks on "Upload Documents" button, I want to call Record Action.

    Is there away, I can call Record Action when the button clicked/pressed?

Children