Data Modeling - Understand custom and standard objects - Salesforce -Trailhead

Опубликовано: 29 Сентябрь 2024
на канале: Bumblebee
124,103
584

Please Like, Share and Subscribe!!!

Data Modeling - Understand custom and standard objects - Salesforce - Trailhead

Build a custom Offer object
When a homebuyer makes an offer to buy a property, the brokers at DreamHouse Realty need to track the details in Salesforce. Create a custom object they can use to record the offer amount and target close date for the sale. Use auto numbering to generate the name of each offer record.
Create a custom object name: Offer
Record name: Offer Name
Record data type: Auto Number
Display format: OF-{0000}
Starting Number: 1
Create a custom currency field on the Offer object named Offer Amount with the data type Currency
Create a custom date field on the Offer object named Target Close Date with the data type Date