- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2024 08:55 AM
I have a variable on record producer that is linked to UI macro to display a link. If I click TRy it from record producer it shows the link. If I go to the portal it doesn't show the link. Both UI macro and record producer are in the same HR core scope. Any ideas?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2024 09:00 AM
@samadam UI Macros are only supported on the native view, for the portal you will need a corresponding widget to display the link. Instead of using a macro, you can use an HTML type variable to render a link on the portal.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2024 09:00 AM
@samadam UI Macros are only supported on the native view, for the portal you will need a corresponding widget to display the link. Instead of using a macro, you can use an HTML type variable to render a link on the portal.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2024 10:49 AM
I added a widget with the html and it worked. Thank you