I'm extremely new to AX and am starting with something very simple. I need to increase the size of a column named Invoice. In the AOT, the StringSize property on the column is greyed out so I cannot change it there.
In SQL Server (2005) the column is a nvarchar(20) so I'm thinking AX might just be using whatever DataType is defined in the db.
If I attempt to increase the size of the column in SQL Server it tells me that the table would need to be dropped and re-created.
What is the best way to increase a column size in AX?