Skip to main content
abhishekk5732
January 23, 2025
Solved

Related action Button not working

  • January 23, 2025
  • 4 replies
  • 0 views

I have created a related action for a record type, and it is working well when i open it from the summary view in the main dashboard where i am presenting it but when i am trying to create a button for the same action it is not working well.

Best answer by mathieud0001

In addition to using fv!identifier, you can also use fv!row[idColumn] 

4 replies

mikes0011
Brainy
January 23, 2025

Why in your grid definition do you have your identifier set to just "fv!row"?  That wouldn't be the identifier, it would be the entire row's worth of data.

mathieud0001
January 24, 2025

In addition to using fv!identifier, you can also use fv!row[idColumn] 

abhishekk5732
January 24, 2025

Thank you.