Skip to main content
1-Visitor
February 1, 2022
Question

Organizations list

  • February 1, 2022
  • 1 reply
  • 1463 views

How to get organizations root case list and display it in on dropdown?

1 reply

Support
February 2, 2022

Hi @VS_10112707.

 

We're not clear on the question.  Can you provide more information?

 

Regards.

 

--Sharon

 

1-Visitor
February 3, 2022

I want to  display all organizations only root level list in drop down list  and need to display it project wise in dropdown list 

Support
February 10, 2022

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