Check numbers with thousand format
Hi, I notice that check numbers have a thousand separator (comma every three zeros eg 1,000,000- why is this? Shouldn't the field be formatted as text or something without a thousand separator - it doesn't make sense for this number.
-
Hi Brian,
This is because the underlying field type is "number" and a number type has thousand separators. The check print will not include the comma.
If you would like to change this, a formula field can be added to the cash disbursement object with a type of Text and the following formula:
Text(AcctSeed__Check_Number__c )
Thank you,
Ryan
Please sign in to leave a comment.
Comments
5 comments