function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
elossoelosso 

Schedule Amount field?

I'm created a field called expected value that returns the expected value of a product.

 

IF( ServiceDate < TODAY() , IF( Type__c = "Click", Actual_Clicks__c * PricebookEntry.UnitPrice, NEEDHELP ), IF( Type__c = "Click", Quantity * PricebookEntry.UnitPrice, NEEDHELP ))

 

In the area listed NEEDHELP I would like to input the Scheudle Amount field for an Opportunity Product. I'm new to salesforce and don't know where to look, or whether it's possible to find this field, any help would be appreciated. 

 

Thank you for your time and any suggestions.