- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 05:04 AM
Hi Team,
I have variable user which is reference to sys_user and I need to populate the user ID of the user as field message. I tried with showfieldMessage but no luck. Can anyone help me on this.
Thanks
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 04:09 AM
@Revathi12 remove single inverted comma from ans
g_form.showFieldMsg('user', ans , 'info');
Try with the above
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 04:07 AM
I have updated the code, but still I can see still its printing as ans.
CS :-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 04:09 AM
@Revathi12 remove single inverted comma from ans
g_form.showFieldMsg('user', ans , 'info');
Try with the above
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang