SalesLineCFOPAttributesDeterminer_BR Class [AX 2012]

Maps values that are used to determine and validate the CFOP for sales lines.

Syntax

class SalesLineCFOPAttributesDeterminer_BR extends CFOPAttributesDeterminer_BR

Run On

Called

Methods

  Method Description
JJ788590.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ788590.pubmethod(en-us,AX.60).gif canDetermineLocation Verifies whether the location of the CFOP code can be identified. (Inherited from CFOPAttributesDeterminer_BR.)
JJ788590.protmethod(en-us,AX.60).gif defineDirection Defines the direction that is requested for CFOP, based on the transaction type. (Inherited from CFOPAttributesDeterminer_BR.)
JJ788590.protmethod(en-us,AX.60).gif defineLocation Defines the location that is requested for CFOP, based on the address information. (Inherited from CFOPAttributesDeterminer_BR.)
JJ788590.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ788590.pubmethod(en-us,AX.60).gif getAddressOriginEntity Defines the common determiner that is used to identify the logistic postal address for the origin address. (Overrides the getAddressOriginEntity Method.)
JJ788590.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.)
JJ788590.pubmethod(en-us,AX.60).gif getCFOPTable Defines the CFOPTable_BR record that is used by this sales line. (Overrides the getCFOPTable Method.)
JJ788590.protmethod(en-us,AX.60).gif getDestinationAddressInfo Returns the CFOPAddressInformation_BR object that contains CFOP address information about the destination. (Inherited from CFOPAttributesDeterminer_BR.)
JJ788590.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.)
JJ788590.pubmethod(en-us,AX.60).gif getDirection Returns the direction that is requested for CFOP. (Inherited from CFOPAttributesDeterminer_BR.)
JJ788590.pubmethod(en-us,AX.60).gif getLocation Returns the location that is requested for CFOP. (Inherited from CFOPAttributesDeterminer_BR.)
JJ788590.pubmethod(en-us,AX.60).gif getOperationId Defines the operation type ID that is used on the sales line. (Overrides the getOperationId Method.)
JJ788590.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.)
JJ788590.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ788590.pubmethod(en-us,AX.60).gif getTransactionType Defines the transaction type (Sales/Purch) that is used by the sales line. (Overrides the getTransactionType Method.)
JJ788590.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ788590.pubmethod(en-us,AX.60).gif isItemOutgoingOperation Defines whether the transaction is sending services/goods. (Inherited from CFOPAttributesDeterminer_BR.)
JJ788590.pubmethod(en-us,AX.60).gif isReturnedItem Determines whether the sales line transaction is for returned items. (Overrides the isReturnedItem Method.)
JJ788590.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.)
JJ788590.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.)
JJ788590.pubmethod(en-us,AX.60).gif new Initializes a new instance of the CFOPAttributesDeterminer_BR class. (Overrides the new Method.)
JJ788590.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.)
JJ788590.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.)
JJ788590.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ788590.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ788590.pubmethod(en-us,AX.60).gif parmFiscalEstablishment Gets or Sets the FiscalEstablishment_BR object. (Inherited from CFOPAttributesDeterminer_BR.)
JJ788590.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ788590.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ788590.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.)
JJ788590.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ788590.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
    SalesLineCFOPAttributesDeterminer_BR Class
      ItemReqLineCFOPAttributesDeterminer_BR Class