Skip to main content
saidivyam156471
New Participant
September 7, 2026
Solved

Display Hover for Record Action Field

  • September 7, 2026
  • 2 replies
  • 39 views

Hi All,

I need to show some details when i place cursor on the sample id which is a clickable link .

Is it possible to show tooltip for a record action Field function or are there any other alternates.

a!gridColumn(

label:”Sample Id”,

value:a!recordActionField(

display:”LABEL”,

style:”LINKS”,

openActionsIn:”NEW_TAB”,

actions:{

a!recordActionItem(action:recordType.task,

identifier:index(fv!row,sampleId,null)

})

Best answer by stefanhelzle0001

Use the description field of the record action in the records editor to define that tooltip.

2 replies

stefanhelzle0001
Brainy
September 7, 2026

Use the description field of the record action in the records editor to define that tooltip.

saidivyam156471
New Participant
September 7, 2026

Thanks ​@stefanhelzle0001 , It is working !!