Showing related tags and posts across the entire site.
-
Another nice trick: If you know the field numbers of the table but not surely the field names, you can write your code based on the field numbers: SalesLine.SETRANGE(Field1,SalesHeader.Field1); SalesLine.SETRANGE(Field3,SalesHeader.Field3); If you save and close this code and open the object in Design...
-
Hi All, My Customer requirement to see his VAT revceivable and payables break-up % wise. For example VAT Payables % are 4% 8% 12% etc... in Chart of Accounts he wanted to see the VAT amount in front of each %. Kindly help me in this, how I can do a setup so Navision can take care of the scenario and...