I have a formula @PartNumber which is (Job.PartNumber) and if the Part Number is less than 15 digits, I need to add as a prefix Zero's.
For example, the Part Number is: 1480-7865-01. This is 12 digits in length. So 3 Zero's must be added and show as follows: 0001480-7865-01.
Can this be done? Thank you!
For example, the Part Number is: 1480-7865-01. This is 12 digits in length. So 3 Zero's must be added and show as follows: 0001480-7865-01.
Can this be done? Thank you!