Hi everyone,
How do I get a field in a form with the LDAP connector? For example in my form there is the field: name and I want to get all the names of my LDAP directory.
Thank you
Salut tous le monde,
Comment fait-on pour récupérer un champ dans un formulaire avec le connecteur LDAP ? Par exemple dans mon formulaire il y a le champ : nom et je veux récupérer tous les noms de mon annuaire LDAP.
Merci
1 Like
Hello,
To display something in a form, the information has to come from REST API call.
This REST API call could be:
- A REST API hosted as an external system (not hosted from Bonita), some kind of a LDAP wrapper that you may already have?
- A Bonita REST API Extension hosted by Bonita that can get the information executing using LDAP libraries (Groovy/Java)
- A Default Bonita REST API to retrieve information that has been stored using Bonita features. The best illustration would be if this information is considered as some Business Data: in such a case you could use the default BDM REST API to retrieve the information that has been previously stored as part of a process execution with a LDAP connector.
HIH,