Create Formula Fields | Customize a Salesforce Object | Salesforce Trailhead

preview_player
Показать описание
Create Formula Fields | Customize a Salesforce Object | Salesforce Trailhead
---------------------------------------------------------------------------------------------------------
Amount * 0.1
---------------------------------------------------------------------------------------------------------
IF( ISPICKVAL( StageName , "Closed Won") , Amount * 0.1, 0)
---------------------------------------------------------------------------------------------------------
Amount * ( 1 - Discount_Percentage__c )
---------------------------------------------------------------------------------------------------------
For Description, enter: Displays the Region and Zone values from the account record.
For Help Text, enter: Account region and zone.
--------------------------------------------------------------------------------------------------------
For Description, enter: Calculates the opportunity amount after any discount has been applied.
For Help Text, enter: Opportunity amount after discount has been applied.
--------------------------------------------------------------------------------------------------------
#istampers #salesforce #trailhead
Рекомендации по теме
Комментарии
Автор

The field 'Discount_Percentage__c' either does not exist on the Opportunity object or it is not of type Percent.

rajeshkasimala
Автор

We can't find the formula field commission __c on the opportunity object

satyajesus
Автор

Field Region__c does not exist.check spelling

sindhukolluru
Автор

Error: Field Region__c does not exist. Check spelling.

guruprasadgp