Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Name: Supriya kanse

Rollno.: CO3028

ASSIGNMENT N0.: 03

Signin to salesforce and goto setup->developer console-

Then click on file->new->Apex class-


Type below code to create account-

To execute goto, Debug->Open Execute Window-


Type following code to invoke above created function-

Goto query editor and type below query-

Select name,phone from account: it will select all accounts


We can see if account is created by clicking Setup->Accounts

Write below code to update existing account-


Create instance of above created code-

Name is updated-
Below code deletes account-

Account deleted-

You might also like