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.
The InventSupply class handles the creation of temporary data for use with the InventSupply form.
Syntax
class InventSupply
Run On
Server
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
checkAccessRights | Checks that the current user has access to all the tables that are used by this class. |
![]() |
createTmpDataOnhand | Fills a temporary InventSupplyTmpOnHand buffer with information about the on-hand quantities and the available mode of delivery. |
![]() |
createTmpDataOrdersPlanned | Adds information about the planned purchase or production orders to a temporary InventSupplyTmpOrders buffer. |
![]() |
createTmpDataOrdersReal | Fills a temporary InventSupplyTmpOrdersbuffer with information about the current purchase or production orders. |
![]() |
createTmpDataStdLeadTime | Fills a temporary InventSupplyTmpVendors buffer with information about the standard lead times coming from both Item Coverage and from the default/site-specific order settings. |
![]() |
createTmpDataStdLeadTimeInventItem | Fills a temporary InventSupplyTmpVendors buffer with information about the standard lead times coming from the default or site-specific order settings. |
![]() |
createTmpDataStdLeadTimeReqItemTable | Fills a temporary InventSupplyTmpVendors buffer with information about the standard lead times coming from Item Coverage. |
![]() |
createTmpDataVendors | Fills a temporary InventSupplyTmpVendors buffer with vendor information. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
init | Initializes the reqSetupDimReq and mapCustMOD class variables. |
![]() |
initMapCustMOD | Initializes the class variable mapCustMOD with the mode of delivery and transport days between the requirement warehouse and the customer. |
![]() |
initMapSuppMOD | Initializes a map of the mode of delivery and transport days between the supply warehouse and the requirement warehouse. |
![]() |
limitInventDimToStandardInventLoc | Adds a relation of type NoExistsJoin to an InventDim data source, so that InventDim records with a warehouse type not equal to Standard are not included. |
![]() |
loopMapsAndInsertOnhand | Loops through the two specified maps to insert temporary records in the InventSupplyTmpOnhand table for all MOD combinations. |
![]() |
loopMapsAndInsertOrders | Loops through the two specified maps to insert temporary records in the InventSupplyTmpOrders table for all MOD combinations. |
![]() |
loopMapsAndInsertStdLeadTime | Loops through the map that contains mode of delivery and transport times and inserts records into the temporary InventSupplyTmpStdLeadTime table buffer. |
![]() |
loopMapsAndInsertTmpVendors | Loops through the map containing mode of delivery and transport times and inserts records into the temporary InventSupplyTmpVendors table buffer. |
![]() |
new | Initializes a new instance of the InventSupply class. |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmCustAddressMap | Gets or sets the CustAddressMap parameter. |
![]() |
parmCustCalendarId | Gets or sets the CustCalendarId parameter. |
![]() |
parmDlvModeReq | Gets or sets the DlvModeReq parameter. |
![]() |
parmDlvModeSelectCust | Gets or sets the DlvModeSelectCust parameter. |
![]() |
parmDlvModeSelectSupp | Gets or sets the DlvModeSelectSupp parameter. |
![]() |
parmInventDimReq | Gets or sets the InventDimReq parameter. |
![]() |
parmInventTable | Gets or sets the InventTable parameter. |
![]() |
parmOnlyTransportRel | Gets or sets the OnlyTransportRel parameter. |
![]() |
parmQty | Gets or sets the Qty parameter. |
![]() |
pickupDate | Calculates the date for which the items can be picked up based on the calendar for the transport. |
![]() |
receiptDateCust | Calculates the receipt date of the customer based on the shipping date, the transport time, and the customer calendar. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
shipDateCust | Calculates the date that the items can be shipped from the requirement warehouse to the customer. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | |
![]() ![]() |
::newFromForm | Initializes a new instance of the InventSupply class. |
Top
Remarks
Only data that is independent of dimension display settings will be created by this class whereas the rest will be handled by the InventDim_Frm_Supply class.
Inheritance Hierarchy
Object Class
InventSupply Class