Skip to main content

Cannot edit a record in Print journal (LedgerJournalTmp)

The problem is on AccountName field of LedgerJournalTmp Table.

On AccountName field, change the ExtendedDataType from AccountName to DirPartyName.

The AccountName lenght is 60, instead DirPartyName is 100.

The field AccountName come from Name field of DirPartyTable table that have a stringsize greater than AccountName field.

Comments