ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 213 - Certified Education Cloud Consultant discussion

Report
Export

An Admissions office is using Education Cloud to manage its student application review process. The office needs to make sure students cannot edit applications after the submission deadline.

Which two features could the consultant use to meet this requirement?

A.
OmnlStudio FlexCard and validation rule
Answers
A.
OmnlStudio FlexCard and validation rule
B.
OmniStudio FlexCard and sharing rule
Answers
B.
OmniStudio FlexCard and sharing rule
C.
Standard Decision Matrix and custom trigger
Answers
C.
Standard Decision Matrix and custom trigger
Suggested answer: A

Explanation:

Using OmniStudio FlexCard:

OmniStudio FlexCard can be used to create a dynamic user interface that displays the application data in a structured format. This can include conditional logic to show or hide fields based on the submission status of the application.

Applying Validation Rule:

A validation rule can be used to enforce that applications cannot be edited after the submission deadline. This ensures data integrity by preventing changes to the application record once the deadline has passed.

Steps to Implement:

Create a FlexCard:

Navigate to OmniStudio > FlexCards.

Create a new FlexCard that displays application details and includes logic to disable editing past the deadline.

Set Up Validation Rule:

Go to Setup > Object Manager > Application Object.

Create a validation rule to check if the current date is past the submission deadline and prevent edits.

Example validation rule: AND(ISCHANGED([Application].Status), [Application].Status = 'Submitted', TODAY() > [Application].Submission_Deadline__c)

Testing:

Test the FlexCard and validation rule to ensure that students cannot edit their applications after the submission deadline.

Ensure the user interface and validation rule work seamlessly together to provide a smooth user experience.

Salesforce OmniStudio Documentation: Creating FlexCards

Salesforce Help: Validation Rules

asked 23/09/2024
Maija Janite
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first