- Summary
- Returns the data source of the caller so it can be refreshed if a new address has been copied.
- Returns
- A FormDataSource object that is the caller's data source.
+public boolean copyAddressFromCaller(tableId _toTableId, recId _toRecId) - Summary
- Creates a new address in the address table. The address is a copy of the calling buffer's address.
- Parameters
- _toTableId - The tableId of the table that the new address should be related to.
- _toRecId - The recId of the record that the new address should be related to.
- Returns
- true, if the new address is created; otherwise, false.
- Remarks
- The address is related to the table with and the record with .
+public abstract boolean copyAddressToCaller(Common _transferFromTable)
+public boolean enableCopyToOrder(Args _args = null) +public boolean enableCopyToOrder_Top(Args _args = null) +public recId getAddrRecIdToDisplay() - Summary
- Returns the recId of the record that should have focus when the AddressSelectForm is opened.
- Returns
- The recId of the record that should have focus when the AddressSelectForm is opened.
+public Common getAddrRecordToDisplay() - Summary
- Returns the record that should have focus when the AddressSelectForm is opened.
- Returns
- The record that should have focus when the AddressSelectForm is opened.
+public tableId getAddrTableIdToDisplay() - Summary
- Returns the tableId of the record that should have focus when the AddressSelectForm is opened.
- Returns
- The tableId of the record that should have focus when the AddressSelectForm is opened.
+public abstract container getDataSourcesToShow()
+public Common parmBuffer(Common _buffer = buffer)
+public boolean showCopyFromOrder() - Summary
- Signals whether the button Copy address from order on the AddressSelectForm should be visible.
- Returns
- true
+public boolean showCopyToOrder() - Summary
- Indicates whether the button [Label: @SYS88668] on the AddressSelectForm should be visible.
- Returns
- true
+public boolean showMove() - Summary
- Indicates whether the button [Label: @SYS24586] on the AddressSelectForm should be visible.
- Returns
- true
+void updateForDirPartyTable()