[SalesForce] Workaround on 5000 character limit on formula field without writing a trigger

Does anyone know a workaround of the 5000 character limit on a formula field without having to create a trigger?

I am trying to get the country ISO codes using a case statement but I'm hitting the 5000 character limit. I could quickly write a trigger and utilize custom settings for this but I don't know if there a quick hack I could utilize.

Best Answer

Instead of using a formula field, you can switch to a workflow and field update, which is not subject to this same 5,000 character limit.

Related Topic