07 April 2010

How to read one element from dimensions in Forms and Reports

Use Display Method

Display SysDim department()
{
return VendTable_1.Dimension[1];//Here 1 means Department Element

}

Ledger Voucher creation Framework and x++ code to create ledger voucher

 Please click her for MS reference file Below is the out of the box example reference and code. SalesInvoiceJournalPostSubBill_Extension->...