hai our navision user want to one of the field to be lengthen
External Document No. in Sales Header (Type : Code,Length 20)
I want to change data type External Document No. From Code 20 to be Code 30
So what other fields that should I change ?
I already change field External Document No. in table Sales header, Sales Shipment No., Sales Invoice No., Sales Credit Memo Header
do you think it’s a better idea if i change data type like this?
i mean lengthen data type
i don’t know in which fields / tables you have to lengthen the fields but you can determine with the Development Toolkit the detailed usage of each object, function and field of a table.
I think it is best to tell the Navision user that 20 characters is the limit, and that he has to live with that. [:)]
And remember to do a Microsoft-dialogue…
(“Are you sure?”, “Yes”, “Are You sure You’re sure?”)
If You have to do the modification, You must also remember to modify the entry-tables, as the “Ext. Doc. No.” are also copied to these tables.
Not just tables 36, 110, 112 and 114 are involved here.
Also remember to document it well, in relation to future updates.
You can also consider to create a new field in table 36, for the user to fll in, and then OnValidate-trigger of this new field, fill in the standard-field.
But this leads to some issues making sure that You always fill it with a unique value.