PayrollTaxCodeMassUpdate Class [AX 2012]
The PayrollTaxCodeMassUpdate class is the form helper class which manages the mass update of data for a given list of tax codes.
| 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.) |
| insertTaxAccountingRule | Inserts PayrollTaxAccountingRule records for a list of tax codes. |
| insertTaxCodeDefaultDimension | Insert set of records in PayrollTaxCodeDefaultDimension table for a list of tax codes. |
| new | Initializes a new instance of the PayrollTaxCodeMassUpdate class. |
| 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.) |
| pack | Serializes the current instance of the PayrollTaxCodeMassUpdate class. |
| parmCategoryDataAreaId | Gets or sets the CategoryDataAreaId parameter. |
| parmDimensionDefaultRecId | Gets or sets the DimensionDefaultRecId parameter. |
| parmEditDefaultDimension | Gets or sets the EditDefaultDimension parameter. |
| parmEditMainAccount | Gets or sets the EditMainAccount parameter. |
| parmEditProjectCategory | Gets or sets the EditProjectCategory parameter. |
| parmEditVendorAccount | Gets or sets the EditVendorAccount parameter. |
| parmEditW2Box20Label | Gets or sets the EditW2Box20Label parameter. |
| parmEditW2BoxNumber | Gets or sets the EditW2BoxNumber parameter. |
| parmEffectiveOnDate | Gets or sets the EffectiveOnDate parameter. |
| parmLegalEntityRecId | Gets or sets the LegalEntityRecId parameter. |
| parmMainAccount | Gets or sets the MainAccount parameter. |
| parmProjCategoryId | Gets or sets the ProjCategoryId parameter. |
| parmSelectedLegalEntityDataAreaId | Gets or sets the SelectedLegalEntityDataAreaId parameter. |
| parmTaxGroupId | Gets or sets the TaxGroupId parameter. |
| parmTaxReportingDataAreaId | Gets or sets the TaxReportingDataAreaId parameter. |
| parmTotalTaxCodeRecords | Gets or sets the TotalTaxCodeRecords parameter. |
| parmUpdatedTaxCodeRecords | Gets or sets the UpdatedTaxCodeRecords parameter. |
| parmVendDataAreaId | Gets or sets the VendDataAreaId parameter. |
| parmVendorAccount | Gets or sets the VendorAccount parameter. |
| parmW2Box20Label | Gets or sets the W2Box20Label parameter. |
| parmW2Box20Other | Gets or sets the W2Box20Other parameter. |
| parmW2BoxLabel | Gets or sets the W2BoxLabel parameter. |
| parmW2BoxNumber | Gets or sets the W2BoxNumber parameter. |
| performMassUpdate | Performs mass udpate on a list of tax codes. |
| run | Runs the Perfom mass update process on server. |
| 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.) |
| unpack | Deserializes the packedClass parameter value to an instance of the PayrollTaxCodeMassUpdate class. |
| updateDefaultDimension | Updates the Default dimension for a set of records in PayrollTaxCodeDefaultDimension table. |
| updateMainAccount | Updates the Main Account for a set of records in the PayrollTaxAccountingRule table. |
| updateProjCategory | Updates the Project category and Category Data area Id for a set of records in PayrollTaxCodeDefaultDimension table. |
| updateTaxAccountingRule | Updates the Main Account for a set of records in PayrollTaxAccountingRule table. |
| updateTaxCodeDefaultDimension | Updates Vendor, Project category and Default Dimension for a set of records in PayrollTaxCodeDefaultDimension table. |
| updateTaxReporting | Updates the W2BoxNumber, W2BoxLabel, W2Box20Label and W2Box20Other fields a set of records in PayrollTaxExternalReporting table. |
| updateTaxReportingRecord | |
| updateVendor | Updates the Vendor Account and Vendor data area Id for a set of records in PayrollTaxCodeDefaultDimension table. |
| 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.) |
| ::construct | Initializes a new instance of the PayrollTaxCodeMassUpdate class. |
| ::create | Creates a new instance of the PayrollTaxCodeMassUpdate class on the server and sets the properties of.the class from the specified container. |
| ::newFromTaxGroup | Constructs a new tax code mass update object. |
| ::runOnServer | Mass updates or inserts list of tax codes details in PayrollTaxAccountingRuleand PayrollTaxCodeDefaultDimension tables on the server and sets the properties of the class from the supplied container. |
Community Additions
ADD
Show: