HcmWorkerLookup Class [AX 2012]
The HcmWorkerLookup class manages the lookup validation and querying for fields that are foreign keys to the HcmWorker 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.) |
| lookupWorker | Opens the worker lookup with an applied filter to restrict the lookup to the specified subset of workers. |
| 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.) |
| parmEnableVirtualCompany | Gets or sets whether to enable virtual companies in the lookup. |
| parmIncludeActive | Gets or sets the IncludeActive parameter. |
| parmIncludeContractors | Gets or sets the IncludeContractors parameter. |
| parmIncludeEmployees | Gets or sets the IncludeEmployees parameter. |
| parmIncludeOnlyCurrentLegalEntity | Gets or sets the IncludeOnlyCurrentLegalEntity parameter. |
| parmIncludePending | Gets or sets the IncludePending parameter. |
| parmIncludeTerminated | Gets or sets the IncludeTerminated parameter. |
| parmlockLegalEntityFilters | Gets or sets the lockLegalEntityFilters parameter. |
| parmlockWorkerStatusFilters | Gets or sets the lockWorkerStatusFilters parameter. |
| parmlockWorkerTypeFilters | Gets or sets the lockWorkerTypeFilters parameter. |
| parmRequireUserRelation | Gets or sets the _requireUserRelation parameter. |
| 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 HcmWorkerLookup object. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateWorker | Determines whether a given HcmWorkerRecId 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.) |
| ::newActiveEmployees | Creates the HcmWorkerLookup object for filtering the lookup on active employees. |
| ::newActiveWorkers | Creates the HcmWorkerLookup object for filtering the lookup on active workers. |
| ::newAllEmployeesWithinCompany | Creates the HcmWorkerLookup object for filtering the lookup on all employees in the current company. |
| ::newAllWorkersWithinCompany | Creates an instance the HcmWorkerLookup class that filters the lookup on all of the workers in the current company. |
| ::newCustomOptions | Creates the HcmWorkerLookup object for filtering the lookup based on the passed parameters. |
| ::newOnlyActiveContractors | Creates an instance of the HcmWorkerLookup class that filters the lookup on only the active employees in the company. |
| ::newOnlyActiveContractorsWithinCompany | Creates an instance of the HcmWorkerLookup class that filters the lookup on only the active employees in the current company. |
| ::newOnlyActiveEmployees | Creates the HcmWorkerLookup object for filtering the lookup on only active employees. |
| ::newOnlyActiveEmployeesWithinCompany | Creates the HcmWorkerLookup object for filtering the lookup on only active employees in the current company. |
| ::newOnlyActivePendingWorkers | Creates the HcmWorkerLookup object for filtering the lookup on only active or pending workers. |
| ::newOnlyActiveWorkers | Creates the HcmWorkerLookup object for filtering the lookup on only active workers. |
| ::newOnlyActiveWorkersWithinCompany | Creates the HcmWorkerLookup object for filtering the lookup on only active workers in the current company. |
| ::newOnlyWorkersWithinCompany | Creates an instance of the HcmWorkerLookup class that filters the lookup on only the active or the inactive workers in the current company. |
| ::newOnlyWorkersWithUserRelation | Creates an instance of the HcmWorkerLookup class that filters the lookup on all of the workers that have a user relation. |
| ::newWorkersInCurrentCompany | Creates the HcmWorkerLookup object for filtering the lookup on all workers in the current company. |
Community Additions
ADD
Show: