record actions with parameters

Certified Lead Developer

I need to call a record action from an interface using (a!recordActionItem) with additional parameters. The goal is to pass these additional parameters into the associated process. How can I achieve this? Below is the code I currently have:

a!recordActionField(
actions:a!recordActionItem(
action: 'recordType!myRecord.actions.myAction',
identifier: 1 (i need send more parameters not only the record type PK)
),
style :"LINKS"
)

  Discussion posts and replies are publicly visible

Parents Reply Children