Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

issue with UI action

Ashrith Gampa1
Tera Contributor

in cab_meeting table i have created a UI action where it should collect all the users email data from different fields and related tabs then finally trigger an email from UI action its self . it is working for a particular single record but not for all records . this is little urgent can any one provide the solution asap

 
 
 
 

 

 

8 REPLIES 8

hi @MAHAMKALI  it is there in only related link and ui action is working for few records and it is not working for few records that is the issue here and some times it is not working at all 

 

Screenshot 2026-04-08 152327.png

Hi @Ashrith Gampa1 ,

The UI Action is placed in the Related List means the method gs.eventqueue() always takes the current record for the notification.

Hi @Ashrith Gampa1 , have you selected the list choice checkbox ? Else current would only refer to a single record .

dishamajumdar29
Mega Contributor

@Ashrith Gampa1  Hi , have you selected the list choice check box ? If not then current will only refer to one single record.