• balaji_sf
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 2
    Replies

Hi

 

I wanted to skip the validation rules when i create or update values through API calls. 

Please let me know if there is any way.

 

Thanks

Balaji

Hi

 

I download WWW::Salesforce module from http://cpan.org and using it. 

 

When i query form an object the function query() & queryMore() retrieve rows by a batchsize of 500.

There is a provision to give the batchsize upto to 2000. 

Even i give values from 500 - 2000 , the Salesforce returns only 500 rows on each call. whereas 1 - 500 is works. 

 

Is this is the functionality of the Salesforce or anything to do with the perl script?

 

Thanks

Balaji

Hi

 

Is there any way to retrieve the deleted record through API. 

 

I am getting the deleted records ID from the function getDeleted().

and tried to retrieve the record using SOQL , but i can't get it. 

 

Please let me if there is any other way.

 

Thanks

Balaji

Hi

 

Is it possible to skip the validation rules while update or create any record on Salesforce through Perl scripting.

 

 

Thanks

Balaji 

Hi

 

Is there any way to retrieve the deleted record through API. 

 

I am getting the deleted records ID from the function getDeleted().

and tried to retrieve the record using SOQL , but i can't get it. 

 

Please let me if there is any other way.

 

Thanks

Balaji