This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Are dynamic dropdowns possible?

We would like to user a dropdown that pulls all the users with manager in their title based on the employee's access. Currenlty, we have a search field where the user has to search for the manager to add. A dropdown that pulls the users with managers in their title would elliminate the need for our users to search for a manager to add, which they complain about having to do. Is this possible?

Parents
  • Specifically you can search for EDS_EPI_UI_POSSIBLE_VALUES in the SDK. There is a topic in particular titled "Checking Property Values". You would use this within an onGetEffectivePolicy function. The $arr variable (as mentioned in the SDK) could be populated with the results of a Get-QADUser query that searches for users with 'Manager' in the title attribute.

Reply
  • Specifically you can search for EDS_EPI_UI_POSSIBLE_VALUES in the SDK. There is a topic in particular titled "Checking Property Values". You would use this within an onGetEffectivePolicy function. The $arr variable (as mentioned in the SDK) could be populated with the results of a Get-QADUser query that searches for users with 'Manager' in the title attribute.

Children
No Data