Guys,
While opening the VendInvoice info list page i need the info of all the Invoice Account but the value is not coming . Can you please give me some suggestion.
This is the code I tried out.
[PostHandlerFor(formStr(VendInvoiceInfoListPage), formMethodStr(VendInvoiceInfoListPage, init))]
public static void VendInvoiceInfoListPage_Post_init(XppPrePostArgs args) { FormRun fr = args.getThis(); Common common = fr.args().record(); VendInvoiceInfoTable vendInvoiceInfoTable = common; Info(strFmt("%1",VendInvoiceInfoTable.InvoiceAccount)); }