У нас вы можете посмотреть бесплатно Create Formula Fields | Add Business Logic to a Travel Approval App или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
#trailhead #salesforce #salestraining #salestips Add business logic to a travel approval App : • Add Business Logic to a Travel Approval App Salesforce Trailhead Create Formula Fields Add a Static Resource Next, you create a field on the Travel Approval object that shows a visual indicator (that is, image file) based on the value of the Status field. For example, one image displays for Rejected approvals and a different image for Approved approvals. This provides a quick and simple way for users of the system to get an indicator of the status of a travel approval. First, we need to upload a zip file to your Salesforce environment that contains all the images we use. You should have a file titled StatusImages.zip that is part of the project files you downloaded at the beginning of the project. We now upload that zip file as a static resource file in Salesforce. Click the Home tab to navigate back to the main setup page. Click Custom Code | Static Resources (or enter Static in the Quick Find to filter down the options). Click New. Enter the following values for your static resource: Parameter Value Name StatusImages (Important: there are no spaces, and the S and I are capitalized) File StatusImages.zip Cache-Control Public Here's what the it should look like: Static Resource Edit with Static Resource Information 5. If everything looks good, click Save. Add a Field Next, create a new field on the Travel Approval object to show an image based on the Status field. Salesforce has a formula field data type that can be used for this. Click the Down icon. icon next to the Object Manager tab. This provides a shortcut to the Object Manager for the recent objects you have edited. Select Travel Approval Object Manager page with Travel Approval selected Select Fields & Relationships. Click New Select Formula data type. Click Next. Enter the following values: Field Label: Status Indicator Field Name: Status_Indicator (This automatically gets sent when you tab out of the Field Label field) Formula Return Type: Text Click Next. Copy and paste the following formula into the formula editor. Add Business Logic to a Travel Approval App, add business logic to a travel approval app trailhead, add business logic to a travel approval app test your approval process, add business logic to a travel approval app create a flow, add business logic to a travel approval app create an approval process Salesforce,trailhead,Salesforce tips,Add Business Logic,Travel Approval App,Add Business Logic to a Travel Approval App,add business logic to a travel approval app test your approval process,Add Business Logic,add business logic trailhead,add business logic to a travel approval app,add business logic to a travel approval app create a flow,add business logic build a battle station app,add business logic trailhead challenge,add business logic in battle station 00:00 Introduction 01:10 Formula Fields 05:40 Formula Used