PurchSelectLinesManager Class [AX 2012]
The PurchSelectLinesManager class contains the business logic that corresponds to the PurchSelectLines form.
| Method | Description | |
|---|---|---|
| addOrRemoveSet | Adds or removes a PurchLine record ID from the specified set. |
| areAllPOMarked | Evaluates whether all purchase orders are marked. |
| areAllPOUnmarked | Evaluates whether all purchase orders are unmarked. |
| buildQuery | Builds the default queries on the purchTable_ds and purchLine_ds form data sources. |
| buildQueryForPostingProfile_RU | Add the invent- and posting- profile ranges to the default queries. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| countAllPOLines | Counts the selectable purchase orders and lines in the PurchSelectLines form. |
| createClearPurchSets | Creates and clears the global origPurchSubTableSet, origPurchLineSet, newPurchLineSet, otherInvoicesPurchLineRecIdSet, otherInvoicesPurchTablePurchIdSet sets. |
| doesLineExistForPurchId | Determines whether the record ID of the specified PurchLine record occurs in the newPurchLineSet set for the purchase ID of the specified PurchTable record. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findInSet | Evaluates whether one or more of the PurchLine record IDs are present in the specified set. |
| findRecordInSet | Traverses a set to determine the presence of the specifies record ID. |
| 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 local variable values upon the initialization of this class. |
| initPurchSets | Sets the default values in the sets. |
| mark | Marks or un-marks one or more PurchLine records. |
| markAll | Marks all open PurchLine records that relate to all PurchTable records in the purchTable_ds form data source. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmParmId | Gets or sets the ParmId parameter. |
| parmPurchLine_ds | Gets or sets the PurchLine_ds parameter. |
| parmPurchLineMark | Gets or sets the PurchLineMark parameter. |
| parmPurchTable_ds | Gets or sets the PurchTable_ds parameter. |
| parmPurchTableMark | Gets or sets the PurchTableMark parameter. |
| parmTradeLineRefId | Gets or sets the TradeLineRefId parameter. |
| passSets | Passes the sets based on the PurchSelectLines form to the PurchFormLetter_Invoice class object to compute the creation or deletion of invoice lines. |
| populatePurchSets | Populates the global sets with the default values for this session. |
| 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.) |
| unMarkAll | Un-marks all records. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| verifyRemovingLineWithUserDialog | Shows a dialog box to the user to verify the removal of a purchase order or purchase order line. |
| 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 PurchSelectLinesManager class. |
| ::fillPurchLineMark_RU | |
| ::fillPurchMarks_RU | |
| ::fillPurchTableMark_RU | |
| ::getPurchSetsData | Retrieves the default data for the passed sets from the header and line tables. |
| ::newPurchSelectLinesManager | Creates and initializes an instance of the PurchSelectLinesManager class. |
Community Additions
ADD
Show: