function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdcconsultant2010sfdcconsultant2010 

Issue with decimal field while sending an outbound messaging


We are facing an issue with decimal fields while using outbound messages to an external system. Basically we are using outbound messaging for opportunity and sending few decimal fields to other systems via Integration. Now when the value in these field is larger than 8 characters, SFDC is adding 'E' to the value. e.g. if the Field value is 87,678,687.00 in SFDC, the value send in the outbound message is 8.7678687E7. Any suggestions to solve this issue? 
Krishna SambarajuKrishna Sambaraju
Convert the value to string before sending across and convert it back to decimal on the other end.