PayrollTaxCodeLookup Class [AX 2012]

The PayrollTaxCodeLookup class manages lookup validation and queries for fields that are foreign keys to the PayrollTaxCode table.

class PayrollTaxCodeLookup

Run On

Called

  MethodDescription
JJ742842.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif lookupTaxCode Opens a tax code lookup that has an applied filter to restrict the lookup to the specified subset of tax codes.
JJ742842.privmethod(en-us,AX.60).gif new Initializes a new instance of the PayrollTaxCodeLookup class.
JJ742842.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.)
JJ742842.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.)
JJ742842.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif parmCountryRegionId Gets or sets the country/region ID value that is used to filter tax codes.
JJ742842.pubmethod(en-us,AX.60).gif parmFilterByIsEmployerTax Gets or sets the FilterByIsEmployerTax parameter.
JJ742842.pubmethod(en-us,AX.60).gif parmFilterByIsPayStatementLocked Gets or sets the FilterByIsPayStatementLocked parameter.
JJ742842.pubmethod(en-us,AX.60).gif parmIsEmployerTax Gets or sets the IsEmployerTax parameter.
JJ742842.pubmethod(en-us,AX.60).gif parmIsPaymentTypeManual Gets or sets the IsPaymentTypeManual parameter.
JJ742842.pubmethod(en-us,AX.60).gif parmisPayStatementLocked Gets or sets the isPayStatementLocked parameter.
JJ742842.pubmethod(en-us,AX.60).gif parmRequireVendor Gets or sets a value that indicates whether to include only tax codes that have a vendor account.
JJ742842.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif updateQuery Modifies the ranges of the query to match the selected parameters in the PayrollTaxCodeLookup object.
JJ742842.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.)
JJ742842.pubmethod(en-us,AX.60).gif validateTaxCode Determines whether a given PayrollTaxCodeRecId value is valid under the filter restrictions of the lookup object.
JJ742842.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ742842.pubmethod(en-us,AX.60).gif JJ742842.static(en-us,AX.60).gif ::construct Creates an instance of the PayrollTaxCodeLookup class.
JJ742842.pubmethod(en-us,AX.60).gif JJ742842.static(en-us,AX.60).gif ::newAllTaxCodes Creates an instance of the PayrollTaxCodeLookup class that has no filters applied.
JJ742842.pubmethod(en-us,AX.60).gif JJ742842.static(en-us,AX.60).gif ::newByPayStatementLocked Creates an instance of the PayrollTaxCodeLookup class to filter the lookup by using the passed parameters.
JJ742842.pubmethod(en-us,AX.60).gif JJ742842.static(en-us,AX.60).gif ::newCustomOptions Creates an instance of the PayrollTaxCodeLookup class to filter the lookup by using the passed parameters.
Top

Object Class
  PayrollTaxCodeLookup Class

Community Additions

ADD
Show: