-
Please clear below scenario in Salesforce
Create an object named as “Flipkart” and create the below fields:
1. Item number
2. Item name
3. Price
4. Customer Name (Lookup to Account)
5. Customer Email
6. Customer Phone
7. PO Status (Order Placed, In Transit, Shipped)
8. PO Send (checkbox)Create 20 records for the above object and write a batch which fetch all the details where PO Status is equal to Shipped and send an email to those customers where the email is not blank, in case if you didn’t found an email in Customer Email field check in related account email(create an email field in Account object) and send an email?
Log In to reply.
Popular Salesforce Blogs
Lightning Web Component | Salesforce Developer Guide
Lightning Web Component Presently you'll construct Lightning components utilizing two programming models: Lightning Web Components and the first demonstrate, Air Components. Lightning web components are…
Salesforce Administrator Exam Practice Quiz
Question 1: What is the maximum number of characters allowed for a custom text field in Salesforce? A) 50 characters B) 255 characters C) 500…
What are the Functions, Benefits, and User Reviews of Salesforce? | Salesforce 101
No doubt you've heard a lot about Salesforce CRM lately. But Salesforce seems to be something huge, something confusing, and turns out that it's not…
Popular Salesforce Videos
Salesforce Standard vs Custom Objects Explained
Salesforce, a leading customer relationship management (CRM) platform, offers both custom and standard objects to organize and manage data effectively. Standard objects are pre-built components…
Tableau CRM for Emergency Response Management | Salesforce
When disaster strikes, public and private health organizations, as well as government agencies, need to respond quickly and efficiently. Tableau CRM for Emergency Response Management…
What is APEX Trigger in Salesforce? | Salesforce Learning
Apex can be invoked by using triggers. Apex triggers enable you to perform custom actions before or after changes to Salesforce records, such as insertions,…