VendInvLineCFOPAttributesDeterminer_BR Class [AX 2012]

The CFOPAttributesDeterminer_BR class maps values that are used to determine and validate the CFOP for vendor invoice lines.

Syntax

class VendInvLineCFOPAttributesDeterminer_BR extends CFOPAttributesDeterminer_BR

Run On

Called

Methods

  Method Description
JJ786495.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ786495.pubmethod(en-us,AX.60).gif canDetermineLocation Verifies whether the location of the CFOP code can be identified. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.protmethod(en-us,AX.60).gif defineDirection Defines the direction that is requested for CFOP, based on the transaction type. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.protmethod(en-us,AX.60).gif defineLocation Defines the location that is requested for CFOP, based on the address information. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ786495.pubmethod(en-us,AX.60).gif getAddressOriginEntity Defines the Common instance that is used to identify the logistic postal address for the origin address. (Overrides the getAddressOriginEntity Method.)
JJ786495.pubmethod(en-us,AX.60).gif getCFOPAttributes Define CFOP attributes (direction/location) based on the country/state information of the origin or destination address, defines the location based on the transaction, and defines the direction. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif getCFOPTable Defines the CFOPTable_BR record that is used by this vendor invoice. (Overrides the getCFOPTable Method.)
JJ786495.protmethod(en-us,AX.60).gif getDestinationAddressInfo Returns the CFOPAddressInformation_BR object that contains CFOP address information about the destination. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif getDestinationPostalAddressRecId Defines the record ID that is used to identify the logistic postal address for the destination address. (Overrides the getDestinationPostalAddressRecId Method.)
JJ786495.pubmethod(en-us,AX.60).gif getDirection Returns the direction that is requested for CFOP. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif getLocation Returns the location that is requested for CFOP. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif getOperationId Define the operation type ID that is used by on the purchase line. (Overrides the getOperationId Method.)
JJ786495.protmethod(en-us,AX.60).gif getOriginAddressInfo Returns the CFOPAddressInformation_BR object that contains the CFOP address information about the origin address. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ786495.pubmethod(en-us,AX.60).gif getTransactionType Defines the transaction type (Sales or Purch) that is used by the purchase line. (Overrides the getTransactionType Method.)
JJ786495.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ786495.privmethod(en-us,AX.60).gif IsCancellingReturnOrder
JJ786495.pubmethod(en-us,AX.60).gif isItemOutgoingOperation Defines whether the transaction is sending services/goods. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif isReturnedItem Determines whether the purchase line transaction is for returned items. (Overrides the isReturnedItem Method.)
JJ786495.pubmethod(en-us,AX.60).gif lookupQuery Builds a Query object that has ranges that are determined by a given CFOPAttributesDeterminer_BR class. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif lookupQuery_BR Builds a Query object that has ranges that are determined by a given CFOPAttributesDeterminer_BR class. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif new Initializes a new instance of the CFOPAttributesDeterminer_BR class. (Overrides the new Method.)
JJ786495.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.)
JJ786495.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.)
JJ786495.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ786495.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ786495.pubmethod(en-us,AX.60).gif parmFiscalEstablishment Gets or Sets the FiscalEstablishment_BR object. (Inherited from CFOPAttributesDeterminer_BR.)
JJ786495.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ786495.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ786495.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.)
JJ786495.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ786495.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  CFOPAttributesDeterminer_BR Class
    VendInvLineCFOPAttributesDeterminer_BR Class