Populate Secondary Project Manager on Status Report (SPM)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 08:56 AM
All,
I have a field called "Secondary Project Manager" on the project form. On the status report, I want the "Secondary Project Manager" to be populated with the name inserted on the field. However, it does not seem to be working.
Currently, the Secondary Project Manager is pulling the same value as Project Manager.
Can you please let me know where to modify?
Please find the screenshots attached.
Thanks,
Mallika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 09:22 AM
Hi @Mallika Bhupath ,
Code seems okay but check the HTML tag where you are using "Secondary Project Manager" to display, May be you have used "Project Manager" keyword instead of "Secondary Project Manager". It happen due to copy past.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 10:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 10:53 AM
Hi @Mallika Bhupath ,
As expected you are using same variable for both.
in script you have to set secondMgr and use the same in html.
share all script I can help you where to make changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 11:45 AM
Hi @Runjay Patel
This is the script include :