/ofbiz/applications/marketing/script/org/ofbiz/sfa/account/AccountServices.xml#createAccount
I am using createAccount to create a PartyGroup with its associated address and phones. The result map I get from the method only contains messages. [successMessage=Prefix:Prefix message:Telecom Number successfully created.Suffix message:Suffix:, responseMessage=success] I would like to return the partyId that was created in the createAccount method. How would I go about adding that? I see that most all of these methods use the simple-method xml style of doing things.
