Hello Running into this problem. I have two addons to merge and they both insert fields into Sales Header. The problem is that bot exceed 4 K limit for size and I have to disable fields. Both addons are Big. One is E-Ship, the other some European addon.
Ahmed Rashed Amini
Independent Consultant/Developer
blog:
https://dynamicsuser.net/nav/b/ara3n0
Answers
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Oleg
Is this a synthetic limitation on SQL because Native has this limitation? Will this be removed in v 5?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
RIS Plus, LLC
Denster. I don't want to maintain the two Addon and rewrite most of the code.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
RIS Plus, LLC
However:
1) Maybe the Shipment Header / Invoice Header does not contain so many fields so they can be kept, and only three things changed a) filling these fields b) moving them to invoice and shipment 3) printing of Order Confirmation.
2) Even if it's not the case, they also can live in the new table. I mean the primary key of the new table could be like, Table No., Document Type, Document No. And copy it upon posting.
They reason I strongly suggest it that these code are easy to find, easy to change, and not likely to change much in later versions. I think it's easier to change it than changing something that's connected with some sophisticated business logic that lives who knows where. At least we know that the ledgers etc. don't need these fields, so the important parts of the busness logic is kept safe. Besides, these fields really eat up lots of space. There are not many 30-char fields in Sales Header except for them.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n