Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the InventSupply class.
Syntax
server public static InventSupply newFromForm(
InventTable _inventTable,
InventQty _qty,
LogisticsPostalAddressMap _custAddressMap,
InventDim _inventDimReq,
InventSupplyDlvModeSelectSupply _dlvModeSelectSupp,
InventSupplyDlvModeSelectCust _dlvModeSelectCust,
boolean _onlyTransportRel,
DlvModeId _dlvModeReq,
CalendarId _custCalendarId)
Run On
Server
Parameters
- _inventTable
Type: InventTable Table
The InventTable record that is used for the parmInventTable method.
- _qty
Type: InventQty Extended Data Type
The quantity used for the parmQty method.
- _custAddressMap
Type: LogisticsPostalAddressMap Map
The AddressMap map used for the parmCustAddressMap method.
- _inventDimReq
Type: InventDim Table
The requirements for item dimensions (to be used for filtering) and the warehouse.
- _dlvModeSelectSupp
Type: InventSupplyDlvModeSelectSupply Enumeration
An InventSupplyDlvModeSelectSupply enumeration value for selecting how the mode of delivery from supply to requirement warehouse should be displayed.
- _dlvModeSelectCust
Type: InventSupplyDlvModeSelectCust Enumeration
An InventSupplyDlvModeSelectCust enumeration value for selecting how Mode of delivery from requirement warehouse to customer should be displayed.
- _onlyTransportRel
Type: boolean
A Boolean value that specifies whether lines should only be shown in the form if they have a transport relation from the supply warehouse to the requirement warehouse.
- _dlvModeReq
Type: DlvModeId Extended Data Type
The mode of delivery required from the requirement warehouse to the customer.
- _custCalendarId
Type: CalendarId Extended Data Type
The calendar ID for the customer.
Return Value
Type: InventSupply Class
A new instance of the InventSupply class.