HcmPositionLookup Class [AX 2012]
The HcmPositionLookup class manages the lookup validation and querying for fields that are foreign keys to the HcmPosition table.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| lookupPosition | Opens a position lookup that has an applied filter to restrict the lookup to the specified subset of positions. |
| lookupPositionId | Opens a position lookup by using an applied filter to restrict the lookup to the specified subset of positions. |
| lookupPositionWorkerLegalEntity | Opens a position lookup by using an applied filter to restrict the lookup to the specified subset of positions. |
| new | |
| 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.) |
| parmIncludeFilled | Gets or sets the _includeFilled parameter. |
| parmIncludeFutureWorkerAssignments | Gets or sets whether to include positions with future assignments to the worker are to be included in the lookup. |
| parmIncludeInactive | Gets or sets the _includeInactive parameter. |
| parmIncludeOnlyUniquePositionsForWorker | Gets or sets whether to include only unique positions for the worker in the lookup. |
| parmIncludeOpen | Gets or sets the _includeOpen parameter. |
| parmIncludePastWorkerAssignments | Gets or sets whether positions that have past assignments to the worker should be included in the lookup. |
| parmRestrictToLegalEntity | Gets or sets whether to include the logged-on legal entity in the lookup. |
| parmRestrictToPayCycle | Gets or sets the PayrollPaycycleRecId value to which to restrict positions in the lookup. |
| parmRestrictToWorker | Gets or sets the HcmWorkerRecId value that restricts positions in the lookup. |
| 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.) |
| updateQuery | Modifies the ranges of the query to match the selected parameters in the HcmPositionLookup object. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validatePosition | Determines whether a given HcmPositionRecId value is valid under the filter restrictions of the lookup object. |
| validatePositionWorkerLegalEntity | Determines whether a given HcmPositionRecId value is valid under the filter restrictions of the lookup object. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newActiveOpenPositions | Creates an instance of the HcmPositionLookup class for filtering the lookup for only active positions. |
| ::newActivePositions | Creates an instance of the HcmPositionLookup class for filtering the lookup for only active positions. |
| ::newAllPositions | Creates an instance of the HcmPositionLookup class that has no filters applied. |
| ::newCustomOptions | Creates an instance of the HcmPositionLookup class for filtering the lookup by using the passed parameters. |
Community Additions
ADD
Show: