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
p1 force developerp1 force developer 

How do formula fields work with offline and mobile in Salesforce

 

I want to know how do formula fields work with offline and mobile in Salesforce.

 

Does the formula fields behave the same way in offline and mobile .

 

Can we use cross object formulas and all  other functions in formula fields in offline and mobile edition of salesforce.

 

Thanks

 

Best Answer chosen by Admin (Salesforce Developers) 
sfdcfoxsfdcfox

Formulas are evaluated by the server. This means that when a record is synchronized with the mobile device, and a formula field is included in the data set, the results of the most recent execution of the formula will appear on the mobile device. You can use formulas that include cross-object references. However, if you edit a record that would change the evaluation of a formula, that new value won't appear until the record where the formula appears is synchronized again.