Superbadge를 통해 학습한 스킬을 복잡한 실제 비즈니스 문제에 적용할 수 있습니다. 이러한 평가는 더 높은 수준의 스킬과 지식을 요구합니다. 단계별로 안내되는 과제가 아니며 완료하는 데 더 많은 시간이 필요한 경우가 많습니다.
Create the Salesforce Admins Step
The new approval process should update the Approval Status field to Submitted as soon as the user submits the request for approval. Name this action Update Approval Status Submitted (with API name Update_Approval_Status_Submitted).
Three teams are involved in the approval process: Salesforce Admins, IT Leaders, and the Center of Excellence. Each team is represented by queues that are already configured in the org.
The first review step for any new request is the Salesforce Admins team. Name this step Salesforce Admins.
The approval process actions should vary based on the type of request. Four types of requests are included in the approval process:
- Bug
- Data Load
- New Feature Request
- New Data Integration
For requests about Bugs or Data Loads, the admins are the only reviewers. If the admins approve a request, the final action named Update Status to Approved (with API name Update_Status_to_Approved) should update the request Approval Status to Approved. If they reject the request, the final action named Update Status to Deferred (with API name Update_Status_to_Deferred) should update the request record status to Deferred. For Bug and Data Load requests, the process is complete when the admins approve or defer the request.
