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
Meetesh JainMeetesh Jain 

SFDC Integration issue

We are integrating with SFDC for our Australia Customer -  Innercircle Consulting  

 

We are facing the following issue in integration

 

Details given below

 

API:  Project_Milestones__c

 

Columns : Client_Acceptance_Rcv_d__c, Date_Accepted__c 

 

Issue Description: Not receiving the correct flag for client acceptance i.e even when the check box is ticked we are receiving false flag and date accepted though entered in coming as null for certain projects

 

Kindly help us in resolving this issue

 

Tony TannousTony Tannous
Hello,

can you check the value of the field Date_Accepted__c and Client_Acceptance_Rcv_d__c

the minOccurs value i think it is 0, if you put it 1 and try it.

<xsd:element name="Date_Accepted__c" minOccurs="1" type="xsd:date" nillable="true"/>
<xsd:element name="Client_Acceptance_Rcv_d__c" minOccurs="1" type="xsd:boolean" nillable="true"/>

Good Luck


Meetesh JainMeetesh Jain
Hi tony,
Thank you for  your assistance.
Need another favor. We are pulling an information from a field in SFDC and when we do so the data in the filed replicates  like this 006w000000XweAaAAJ ( 18 digits)  in my application instead of the actual data. This should be a company name instead of the 18 digits. Could you please assist,

Thanks