Solved
Display Hover for Record Action Field
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)
})
