Extract developer details using EV

Not applicable

Hi,

I want to extract developer details using the EV policy for reporting. I am successfully able to extract the username, email but can't extract the company name. Below pasted is the EV policy and the trace which shows the attribute details for company name. Can anyone please help?

EV policy:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ExtractVariables async="false" continueOnError="false" enabled="true" name="EV-GetDeveloperProfile"> <DisplayName>EV-GetDeveloperProfile</DisplayName> <Source>AccessEntity.AE-GetDeveloperProfileMain</Source> <VariablePrefix>profile</VariablePrefix> <XMLPayload> <Variable name="email" type="string"> <XPath>/Developer/Email</XPath> </Variable> <Variable name="fname" type="string"> <XPath>/Developer/FirstName</XPath> </Variable> <Variable name="lname" type="string"> <XPath>/Developer/LastName</XPath> </Variable> <Variable name="company" type="string"> <XPath>/Developer/Attributes/Attribute/company_name</XPath> </Variable> </XMLPayload> </ExtractVariables>

Trace:


AccessEntity.ChildNodes.AE-GetDeveloperProfileMain.Developer.Attributes.Attribute.3.Name company_name

Regards,

Salman

0 1 132
1 REPLY 1

Not applicable