I want to create a NEW widget in the Employee Center Pro Portal

Hola Ola
Giga Guru

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?

find_real_file.png

1 ACCEPTED SOLUTION

Sharad S
Kilo Guru

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!

 

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

Hi @Hola Ola ,

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>

find_real_file.png

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

find_real_file.png

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

Community Alums
Not applicable

Hi @Hola Ola ,

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

Sharad S
Kilo Guru

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!