- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 09:00 AM
Hello,
I want to create a NEW widget in the Employee Center Pro Portal, that will direct/link users to the the Walk-Up Experience portal that I'm walking on.
I have not been able to figure out how to achieve this, despite having read different instructions.
Can someone help me with a simplistic way of getting this done?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2022 10:42 PM
Hi Hola, I dont think, you have to directly jump to custom widget solution. There are a couple of options, one you can add the main menu option, other adding topic or quick links - redirect to walkup login page. As you are using EC pro, you can also utilise banner carousel and related banner options. Let me know how it goes 🙂
Please mark as correct answer or helpful if the provided response resolves your query!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 06:02 AM
Hi
You can go with link button widget.
if you have used an OOB widget you need to clone your widget and make a copy of it and update the HTML code to below .You need to add this target="_blank" attribute .
<a ng-href="{{options.href}}" class="btn btn-{{options.color}} m-b" target ="_blank" ng-if="data.socialQAEnabled && data.canReadKnowledgeBase">{{data.buttonMsg}}</a>
After this go to your page and replace your cloned widget in the instance holding the widget.
Just like i went to my page and highlighted go to your ESC home page in backend and find the instance which is holding your widget and replace your cloned widget
PATH:
Portals-->Employee Center-->Open Record--> open the record tagged in home page field and find the instance and replace cloned widget
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2022 08:26 PM
Hi
Any update to this ?Any follow-up required? if not
Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2022 10:42 PM
Hi Hola, I dont think, you have to directly jump to custom widget solution. There are a couple of options, one you can add the main menu option, other adding topic or quick links - redirect to walkup login page. As you are using EC pro, you can also utilise banner carousel and related banner options. Let me know how it goes 🙂
Please mark as correct answer or helpful if the provided response resolves your query!