Variable not showing on form in the Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 03:28 AM
I have a variable set used in several items on the Portal to auto load field relating to the logged in user. When testing one of the fields does not populate on the form
but if I submit the request without changing anything then the variable does populate on the RITM.
If the logged in user changes who the request is for the Office shows on the screen and if they then change it back to themselves again it shows
This is my Catalog Client script
Would appreciate any help as am quite new to all of this. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 04:05 AM
getReference is not a. standard practice to update reference field related records on form
Instead of getReference use script include and client script
Let me know if you need more help
Thanks,
Manjusha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 04:00 AM
@Pam Walker1 Can you make sure UI Type of this onLoad() client script is set to 'All' and then test it again?
Regards,Sushant Malsure