PurchJournalMatch_Invoice Class [AX 2012]
The PurchJournalMatch_Invoice class contains business logic that corresponds to the PurchJournalMatch_PackingSlip form.
| Method | Description | |
|---|---|---|
| buildPackingSlipLink | Initializes a set of links between records in the VendInvoiceInfoSubLine table and the corresponding records in the VendPackingSlipTrans table. |
| buildQuery | Builds the queries that are responsible for displaying data on the PurchJournalMatch_PackingSlip form. (Overrides the buildQuery Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| closeOK | Sends selections that are made in the PurchJournalMatch_PackingSlip form back to the caller form. (Overrides the closeOK Method.) |
| dataSourceNameAll | (Overrides the dataSourceNameAll Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| formDataSourceAll | (Inherited from SalesPurchJournalSelect.) |
| formDataSourceQueryAll | (Inherited from SalesPurchJournalSelect.) |
| formLetter_SelectFromJournal | (Inherited from SalesPurchJournalSelect.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| includeAll | Marks or clears all links between the records in the VendInvoiceInfoLine table and the corresponding record in the VendPackingSLipTrans table. (Overrides the includeAll Method.) |
| included | Marks or unmarks a single link between a record in the VendPackingSlipTrans table and a record in the VendInvoiceInfoLine table. (Overrides the included Method.) |
| includeLines | Marks or unmarks all links between the selected record in the VendInvoiceInfoLine table and the corresponding record in the VendPackingSLipTrans table. |
| init | Initializes the SalesPurchJournalSelect class. (Overrides the init Method.) |
| initIncluded | (Inherited from SalesPurchJournalSelect.) |
| inventQtyMatched | Calculates the total quantity for all the marked VendPackingSlipTrans records that are linked to the specified VendInvoiceInfoLine record in the inventory U of M. |
| inventQtyToInvoice | |
| journalHeader_ds | (Inherited from SalesPurchJournalSelect.) |
| journalHeader_ds_Active | (Inherited from SalesPurchJournalSelect.) |
| journalLines_ds | Returns the data source that is used by the bottom grid of the PurchJournalMatch_PackingSlip form. (Overrides the journalLines_ds Method.) |
| new | Initializes a new instance of the SalesPurchJournalSelect class. (Inherited from SalesPurchJournalSelect.) |
| 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.) |
| orderId | (Inherited from SalesPurchJournalSelect.) |
| originalInventQtyRemainingToInvoice | Calculates and sends the remaining quantity to invoice for a specified VendPackingSlipTrans table. |
| originalPurchQtyRemainingToInvoice | Calculates and sends the remaining quantity to invoice for a specified VendPackingSlipTrans table. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmBasedOnDocument | Gets or sets the BasedOnDocument parameter. (Inherited from SalesPurchJournalSelect.) |
| parmFormLetter | Gets or sets the FormLetter parameter. (Inherited from SalesPurchJournalSelect.) |
| parmFormRun | Gets or sets the FormRun parameter. (Inherited from SalesPurchJournalSelect.) |
| parmParmId | Gets or sets the ParmId parameter. (Inherited from SalesPurchJournalSelect.) |
| parmPostingProfile_RU | Gets or sets the PostingProfile_RU parameter. (Inherited from SalesPurchJournalSelect.) |
| parmTradeLineRefId_RU | Gets or sets the TradeLineRefId_RU parameter. (Inherited from SalesPurchJournalSelect.) |
| pdsCWOriginalQtyRemainingToInvoice | Calculates and sends the remaining quantity to invoice in catch weight unit for a specified VendPackingSlipTrans table. |
| pdsCWQtyMatched | Calculates the total quantity for all the marked VendPackingSlipTrans records that are linked to the specified VendInvoiceInfoLine record in the catch weight unit of measure. |
| pdsCWQtyToInvoice | Gets or sets the quantity to invoice in catch weight unit. |
| purchQtyMatched | Calculates the total quantity for all the marked VendPackingSlipTrans records that are linked to a specified VendInvoiceInfoLine record in the purchasing U of M. |
| purchQtyToInvoice | |
| qbdsAll | (Inherited from SalesPurchJournalSelect.) |
| setJournalHeader_allowEdit | (Overrides the setJournalHeader_allowEdit Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateQuantitiesForCWQty | |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| vendInvoiceInfoLine | Gets and sets the current record in the VendInvoiceInfoLine table. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the PurchJournalMatch_Invoice class. |
Community Additions
ADD
Show: