Posts

Showing posts with the label auto-populate

Salesforce Fact #820 | Auto populate date in repeater component in screen flow

Image
Suppose we have a use case in screen flow where we need to autopopulate some date input based on the user choice in all the instances of the repeater component. So, we can have a checkbox 'apply to all' along with a date type input. Once the checkbox is selected, the input date will get populated automatically in repeater instances. Thanks to the screen reactivity support of Repeater(Beta) which avoids manually changing the date in each of the repeater instances. Attached are the screenshots.

Salesforce Fact #664 | Case accountId & contactId auto populate in community

When creating a case from a community user, the ContactId is auto-populated with the contact associated with the logged in community user. The AccountId field is also auto-populated with the related account record.