JmgTransferEvents Class [AX 2012]
The JmgTransferEvents class is used to calculate the pay for a worker, according to registrations that are made by the worker.
| Method | Description | |
|---|---|---|
| addJobTimeidCost | Adds the job time on the specified job to the internal event array. |
| addTimePrDim | Adds the time that is used on jobs that are associated to the specified dimensions. |
| addTRiDCost | Adds the cost on a specified transaction ID. |
| addTRiDTimeOpr | Adds an event to the internal event array. |
| calcCostToSlize | Calculates the cost for events that are added to the internal event array. |
| calcSlizeCost | Calculates the cost for the specified registration, and then assigns the result on the registration. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearTimePrDim | Clears the internal calculated variables. |
| createPayEventsArray | Calculates the internal event array based on registrations that are made by a worker on a specified day. |
| curAbsAct | Retrieves the absence code ID of the current event. |
| curJobRef | Retrieves the job reference of the current event. |
| curOnCallActivity | Retrieves the on-call activity of the current event. |
| curProjActivityId | Retrieves the project activity ID of the current event. |
| curProjId | Retrieves the project ID of the current event. |
| currentAbsenceCode | Retrieves the absence code of the current event. |
| curSpecialDayId | Retrieves the special day ID of the current event. |
| curTrOpr | Retrieves the operation ID of the current event. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getInsertedEventsCount | Gets the number of pay events inserted by the last call of the insertEvents method. |
| getJobTimeJobidTime | Calculates the job time for the specified job ID. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTRiDTimeOpr | Sets the internal event pointer to point to the specified transaction ID. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertEvents | Inserts the calculated pay events into the JmgPayEvents table. |
| insertPayEventsArray | Adds a pay event to the internal event array. |
| loadPayAgreementLine | Calculates the pay that was generated by a specified pay agreement line, and then adds the result to the internal event array. |
| new | Initializes a new instance of the JmgTransferEvents class. |
| nextEvent | Initializes a JmgPayEvents record with values for the next pay event. |
| 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.) |
| paySenPeriod2YM | Calculates the seniority of the specified worker at the specified date. |
| round | Rounds the specified value according to the settings on the specified pay agreement line. |
| 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.) |
| 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.) |
Community Additions
ADD
Show: