Hi. I am attempting to build a list lobby element that navigates to the voucher entry form in EE (Apps 10), and in the case of the voucher being Multi Company I need it to pass one of the data values from my data source into the URL. Does anyone know the syntax to achieve this?
For voucher entry the navigation needs to go here:
ifsapf:frmMultiCompanyEntryVoucher?COMPANY=200
For Multi-Company Voucher Entry it needs:
ifsapf:frmMultiCompanyEntryVoucher?VERSION=MCVOUCHER&COMPANY=200
My datasource returns ‘MCVOUCHER’ in a field when it finds a multicompany voucher, so I just need to pass that into the URL as the VERSION. I found instructions in technical documentation related to AURENA that suggest this:
Include data values of the element
Example: page/PlanningUnitsAnalysis/List?$filter=OrderNo eq $FORDER_NO]
But that syntax doesn’t appear to work within EE. Any thoughts greatly appreciated :)
Ed