
Hi
We are getting this error in Muelsoft, while SAP is pushing this data to dynamics, Muelsoft is throwing this error.
{ "error": { "code": "0x80040203", "message": "An exception System.FormatException was thrown while trying to convert input value 'rt_accountnumber='0003000722'' to attribute 'rt_account_rt_partner.accountid'. Expected type of attribute value: System.Guid. Exception raised: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
Do you know what could be the origin of the issue, looks like exception is from CRM only.
Any help would be appreciated.
Thanks,
Shilpa Pahuja
*This post is locked for comments
I have the same question (0)Hi,
Looks like there's a custom plugin implemented which is trying to work with a GUID.
It looks like they are wrongly mapping the custom rt_accountnumber field (assuming, it's Int32 or Whole Number) to AccountId which is expected to be Guid.
The reason I say this is custom plugin or a third party ISV solution is because of the use of prefix "rt_".
Please verify the same if you have the custom plugin code.
Hope this helps