Hi
Am trying an interface where I expect to call the record action on click of the card layout. I took the inspiration from the inspiration page mentioned below, however not able to call the record action. Is it possible?
https://docs.appian.com/suite/help/25.1/sail/ins-agent-home-page.html
Discussion posts and replies are publicly visible
AFAIK you'll have to define any actual Record Actions via a!recordActionField(), and this can't be cross-mixed with more custom elements like card layouts. But the Record Action Field does have a "card" style, so you might be able to get close that way - have you tried this already?
Yea, tried the record action card style option but it is nothing closer to this one :(
You can always make "fake" record actions i.e. just launch processes from the cards using a!startProcessLink (along with its inherent limitations) - unfortunately there'll be shortfalls either way.
Yea, tried this approach too, the page opens in a new tab, would have been nice if it could be opened within a popup
Yeah, I've been clamoring for that feature as an add-on to the StartProcessLink function for a while now - my hopes are not high, unfortunately.
Completely agree. Thanks for your time, Mike. Will stick to a!recordActionField() for now