7
Definition of the name field of DirParty table is nvarchar(100). But in the EDT definition of name in the CustTable.insert method, the maximum string is 60. Therefore, if we create a DirParty.name with the CustTable.insert method, we can only enter up to 60 digits. This looks like a bug. If we use this method to perform data linkage from an external application in which the customer name is registered in 100 digits to D365FO, the requirements will not be met. We hope this method is fixed.
Category: Development
STATUS DETAILS
Needs Votes