How Org Chart in ESC work?

yandp
Tera Guru

Hello all, 

in the employee center - Org Chart.

when i try to search this employee, it shown no match found.

find_real_file.png

But i have this employee profile created, is there something missing?

If the employee manager is setup, should i see the org hierarchy here?

Please kindly help, thanks you so much

find_real_file.png

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @yandp ,

 "my org chart" page (and also other components like the "Organization Chart (CD)" Widget), are installed with the "Content Publishing" plugin. A plugin that is automatically installed when installing Employee Center Pro, not when installing Employee Center.

Workaround

So what can we do about the "my org chart" button, when not installing Employee Center Pro, and not installing "Content Publishing". How can we remove the "my org chart" button?

Multiple options, for example cloning and editing the "User Profile" Widget. Or can we also apply CSS, to hide the button? This will prevent having to clone and edit the Widget and missing out on future updates.

CSS is definitely an option! While inspecting the page with the Chrome inspector, you will notice this style:

image

Knowing this, we can apply CSS on the Widget Instance. On the "My Profile" page, ctrl+right click on the Widget, and choose "Instance in Page Editor". Within the new window opened, scroll down to the CSS field. Here you add:

.v62d700b79f210200f0a91471367fcfe8 a.widget-button {
    display: none !important
}

Now save the page, and refresh the Employee Center portal "My Profile" page.

image

This is taken from Mark's Article .

 

Now, you might have a question on How to Configure, Display the records,Etc..

Please Refer this Doc, it covers all :Organization chart

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

 

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi @yandp ,

 "my org chart" page (and also other components like the "Organization Chart (CD)" Widget), are installed with the "Content Publishing" plugin. A plugin that is automatically installed when installing Employee Center Pro, not when installing Employee Center.

Workaround

So what can we do about the "my org chart" button, when not installing Employee Center Pro, and not installing "Content Publishing". How can we remove the "my org chart" button?

Multiple options, for example cloning and editing the "User Profile" Widget. Or can we also apply CSS, to hide the button? This will prevent having to clone and edit the Widget and missing out on future updates.

CSS is definitely an option! While inspecting the page with the Chrome inspector, you will notice this style:

image

Knowing this, we can apply CSS on the Widget Instance. On the "My Profile" page, ctrl+right click on the Widget, and choose "Instance in Page Editor". Within the new window opened, scroll down to the CSS field. Here you add:

.v62d700b79f210200f0a91471367fcfe8 a.widget-button {
    display: none !important
}

Now save the page, and refresh the Employee Center portal "My Profile" page.

image

This is taken from Mark's Article .

 

Now, you might have a question on How to Configure, Display the records,Etc..

Please Refer this Doc, it covers all :Organization chart

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

 

Hello @Sandeep Dutta ,

Thank you very much, you help me to resolve this issue.

I can see the org chart now.

Thank you. 

Community Alums
Not applicable
Exited to see it worked for you

Hi Sandeep,

The link you shared no longer works, is this infomation still available (ec org chart configutarion)?

I am looking for a step by step guide on Employee Center configuration I am trying to set up the org chart page.

Thanks