Activity › Forums › Salesforce® Discussions › What are the examples of non-deterministic Force.com formula fields in salesforce?
Tagged: Activity, Binary Field, Currency Field, Force.com, Lead, Long Text Area, Multi-Select Picklist, Salesforce Formula Field, Solutions
-
What are the examples of non-deterministic Force.com formula fields in salesforce?
Posted by Laveena on September 12, 2019 at 7:45 AMWhat are the examples of non-deterministic Force.com formula fields in salesforce?
Nikita replied 6 years, 8 months ago 3 Members · 2 Replies -
2 Replies
-
Hi,
Here are examples of common non-deterministic formulas. Force.com cannot index fields that: Reference other entities (i.e., fields accessible through lookup fields)
Multi-select picklists.
Currency fields in a multicurrency organization.
Long text area fields.
Binary fields (blob, file, or encrypted text). - [adinserter block='9']
-
Hi Laveena,
Here are examples of common non-deterministic formulas. Force.com cannot index fields that:
- Reference other entities (i.e., fields accessible through lookup fields)
- Include other formula fields that span over other entities
- Use dynamic date and time functions (e.g., TODAY, NOW)
A formula is also considered non-deterministic when it includes:
- Owner, autonumber, divisions, or audit fields (except for CreatedDate and CreatedByID fields)
- References to fields that Force.com cannot index
- Multi-select picklists
- Currency fields in a multicurrency organization
- Long text area fields
- Binary fields (blob, file, or encrypted text)
- Standard fields with special functionalities
- Opportunity: Amount, TotalOpportunityQuantity, ExpectedRevenue, IsClosed, IsWon
- Case: ClosedDate, IsClosed
- Product: Product Family, IsActive, IsArchived
- Solution: Status
- Lead: Status
- Activity: Subject, TaskStatus, TaskPriority
Log In to reply.