Could someone kindly let me know how to find how many characters are allowed in a specific field? Is there a sql entry I can use or can this be done some other way?
Some "Local Event Errors" have appeared in the Workflow, the description reads "Invoice Descr. field may be too long", although the rest of the errors does not seem to support this and we think the error description may be spurious.
This does error not stop the invoices from being input or processed, but seems to be causing problems with reports. I've looked on the web but I can't find what I need.
I'm not trying to find out how many characters have been typed in a field (e.g., in Excel, to find this, I'd use "LEN" to see that "APPLE" = 5, "ORANGE" = 6 and "WATERMELON"=10), but how many characters I'm allowed to type (e.g., if the field allows 8, "apple" and "orange" would fit, but "watermelon" wouldn't).
Thanks.
Some "Local Event Errors" have appeared in the Workflow, the description reads "Invoice Descr. field may be too long", although the rest of the errors does not seem to support this and we think the error description may be spurious.
This does error not stop the invoices from being input or processed, but seems to be causing problems with reports. I've looked on the web but I can't find what I need.
I'm not trying to find out how many characters have been typed in a field (e.g., in Excel, to find this, I'd use "LEN" to see that "APPLE" = 5, "ORANGE" = 6 and "WATERMELON"=10), but how many characters I'm allowed to type (e.g., if the field allows 8, "apple" and "orange" would fit, but "watermelon" wouldn't).
Thanks.