Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
How to get organizations root case list and display it in on dropdown?
Hi @VS_10112707.
We're not clear on the question. Can you provide more information?
Regards.
--Sharon
I want to display all organizations only root level list in drop down list and need to display it project wise in dropdown list
Hi @VS_10112707.
Try the GetEntityList service in Resource EntityServices. It takes a parameter of type which you would set to Organization, then set a filter to select only the organizations you created. Then bind the result of this service to your drop-down.
Regards.
--Sharon