Org chart in esc pro portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 07:58 AM
Hi All,
In the org chart is showing all users of manager. My ask is that i should show only employees . We can find the status of a user by going to HR profile only to see if he is a employee or not .Please help me
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 08:10 AM
Hi Kali,
You should clone and update the widget "Organization Chart".
At Server Script line 68 the query should be updated to include only employee.
you should add gr.addQuery("employee","true") // in the case you have a flag to identify employee.
Then go to the page "my_org_chart" and replace the widget "Organization Chart" by the one you created.
Best regards,
ASA