I really need to auto-update Geographic Cluster field - for now I'm doing it manually for every new account created for the team. It's just crazy!
Unfortunately, I can't use formula - it will way exceed the maximum allowed number of symbols. I was told that I can use apex trigger for that. Is it right?
Another question - is it difficult? I never wrote a trigger. I have a table with city or state or country for each cluster. So the idea is - trigger should look at Address fields and update Cluster accordingly. Cluster is a picklist field.
Thanks in advance for help!
Slava
2 Antworten
I would take this to the developer forums. They are much more geared towards coding questions
http://salesforce.stackexchange.com/
https://developer.salesforce.com/forums
Also, I would take a look at trailhead and start looking at writing triggers and apex code. Its a great way to get some hands on experienc with Apex
https://developer.salesforce.com/trailhead/module/apex_triggers