I'm trying to create a supply order form in Forms 9.1 that will send a notification to a user's managers depending on the user's authority level (officer title retrieved from AD), and the total amount of the order, but I can't figure out how to access AD fields in Forms.
I don't want to do a database lookup with a SQL table, because we're trying to avoid relying on external databases. I thought about retrieving the User ID of the initiator from forms content in Workflow, and then querying the AD in Workflow, but then I can't figure out how to pass the information back to Forms.
I think I need to end the process in Forms, because I still want to give the managers the capability of approving the order in an email, without having to access a file in the Laserfiche repository and change a field value in a template. Is there something I'm missing?