Avatar

Level 10

I assume that you are submitting XML data from the form and combining it with an XDP template using the defaut renderer with each user step. Th einbound data ends up in an XML variable that you have created. I assume that you are using another service (DB lookup or LDAP lookup) to retrieve the manager information. Then you woudl use a setValue operation to push the value of the manager name into the appropriate node in the XML. Now that the XML has been adjusted, when it is combined with the template the data fills out the appropriate Manager information that you passed along.

Make sense?

Paul