Script working to display HTML response in backend form not working on Employee Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 04:57 PM
Hello,
I am having issues getting an html response to parse into the Employee Center field that I am passing it into. It is working fine on the backend service catalog, but once I attempt it on the employee center it appears to not pass anything through and is just blank.
See screenshots below for code snippets and configuration. Any help would be appreciated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 05:21 PM
Additionally here is the variable config that I am passing the response to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 09:07 PM
I was able to do this on the employee center and it worked pretty much OOTB.
I would suggest removing any additional styles for testing and checking if the widget is OOTB.
Maybe you can add some default value for the HTML field and check if it renders.
Below is what worked for me.
Please accept solution OR mark helpful.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 09:25 AM
Thank you for your response. Would the variable being read only prevent it from populating on the employee center and not on the service catalog?