I am new to appian and not sure if following scenario can be implemented.
I have a record with 1 action.On a new interface i need a readonly grid with one column containing link to display the record action.Following is the code snippet,
a!gridColumn( label:"", value:a!recordActionField( actions:{ a!recordActionItem( action:'recordType!NB MyRecord.actions.createRequest', identifier:fv!row.customerId ) }, openActionsIn: "DIALOG", style: "LINKS", display: "LABEL_AND_ICON", align:"END" ) )
Any guidance would be appreciated
Thanks
Discussion posts and replies are publicly visible
use identifier: fv!identifier