I have a requirement for an organizational chart. I have an employee-specific table in the database containing the reporting manager column and role.I tried the code but it doesn't expand to down-level resources. I require a dynamic chart to add employees and roles.
a!localVariables(local!user: loggedInUser(), a!orgChartField( value: local!user, saveInto: local!user, showAllAncestors: true, showTotalCounts:true ))
Discussion posts and replies are publicly visible
Hi,
We had this requirement way back, for the Non-Appian user details (Employee directory structure maintained in a table) used https://community.appian.com/b/appmarket/posts/organization-chart-component.
Hope it may help you.