Hi
I'm running an API request to the URL :
with the xmlData
- <Potentials>
- <row no="1">
- <FL val="Potential Owner">Owner Name</FL>
- <FL val="Potential Name">Potential Name</FL>
- <FL val="Account Name">Account Name</FL>
- <FL val="Closing Date">Closing Date</FL>
- <FL val="Stage">Stage</FL>
- <FL val="Contact Name">Contact Name</FL>
- </row>
- </Potentials>
-
I've made a number of changes on the Potentials Module
- I've changed its tag to 'Deals'
- I've also changed the labels Potential Name & Potential Owner to Deal Name & Deal Owner.
- For the Stage field I've mapped it the Probability field.
I keep getting the error '
4401: Unable to populate data, please check if mandatory value is entered'
Are there any changes I need to make to the xml to allow for the changes I have in the module?