Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Unable to see link on Employee center record producers

samadam
Kilo Sage

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?

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@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.

View solution in original post

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

@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.

samadam
Kilo Sage

I added a widget with the html and it worked. Thank you