How to Access a Field in a Related List

daikhi haithem
Tera Expert

Hello,

is anyone here who can explain how I can access the field "allocated_cost_project_currency" from the related list "resource_plan" in the table "pm_project" through scripting? Thank you

 

ask.PNG

1 REPLY 1

Pranav_Thanedar
Mega Sage

Hi @daikhi haithem ,

 

There should be a relationship between those records. You can simply access that Resource Plans table and check if there is some field on that table referencing the Project number in your screenshot. The field could be parent or something like that. You can GlideRecord that table and addQuery the field.

 

If you feel this has helped you a bit, you may mark the answer as helpful or accept it as a solution.

 

Regards,

Pranav T