Salesforce Admin training: formula fields in salesforce

Опубликовано: 18 Январь 2016
на канале: MyTutorialRack
61k
192

Salesforce Admin training: formula fields in salesforce
Become a salesforce Admin:
Checkout my website:
connect me on facebook:
Follow me on twitter:

A formula is similar to an equation that is executed at run time. Depending on the context of the formula, it can make use of various data and operations to perform the calculation. A useful way to think about formulas is that they are similar to formulas on a spreadsheet. These formulas can make use of data and operations to calculate a new value of some type.
Here's an example of a formula that can be used in a custom formula field on a database object. It calculates the number of days the record has remained open:
IF( ISNULL(Close_Date__c),
TODAY() - Open_Date__c,
Close_Date__c - Open_Date__c)

SUBSCRIBE:


Смотрите видео Salesforce Admin training: formula fields in salesforce онлайн без регистрации, длительностью 06 минут 07 секунд в хорошем hd качестве. Это видео добавил пользователь MyTutorialRack 18 Январь 2016, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 61 тысяч раз и оно понравилось 192 людям.