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
sathya82sathya82 

Webservice Duplication

Hi,

 

       I am developing a webservice program, how can i prevent the duplicates

 

  ex: suppose in sfdc i have Acc1 again same account that is Acc1 is coming from third party system at that time how can i check Acc1 is exist or not if exist means under that Acc1 i have to insert Cont2 how can i achieve this..??

Subramani_SFDCSubramani_SFDC

For avoiding duplication in webservice use this link......

 

https://success.salesforce.com/answers?id=90630000000hP1RAAU

sathya82sathya82

@Subra

 

       Thanks for sharing link but that program does not work for multiple records insertion.May i know how can modify that program for insertion of multiple records.