TrvRuleExpressionSetup Class [AX 2012]

The TrvRuleExpressionSetup class is used for policy expressions on the expense line.

Syntax

class TrvRuleExpressionSetup extends WorkflowDocument

Run On

Called

Methods

  Method Description
Gg832009.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg832009.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg832009.pubmethod(en-us,AX.60).gif getQuery Returns an initialized query object based on the query name that is returned from the getQueryName method. (Inherited from WorkflowDocument.)
Gg832009.pubmethod(en-us,AX.60).gif getQueryName Returns the query name for this workflow document. (Overrides the getQueryName Method.)
Gg832009.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg832009.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg832009.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg832009.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.)
Gg832009.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.)
Gg832009.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg832009.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg832009.pubmethod(en-us,AX.60).gif parmAccountingCurrencyCode Provides the accounting currency code from the ledger associated with the legal entity of the record.
Gg832009.pubmethod(en-us,AX.60).gif parmAmountForDayPerCategory Gives the total expense amount for the date and the category in the ledger accounting currency.
Gg832009.pubmethod(en-us,AX.60).gif parmAuthorizedAmount Gives the authorized amount from the mapped requisition line, in ledger accounting currency.
Gg832009.pubmethod(en-us,AX.60).gif parmCity Gives the city on the expense line.
Gg832009.pubmethod(en-us,AX.60).gif parmHasReceiptsAttached Indicates whether the expense report has any receipts attached to it.
Gg832009.pubmethod(en-us,AX.60).gif parmHasTravelRequest Indicates whether the expense report that contains the expense line is mapped to a travel requisition.
Gg832009.pubmethod(en-us,AX.60).gif parmInternational Indicates whether the expense is an international expense.
Gg832009.pubmethod(en-us,AX.60).gif parmIsTaxRecoverable Indicates whether the expense line tax is recoverable.
Gg832009.pubmethod(en-us,AX.60).gif parmPreferredMerchant Indicates whether the expense is made with a preferred merchant.
Gg832009.pubmethod(en-us,AX.60).gif parmTotalAmount Gets the total amount for the expense report in the ledger accounting currency.
Gg832009.pubmethod(en-us,AX.60).gif parmZipCode Gets the ZIP code on the expense line.
Gg832009.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg832009.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg832009.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.)
Gg832009.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg832009.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  WorkflowDocument Class
    TrvRuleExpressionSetup Class
      TrvAirlineRuleExpressionSetup Class
      TrvCarRentalRuleExpressionSetup Class
      TrvEntertainmentRuleExpressionSetup Class
      TrvGiftRuleExpressionSetup Class
      TrvHotelRuleExpressionSetup Class
      TrvMealsRuleExpressionSetup Class
      TrvMileageRuleExpressionSetup Class
      TrvPersonalRuleExpressionSetup Class