PayrollSetup Class [AX 2012]

The PayrollSetup class sets up default payroll data, including all the payroll tax data.

class PayrollSetup implements SysSetup

Run On

Called

  MethodDescription
JJ726396.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ726396.protmethod(en-us,AX.60).gif loadCalculationFrequencies Loads the default calculation frequency records
JJ726396.pubmethod(en-us,AX.60).gif loadData Loads all the default data for the Payroll module
JJ726396.protmethod(en-us,AX.60).gif loadXmlDocument Loads the base tax data xml document
JJ726396.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ726396.pubmethod(en-us,AX.60).gif JJ726396.static(en-us,AX.60).gif ::getXmlDocumentForResource Retrieves the XML stored in the specified AOT Resource.
JJ726396.pubmethod(en-us,AX.60).gif JJ726396.static(en-us,AX.60).gif ::loadBaseTaxData Loads and updates the base tax payroll data tables based on the current XML stored in the PayrollBaseTaxData Resource. This is data that is shipped as part of the application and is updated via regular tax updates.
JJ726396.pubmethod(en-us,AX.60).gif JJ726396.static(en-us,AX.60).gif ::main Loads all the base tax data used in the Payroll module and then creates all the necessary tax setup records for applicable workers.
JJ726396.pubmethod(en-us,AX.60).gif JJ726396.static(en-us,AX.60).gif ::refreshAllWorkerTaxRegionTaxes Iterates through all worker tax regions and refreshes worker taxes for each one.
JJ726396.pubmethod(en-us,AX.60).gif JJ726396.static(en-us,AX.60).gif ::refreshWorkerTaxRegionTaxes Ensures that the specified worker has all tax codes and their parameter values that are applicable to the specified tax region.
JJ726396.pubmethod(en-us,AX.60).gif JJ726396.static(en-us,AX.60).gif ::refreshWorkerTaxRegionTaxesAllTime Updates worker tax region for any tax changes for the previous and coming year.
JJ726396.pubmethod(en-us,AX.60).gif JJ726396.static(en-us,AX.60).gif ::setupImmutableTaxGroup Loops through the PayrollTaxCodeType base enum items to create the immutable tax group if it does not already exist. The tax group is created using the Name property of the base enum item as the tax group name and the Label property as the tax group description.
Top

Object Class
  PayrollSetup Class

Community Additions

ADD
Show: