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
Seva Tsurikov 2Seva Tsurikov 2 

Real field value received from a formula field.

Hi,

I bumped into a Salesforce limitation where a formula field (of any type) can't be used. The cases are: 

- Formula fields are not available in the Journey Builder of marketing cloud 
- Formulas are not available as criteria for sharing rules 

I am looking for a better solution that will populate the real field (of any type) with a value of formula field.
My current solution is a schedulable batchable APEX. With our database size, it takes 4-6 hours to run the job.

Is anyone has a better solution for the same?