У нас вы можете посмотреть бесплатно Flow Error Handling Superbadge Unit || Challenge No 3|| Case Number 4036: Roll Back and Track Errors или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
#trailhead #superbadge #FlowErrorHandlingSuperbadgeUnit Link: https://trailhead.salesforce.com/cont... Challenge No 3: Case Number 4036: Roll Back and Track Errors with Flows Roll Back and Track Errors with Flows Case 4036: This case relates to a flow used to register new accounts and contacts. Sometimes the flow executes as expected and creates an account with a primary contact. But sometimes the flow fails and users aren’t sure why. You’ve identified that the issue is related to the flow’s design and its interaction with other automations. An account can have only one primary contact. However, the New Account Contact flow attempts to create an additional primary contact even if an account already exists. The flow can’t create another primary contact but is still creating a new related opportunity, causing confusion for users. For the purposes of this challenge, don’t reorder the existing elements in the flow. Add fault handling so that no records are created if the contact creation fails. Use the existing Error Log object to create a record of the incident. You can include the appropriate fields while creating the Error Log record, but we won’t be checking for it. Also, add a fault screen that uses a Display Text component with API Name User_Error_Display indicating an error occurred and redirects the user to the New Account Contact screen. Be sure to activate the flow.