Accounts/getRelatedRecords with parentModule=Vendor Unable to populate data
My client is using Vendors as Affiliate Partners and Accounts are associated with 1 Affiliate Partner. Using the Affiliate Partner info I am trying to get related Accounts.
This:
yields:
<response uri="/crm/private/xml/Vendors/getSearchRecordsByPDC">
<result>
<Vendors>
<row no="1">
<FL val="VENDORID">
1820217000002700023
</FL>
<FL val="Vendor Name">
</FL>
<FL val="SMOWNERID">
1820217000000118001
</FL>
<FL val="Vendor Owner">
</FL>
<FL val="Created Time">
<![CDATA[ 2017-02-06 13:50:03 ]]>
</FL>
<FL val="Modified Time">
<![CDATA[ 2017-02-06 13:50:03 ]]>
</FL>
</row>
</Vendors>
</result>
</response>
But this:
yields:
<response uri="/crm/private/xml/Accounts/getRelatedRecords">
<error>
<code>
4401
</code>
<message>
Unable to populate data, please check if mandatory value is entered correctly.
</message>
</error>
</response>