• Kannan Ramasamy
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hi ,

 

     We are integrating salesforce entity with our application through outbound message. There is middleware called Jitterbit , It just consume the outbound message and transfer to our application.  We are having problem, when we create an account name with some special characters. its not get integrated properly.  is outbound message will not support special characters? . I have created an account name with below mentioned special characters

 

Example :de Sáquzn

 

Hi

      we were integrating salesforce entity  with our application using Outbound Message. Now we have changed this approach by using HttpCallout and we have created three flag variables  in salesforce to shows the status of integration whether its success or Failure.

          After move  these changes into production, the newly created records will have proper status in the flag variable. But for old records we need  to update explicitly by using Demand Tool or any other tool. Old records count  is more than 100,000. Its bit hard update by using Tool. Is there any other way update all record by using query  like DB script? or  please guide the easiest way to handle this problem.

 

Hi ,

I am looking for an advice on how to approach for this case.

 

I have to synchronize the salesforce Account object into My application. While synchronize, I am generating unique value in my application for newly created account. That unique value needs to update in salesforce.

 

I am using HttpCallout to make request and get response. I am raising request from Apex trigger. This implementation works fine when we are creating or updating single object.

 

Sometimes we are creating bulk account object in saleforce using third party tool.  That time I am getting “Too many future callout expection”, because it exceeds callout limitation.

 

Now I am planning to implement using Batch Apex.

 

 Is it good approach start the batch apex inside the trigger?  Because I don’t like having button in vf page and start batch apex by clicking that button. I want that synch process should be automatic not manual.

 

Is it good using batch apex for updating single entity?

 

Is active batch apex limitation for User specific or salesforce instance?



 

I am invoking external service to update Account information into my  DB. This service will be invoked  while creating,updating and delete an Account.. This works fine if i logged as administrator user.  But Apex method is not invoking if i logged as other than administrator. Do i need use global access specifier?

Hi

      we were integrating salesforce entity  with our application using Outbound Message. Now we have changed this approach by using HttpCallout and we have created three flag variables  in salesforce to shows the status of integration whether its success or Failure.

          After move  these changes into production, the newly created records will have proper status in the flag variable. But for old records we need  to update explicitly by using Demand Tool or any other tool. Old records count  is more than 100,000. Its bit hard update by using Tool. Is there any other way update all record by using query  like DB script? or  please guide the easiest way to handle this problem.

 

Hi ,

I am looking for an advice on how to approach for this case.

 

I have to synchronize the salesforce Account object into My application. While synchronize, I am generating unique value in my application for newly created account. That unique value needs to update in salesforce.

 

I am using HttpCallout to make request and get response. I am raising request from Apex trigger. This implementation works fine when we are creating or updating single object.

 

Sometimes we are creating bulk account object in saleforce using third party tool.  That time I am getting “Too many future callout expection”, because it exceeds callout limitation.

 

Now I am planning to implement using Batch Apex.

 

 Is it good approach start the batch apex inside the trigger?  Because I don’t like having button in vf page and start batch apex by clicking that button. I want that synch process should be automatic not manual.

 

Is it good using batch apex for updating single entity?

 

Is active batch apex limitation for User specific or salesforce instance?