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
Vipin K 10Vipin K 10 

Bypass/workaround for Length of Formula Field

Hi All,

I have a requirment to bulid a formula which would tweek the values selected from some picklist values. The issue is the length of my formula is '44000' and i hold sfdc allow only 3900 char in formula. If i  split the formula also i may have to create nearly 10 formula field and then concatinate them. Is there any workaround for this please suggest.

Thanks!
Hemant_JainHemant_Jain
Create a non-formula field and try to populate its value using Apex Trigger.
Vipin K 10Vipin K 10
Can't this be achieved through general configuration? Without any custom coding..
 
Akhil AnilAkhil Anil
Hi Vipin,

Can you post your formula here so that we can help you optimize it ?