How to Access a Field in a Related List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2024 07:26 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2024 07:57 AM
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