• Mansi Mehta 65
  • NEWBIE
  • 15 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies

I want to update the Salesforce notes on Related List when a custom field on Account object length exceeds a certain limit, for eg:3000.

how to achieve it using Apex class.

1. Setup two orgs - Org 1 and Org 2
Scenario 1:
a) Create an account in Org 1 with atleast 5 attributes
b) Initiate the integration on account creation to Org 2
c) The account should get created in Org 2 with same details

 

Can someone help me out with the steps and the code.

Write an Apex class which, in for loop, makes a callout to Google.com and insert responses as tasks on a specified Account record (Hardcode this) and sends an email to a public group (Hardcode this too). There should be a method which accepts a list of accounts to be traversed
 
Correct limit checks are added to the code to avoid failure.
Code is written in bulk friendly manner.
Tasks are getting created on the Accounts and Email is sent out correctly to the public group members.
 
Write an Apex class which, in for loop, makes a callout to Google.com and insert responses as tasks on a specified Account record (Hardcode this) and sends an email to a public group (Hardcode this too). There should be a method which accepts a list of accounts to be traversed
 
Correct limit checks are added to the code to avoid failure.
Code is written in bulk friendly manner.
Tasks are getting created on the Accounts and Email is sent out correctly to the public group members.