Anveo Page and Field Focus Handling
Page OPEN Commands
Opens an Anveo Page based on Record. A list uses its filter to show multiple records and shows the record defined in Record.
A card uses the current record showing one record. srcRecord is used on lists for future reference for information only.
PAGE('OPEN', string AnveoPageCode, Record, srcRecord); example:Open Anveo Page Sales Order List from a Customer: PAGE('OPEN', 'SALESORDER_LIST', SalesHeader, Customer);
In previous Anveo Script versions, PAGE_OPEN(..) was used instead of PAGE(‘OPEN’, …). PAGE_OPEN is deprected but is still available for compatibility reasons.