Flow Builder Logic | Part 2 | Set and Change Variable Values | Trailhead | Salesforce

Опубликовано: 10 Октябрь 2024
на канале: ApexSalesforceTutorials
75
4

Create Get Records, Screen, and Decision Elements
1. Add a Get Records element to retrieve the current record's details and store them in a record variable.
a. Label: Get Account Data
b. Object: Account
c. Filter Condition Requirement: Id, Equals, recordId
d. How Many Records to Store: Only the first record
e. How to Store Record Data: Automatically store all fields
2. Add a Screen element that prompts the user to copy the billing address or enter a shipping address.
a. On the canvas, after the Get Account Data element, hover over o and click (4).
b. Select Screen.
c. For Label, enter Enter Address
d. From the Components panel, drag a Checkbox to the screen canvas.
• For Label, enter Use the billing address for the shipping address.
• For API Name, shorten the default name to Use_the_ billing_address.
e. Drag an Address component to the screen canvas below the checkbox.
• For API Name, enter ScreenShipping.
• For Label, enter Shipping Address.

Please do Like, Subscribe, Comment, & Share with your fellow mates.

The content is for educational purposes and guidance for programmers.

#programming #code #salesforce #salesforcetrailhead