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
Could you please describe what is the issue with the code snippet you shared?
The column for which code snippet applies is displayed like this
I have created a record and security is 1 group having admin rights..and currently i am just using this group for all objects for admin access and i have added myself to it.
Did you set up the related action in the Record type, and set the visibility rules?
For sanity test you could simply set visibility to true() for as many actions as it takes to make it work. Then reconfigure the rules to work only at specific times.