M
mpiscoso@gmail.com
Guest
I think you should be able to use a formula field and add the padding/leading characters using code. You may then export the formula field. ex. var test = "{!field#value}"; while (test.length != 20) { test += "0"; //add character 0 until the length is 20. } return test; Hope that helps.
Continue reading...
Continue reading...