Skip to main content
I have ranked my accounts in a spreadsheet strating from number one and so on and was hoping to create the same rank in salesforce in a dynamically way so if we change the rank of one all subsequent ones will also change. Please does anyone know how I can do it?
4 answers
  1. Jul 13, 2015, 3:59 PM
    This gets tricky because you have to iterate over all other accounts whenever a change is made.

     

    In order to catch everything I suspect you are into Apex code here, although it might be possible with a complex Flow kicked off using Process Builder.  If you have a developer I would be tempted to stick them with this one and see what they can come up with
0/9000