SalesQuotationTable Table

The SalesQuotationTable table contains sales quotation headers.

Configuration Key: QuotationBasic

Methods

  Method Description
Gg856825.pubmethod(en-us,AX.60).gif agreementHeaderExt_RU Retrieves the record ID of the AgreementHeaderExt_RU record that is attached to the current sales quotation.
Gg856825.pubmethod(en-us,AX.60).gif aosValidateDelete Validates on the server that the specified record can be deleted from a table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif aosValidateInsert Validates on the server that the specified record can be inserted. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif aosValidateRead Validates on the server that the specified record can be read. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif aosValidateUpdate Validates on the server that the specified record can be updated. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif buf2con Packs the table buffers of an xRecord instance into an X++ container. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif busRelName
Gg856825.pubmethod(en-us,AX.60).gif busRelTypeId
Gg856825.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg856825.pubmethod(en-us,AX.60).gif canSubmitToWorkflow Indicates whether submission to workflow is possible. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif caption Gets and sets the caption property of a table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif checkAccount
Gg856825.pubmethod(en-us,AX.60).gif checkContactPerson
Gg856825.pubmethod(en-us,AX.60).gif checkCurrencyCode
Gg856825.pubmethod(en-us,AX.60).gif checkDelete
Gg856825.pubmethod(en-us,AX.60).gif checkIfUpdate Determines whether the various updates are allowed for the quotation.
Gg856825.pubmethod(en-us,AX.60).gif checkInvalidFieldAccess Gets and sets invalid field access. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif checkInvoiceAccount
Gg856825.pubmethod(en-us,AX.60).gif checkRecord Gets and sets the property that indicates whether to check mandatory fields. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif checkRestrictedDeleteActions Gets and sets the property that indicates whether a record can be deleted. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif checkUpdate
Gg856825.pubmethod(en-us,AX.60).gif clear Removes all rows from the table buffer. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif clearAddressReference
Gg856825.pubmethod(en-us,AX.60).gif company Gets and sets the property that indicates a legal entity for the record. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif companyInfo Retrieves the CompanyInfo record associated with the current record.
Gg856825.pubmethod(en-us,AX.60).gif con2buf Unpacks a container into the table buffers. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif concurrencyModel Gets and sets the default concurrency model to use to update records. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif contactPerson
Gg856825.pubmethod(en-us,AX.60).gif contactPersonName
Gg856825.pubmethod(en-us,AX.60).gif context Gets and sets the context property. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif convertCurrencyCode
Gg856825.pubmethod(en-us,AX.60).gif copyAddressToLine
Gg856825.pubmethod(en-us,AX.60).gif copyDimension Returns a dimension set that can be applied to the defaultDimension field on this table.
Gg856825.pubmethod(en-us,AX.60).gif createDate
Gg856825.pubmethod(en-us,AX.60).gif createInventTrans_BR Indicates whether the invoice will create inventory transactions, based on the SalesPurchOperationTye_BR configuration.
Gg856825.pubmethod(en-us,AX.60).gif createMarkupTrans
Gg856825.pubmethod(en-us,AX.60).gif customerName
Gg856825.pubmethod(en-us,AX.60).gif custTable_CustAccount
Gg856825.pubmethod(en-us,AX.60).gif custTable_InvoiceAccount
Gg856825.pubmethod(en-us,AX.60).gif data Retrieves a row from the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif dataSource Retrieves the data source of the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif defaultField Populates default values in a field in the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif defaultRow Populates default values in fields in the table in the non-interactive case. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif delete Deletes the current record from the database.
Gg856825.pubmethod(en-us,AX.60).gif deliveryAddress
Gg856825.pubmethod(en-us,AX.60).gif deliveryAddressing
Gg856825.pubmethod(en-us,AX.60).gif deliveryLocation
Gg856825.pubmethod(en-us,AX.60).gif deliveryTransDateTime
Gg856825.pubmethod(en-us,AX.60).gif disableCache Gets and sets the property that indicates whether caching is disabled. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif dispose Releases resources that are used by the xRecord object. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif dlvDate
Gg856825.pubmethod(en-us,AX.60).gif doClear Removes all rows from the table buffer and bypasses any additional logic in the clear method of the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif doDelete Deletes the current record from the table and bypasses any additional logic in the delete method of the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif doInsert Inserts the record into the table and bypasses any additional logic in the insert method of the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif doUpdate Updates the current record and bypasses any additional logic in the update method of the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif doValidateDelete Performs the action to validate that a record can be deleted. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif editContactPersonName
Gg856825.pubmethod(en-us,AX.60).gif enableDataSourceFields_BR Enables the CustFinalUser_BR field, based on the custTable_InvoiceAccount method.
Gg856825.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif euroTriangulation
Gg856825.pubmethod(en-us,AX.60).gif exchRate
Gg856825.pubmethod(en-us,AX.60).gif exchRateSecondary
Gg856825.pubmethod(en-us,AX.60).gif existingJournals
Gg856825.pubmethod(en-us,AX.60).gif fieldAccessRight Returns the field access right. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif fieldBufferAccessRight Returns the field access right for the current record. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif fieldState Sets or returns the state of a field in the table buffer. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif fixedEuroTriangulation
Gg856825.pubmethod(en-us,AX.60).gif fixedExchRate
Gg856825.pubmethod(en-us,AX.60).gif fixedExchRateSecondary
Gg856825.pubmethod(en-us,AX.60).gif getAllowRedefault Returns the list of fields that are allowed to re-default. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getDefaultingDependencies Returns the container that holds defaulting dependencies. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getDeliveryEntityRecord Gets the delivery entity record based on the postal address.
Gg856825.pubmethod(en-us,AX.60).gif getExtension Returns the table extension. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getFieldValue Gets the value of the specified field from a table buffer. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getFinalDiscPriceDate Calculates the date for which the total discount should be calculated according to the price date type setting.
Gg856825.pubmethod(en-us,AX.60).gif getInstanceRelationType Returns the table name that corresponds to the InstanceRelationType ID. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getPhysicalTableName Return the physical table name, which, in the case of the SQL Temp DB table, is the table instance name. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getPresenceFieldData Retrieves the PresenceInfo value from the specified field. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getSQLStatement Gets the SQL statement that is used to return records from the database. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getTableInInstanceHierarchy (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getTableType Indicates the type of the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg856825.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg856825.pubmethod(en-us,AX.60).gif hasRelatedTable Indicates whether a foreign key constraint buffer is linked with the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif helpField Retrieves a string that contains the Help text for the specified field. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif initExpiryDateFromQuotDate
Gg856825.pubmethod(en-us,AX.60).gif initFollowUpDateFromExpiryDate
Gg856825.pubmethod(en-us,AX.60).gif initFromBusinessRelationTable
Gg856825.pubmethod(en-us,AX.60).gif initFromContactInfo
Gg856825.pubmethod(en-us,AX.60).gif initFromCustQuotationConfirmJour
Gg856825.pubmethod(en-us,AX.60).gif initFromCustQuotationJour
Gg856825.pubmethod(en-us,AX.60).gif initFromCustTable Initializes the PurchTable record from a CustTable record.
Gg856825.pubmethod(en-us,AX.60).gif initFromSalesQuotationTable
Gg856825.pubmethod(en-us,AX.60).gif initFromSalesQuotationTemplate
Gg856825.pubmethod(en-us,AX.60).gif initFromSmmCampaignSelection
Gg856825.pubmethod(en-us,AX.60).gif initFromSmmOpportunityTable
Gg856825.pubmethod(en-us,AX.60).gif initFromSmmTMCallListTable
Gg856825.pubmethod(en-us,AX.60).gif initInvoiceAccount
Gg856825.pubmethod(en-us,AX.60).gif initProjQuotationFromProject
Gg856825.pubmethod(en-us,AX.60).gif initValue Initializes field values in a new SalesQuotationTable record.
Gg856825.pubmethod(en-us,AX.60).gif inputStatus Sets or returns the current input status of the table buffer. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif insert Inserts the current record into the database.
Gg856825.pubmethod(en-us,AX.60).gif interactiveContext Sets or returns the current interactive context of the table buffer. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif invoiceAmount
Gg856825.pubmethod(en-us,AX.60).gif isBankDocumentCreated Indicates whether a BankDocument has been created for this order.
Gg856825.pubmethod(en-us,AX.60).gif isFieldDataRetrieved Checks whether the data of the given field has been retrieved. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif isFieldSet Checks whether a field has a Set or Defaulted state. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif isFormDataSource Indicates whether the data source is a form. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif isMarkedForBankLG Indicates whether the quotation is marked for Letter of Guarantee.
Gg856825.pubmethod(en-us,AX.60).gif isNewRecord Returns true if the record is a new record that hasn't been persisted yet. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif isPartOfUOWSaveChanges (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif isTempDb Indicates whether the type of the table is SQL TempDB. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif isTemplate
Gg856825.pubmethod(en-us,AX.60).gif isTmp Indicates whether this is a temporary table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif isWBSEditable Checks if the WBS for this Project is editable
Gg856825.pubmethod(en-us,AX.60).gif joinChild Finds the join child of the current record. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif joinParent Finds the join parent of the current record. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif lastConfirm
Gg856825.pubmethod(en-us,AX.60).gif lastConfirmationDate
Gg856825.pubmethod(en-us,AX.60).gif lastQuotation
Gg856825.pubmethod(en-us,AX.60).gif lineMapping Returns the table ID of the table that considered the line table in the current header or line relationship.
Gg856825.pubmethod(en-us,AX.60).gif linkPhysicalTableInstance Checks whether there is a link for the physical table instance for the record. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif markupAllowed
Gg856825.pubmethod(en-us,AX.60).gif mayBankDocumentTypeBeAllowed Indicates whether the bank document type can be set to specified type.
Gg856825.pubmethod(en-us,AX.60).gif mayCancelledBeUpdated
Gg856825.pubmethod(en-us,AX.60).gif mayConfirmationBeUpdated
Gg856825.pubmethod(en-us,AX.60).gif mayLostBeUpdated
Gg856825.pubmethod(en-us,AX.60).gif mayQuotationBeUpdated
Gg856825.pubmethod(en-us,AX.60).gif mcrDisplayPhone Displays the phone contact information for the customer of the sales quotation.
Gg856825.pubmethod(en-us,AX.60).gif mcrPackMCRSalesQuotationTable Packs the MCRSalesQuotationTable as an extension into the SalesQuotationTable.
Gg856825.pubmethod(en-us,AX.60).gif mcrSalesQuotationTable Returns the SalesQuotationTable record associated with the MCRSalesQuotationTable.
Gg856825.pubmethod(en-us,AX.60).gif merge Merges the current table with the specified table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif mergeDimension Retrieves a dimension set that holds the merged combination of the current defaultDimension field on this table and the provided dimension set.
Gg856825.pubmethod(en-us,AX.60).gif modifiedField
Gg856825.pubmethod(en-us,AX.60).gif modifiedField_Project
Gg856825.pubmethod(en-us,AX.60).gif modifiedField_Sales
Gg856825.pubmethod(en-us,AX.60).gif modifiedFieldDDC Processes the modified field event for delivery date control fields.
Gg856825.pubmethod(en-us,AX.60).gif modifiedFieldValue Modifies the specified field to the original value. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif modifiedInventSiteFromParent
Gg856825.pubmethod(en-us,AX.60).gif moduleType
Gg856825.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg856825.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.)
Gg856825.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.)
Gg856825.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg856825.pubmethod(en-us,AX.60).gif orig Retrieves the original values of the current record. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif overwriteSystemfields Gets and sets the property that indicates whether system fields can be overwritten. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg856825.pubmethod(en-us,AX.60).gif packMCRSalesQuotationTable Packs the MCRSalesQuotationTable as an extension into the SalesQuotationTable.
Gg856825.pubmethod(en-us,AX.60).gif packRetailSalesQuotationTable Packs the RetailSalesQuotationTable as an extension into the SalesQuotationTable.
Gg856825.pubmethod(en-us,AX.60).gif party
Gg856825.pubmethod(en-us,AX.60).gif partyTable_CustAccount Retrieves the DirPartyTable record for the custAccount value.
Gg856825.pubmethod(en-us,AX.60).gif payer
Gg856825.pubmethod(en-us,AX.60).gif paymDayId
Gg856825.pubmethod(en-us,AX.60).gif payment
Gg856825.pubmethod(en-us,AX.60).gif paymModeModified
Gg856825.pubmethod(en-us,AX.60).gif postCacheLoad Is executed after data is hit from the cache for the select operation on the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif postLoad Is executed after a record is read. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif preRemoting Is executed before a cross-tier call is about to be executed for the table that would pack its state to the other tier. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif previewPaneTitle Gets the title on top of the preview pane.
Gg856825.pubmethod(en-us,AX.60).gif priceDiscChangePolicyExistOnLine Determines if a line record that is related to the current record has a price discount policy.
Gg856825.pubmethod(en-us,AX.60).gif priceDiscChangePolicyUpdateLine Updates the fields that have a price discount policy on a set of purchase line records that are related to the current SalesQuotationTable record.
Gg856825.pubmethod(en-us,AX.60).gif projectClientIntegrationIcon Shows icon when project has an assosiation with the Microsoft Project file.
Gg856825.pubmethod(en-us,AX.60).gif projName
Gg856825.pubmethod(en-us,AX.60).gif projTable
Gg856825.pubmethod(en-us,AX.60).gif psaCheckExistABS
Gg856825.pubmethod(en-us,AX.60).gif psaResetTemplate
Gg856825.pubmethod(en-us,AX.60).gif queryTimedOut Indicates whether the query exceeded the time limit for execution. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif queryTimeout Gets and sets the property that indicates the time limit for the execution of a query. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif readCommittedLock (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif readPast Gets and sets the property that indicates whether to skip rows that are locked by other processes when a record is read. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif recordLevelSecurity Gets and sets the property that indicates whether to apply security on a record level. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif relatedTable Sets or returns the related buffer of a link of a table buffer. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif renamePrimaryKey Renames the foreign keys in other tables according to the change of the corresponding primary key value in this table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif reread Rereads the record from the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif resetLinePolicies Resets the price discount policies on any lines that are related to the current record.
Gg856825.pubmethod(en-us,AX.60).gif retailSalesQuotationTable Unpacks Retail extension table from PackedExtensions field
Gg856825.pubmethod(en-us,AX.60).gif RowCount Retrieves the number of rows in the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif salesOrderDocumentStatus
Gg856825.pubmethod(en-us,AX.60).gif salesTable_ItemReq Retrieves the sales order record that is associated with the referenced project record.
Gg856825.pubmethod(en-us,AX.60).gif selectForUpdate Gets and sets the property that indicates whether to select records for update when they are read. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif selectLocked Indicates whether to select locked records. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif selectRefRecord Selects the record by referenced field ID. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif selectWithRepeatableRead Gets and sets the property that indicates whether repeatable read is enabled. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif setConnection Sets the user connection for this table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif setCrossPartition Sets or resets cross-partitioning for the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif setDeliveryName Sets the delivery name field.
Gg856825.pubmethod(en-us,AX.60).gif setFieldValue Sets the field value in the record buffer. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif setInventSiteId
Gg856825.pubmethod(en-us,AX.60).gif setListCode
Gg856825.pubmethod(en-us,AX.60).gif setLocation
Gg856825.pubmethod(en-us,AX.60).gif setPriceDiscChangePolicy Sets the price disc change policy.
Gg856825.pubmethod(en-us,AX.60).gif setPriceDiscChangePolicyMultiLine Calls the setPriceDiscChangePolicy method with the fixed price discount change parameters for the multiline discount fields.
Gg856825.pubmethod(en-us,AX.60).gif setQuotationId
Gg856825.pubmethod(en-us,AX.60).gif setSQLTracing Enables or disables SQL tracing mode. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif setTaxGroup
Gg856825.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg856825.pubmethod(en-us,AX.60).gif settleExchRate
Gg856825.pubmethod(en-us,AX.60).gif setTmp Sets the table so that it is not persisted to the database. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif setTmpData Sets the contents of the temporary table to the specified data. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif setXDSContext Sets new XDS context. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif showDocHandIcon
Gg856825.pubmethod(en-us,AX.60).gif skipAosValidation Gets and sets the property that indicates whether to skip validation of Microsoft Dynamics AX Application Object Server (AOS). (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif skipDatabaseLog Gets and sets the property that indicates whether to skip database log requests. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif skipDataMethods Gets and sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif skipDeleteActions Gets and sets the property that indicates whether to skip delete actions on the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif skipDeleteMethod Gets and sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif skipEvents Provides an option to turn off calling the Application.event* methods for the lifetime of an xRecord object. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif skipMarkup
Gg856825.pubmethod(en-us,AX.60).gif skipPostLoad Gets and sets the property that indicates whether to skip executing the xRecord.postLoad method on the table. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif skipTTSCheck Gets and sets the property that indicates whether to skip the check to determine whether the record is selected for update. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif smmBusRelTable Retrieves the smmBusRelTable record for the current sales quotation.
Gg856825.pubmethod(en-us,AX.60).gif smmOpportunityTable
Gg856825.pubmethod(en-us,AX.60).gif suppressWarnings Gets and sets the property that indicates whether to suppress warnings for this pointer. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif tableAccessRight Returns the table access right. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif tableBufferAccessRight Returns the table access right for the current record. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif takeOwnershipOfTempDBTable (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif taxModuleType
Gg856825.pubmethod(en-us,AX.60).gif timeZoneSite
Gg856825.pubmethod(en-us,AX.60).gif toolTipField Retrieves the HelpText value for the specified field. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif toolTipRecord Retrieves the ToolTip value for the current record. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg856825.pubmethod(en-us,AX.60).gif totalInvoiceAmount
Gg856825.pubmethod(en-us,AX.60).gif totalInvoiceAmountMST
Gg856825.pubmethod(en-us,AX.60).gif transferBusRelAccount
Gg856825.pubmethod(en-us,AX.60).gif transferCustAccount
Gg856825.pubmethod(en-us,AX.60).gif transferCustAccount_Server Transfers the information from customer table to a sales quotation.
Gg856825.pubmethod(en-us,AX.60).gif transferInvoiceAccount
Gg856825.pubmethod(en-us,AX.60).gif ttsabort Aborts a transaction that was started by a call to the ttsbegin method. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif ttsbegin Starts a transaction that can be either committed by the ttscommit method or aborted by the ttsabort method. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif ttscommit Commits a transaction that was started by a call to the ttsbegin method. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif type
Gg856825.pubmethod(en-us,AX.60).gif update
Gg856825.pubmethod(en-us,AX.60).gif updateFinalDisc
Gg856825.pubmethod(en-us,AX.60).gif updateFromAdvPromptActivity
Gg856825.pubmethod(en-us,AX.60).gif updateLineFieldsBasedOnHeaderChanges_BR Is responsible for updating the SalesQuotationLine record when fiscal information on the header is changed.
Gg856825.pubmethod(en-us,AX.60).gif updateMultiLineDisc
Gg856825.pubmethod(en-us,AX.60).gif updateSalesQuotationLineDelete Makes SalesQuotationLine table deletion related updates to the SalesQuotationTable table.
Gg856825.pubmethod(en-us,AX.60).gif usageCount Retrieves the current number of references (the value of the reference counter) that the object has. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif useExistingTempDBTable (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif validateDelete Determines whether the current record is valid and ready to be deleted from the database.
Gg856825.pubmethod(en-us,AX.60).gif validateField Determines whether the fieldId field is valid.
Gg856825.pubmethod(en-us,AX.60).gif validateFieldValue (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif validateWrite Determines whether the current record is valid and ready to be written to the database.
Gg856825.pubmethod(en-us,AX.60).gif validTimeStateUpdateMode Sets a valid time state update mode on the cursor. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg856825.pubmethod(en-us,AX.60).gif wasCached Specifies the location from which the data was retrieved. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gif write Writes the current record to the database.
Gg856825.pubmethod(en-us,AX.60).gif writeCreateQuotation
Gg856825.pubmethod(en-us,AX.60).gif xml Retrieves an XML string that represents the current object. (Inherited from xRecord.)
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::checkUpdateTransferedItemReqStatus
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::checkUpdateTransferedStatus
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::dataSetLookupBusRelAccount Generates a lookup for the business relation account field.
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::exist
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::existProject_BusRelAccount
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::existProject_custAccount
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::existSales_BusRelAccount
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::existSales_custAccount
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::existTemplate
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::find
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::findByBankLG Finds a record that links to the specified BankLGGuarantee record.
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::findProjId
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::findRec
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::findTemplate
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::isTemplateActive
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::lookupBusRelAccount Generates a lookup for the business relation account field.
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::lookupBusRelAccountQuery Builds a query for the SMMBusRelTable that only returns business relation accounts of type prospect.
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::lookupOpportunityId
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::lookupTemplateGroupId
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::lookupTemplateName
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::mcrFindBySalesID Finds the record associated with the passed salesIDif one does not exist, a blank record is returned.
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::mcrJumpRef Passes a record and a string to the SalesTable menufunction.
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::promptConvertCurrencyCode
Gg856825.pubmethod(en-us,AX.60).gifGg856825.static(en-us,AX.60).gif ::promptCopyDeliveryAddress

Top

Fields

Field Type Configuration key Description
AddressRefRecId Extended Data Type: AddressRefRecId
Type: Int64
None Reference field in a different table
AddressRefTableId Extended Data Type: AddressRefTableId
Type: Integer
None Table the transaction refers to.
BankDocumentType Enumeration: BankLGDocumentType
BankDocument Select the bank document type to be used with this purchase order.
BusRelAccount Extended Data Type: smmBusRelAccount
Type: String
SmmCRM The prospect's account number
CallListID Extended Data Type: smmTMCallListID
Type: String
SmmTM The call list identification
CampaignId Extended Data Type: smmCampaignId
Type: String
SmmMA The identification of the campaign
CaseTagging Extended Data Type: RFIDCaseTagging
Type: Enum
RFIDTagging Is case tagging mandatory?
CashDisc Extended Data Type: CustCashDiscCode
Type: String
LedgerBasic Code for cash discount on invoice.
CashDiscPercent Extended Data Type: DiscPct
Type: Real
None Discount in percentage.
CommissionGroup Extended Data Type: CommissCustomerGroup
Type: String
Commission Identification of the commission customer group
ConfirmDate Extended Data Type: TransDate
Type: Date
None Transaction date
ContactPersonId Extended Data Type: ContactPersonId
Type: String
None Contact with customer.
CountyOrigDest Extended Data Type: AddressCountyOrigDest
Type: String
None Intrastat county of origin/destination.
CovStatus Extended Data Type: CovStatus
Type: Integer
LedgerAdvCashflowForecast Status of cash flow forecast for the current transaction.
createdDateTime Extended Data Type: CreatedDateTime
Type: UtcDateTime
None
CurrencyCode Extended Data Type: CustCurrencyCode
Type: String
None Currency used for invoicing
CustAccount Extended Data Type: CustAccount
Type: String
None Customer account that generated the order.
CustFinalUser_BR Extended Data Type: CustVendFinalUser_BR
Type: Enum
None Is the customer the final user? (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS))
CustomerRef Extended Data Type: CustRef
Type: String
LedgerBasic Customer's reference
CustPurchaseOrder Extended Data Type: CustPurchaseOrder
Type: String
None Customer requisition number
dataAreaId Extended Data Type: DataAreaId
Type: String
None
DefaultDimension Extended Data Type: DimensionDefault
Type: Int64
LedgerBasic Default dimensions
DeliveryDateControlType Enumeration: SalesDeliveryDateControlType
SalesDeliveryDateControl Select for automatic calculation of possible ship and receipt dates.
DeliveryName Extended Data Type: LogisticsDeliveryName
Type: String
None The name that is associated with the selected delivery address
DeliveryPostalAddress Extended Data Type: LogisticsPostalAddressRecId
Type: Int64
None Reference field in a different table
DiscPercent Extended Data Type: SalesEndDiscPct
Type: Real
PriceDisc Total discount on the sales order, in rounded percentage
DlvMode Extended Data Type: QuotationDlvModeId
Type: String
QuotationBasic The means by which the order will be delivered
DlvReason Extended Data Type: DlvReasonId
Type: String
None Specify reason of delivery for the current order.
DlvTerm Extended Data Type: DlvTermId
Type: String
None Specify terms of delivery for the current order.
DocuConclusion Extended Data Type: smmQuotationDocuConclusionText
Type: VarString
SmmCRM Conclusions to include in quotation documents
DocuIntro Extended Data Type: smmQuotationDocuIntroText
Type: VarString
SmmCRM Introductions to include in quotation documents.
DocuTitle Extended Data Type: smmQuotationDocuTitle
Type: String
SmmCRM Title to be included in quotation document
Email Extended Data Type: Email
Type: String
None Internet e-mail address
EndDisc Extended Data Type: CustEndDiscCode
Type: String
PriceDisc Specifies total order discount group of customer/order.
EnterpriseNumber Extended Data Type: TaxEnterpriseNumber
Type: String
None Enterprise number used to identify Belgian companies.
Estimate Extended Data Type: SalesEstimateGross
Type: Real
LedgerBasic The amount in the transaction currency
ExportReason Extended Data Type: SalesExportReason
Type: String
SalesShipments Explanation of why the goods are being exported
FineCode_BR Extended Data Type: CustFineCode_BR
Type: String
None Code that defines the fine rates and terms. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS))
FixedDueDate Extended Data Type: SalesFixedDueDate
Type: Date
LogisticsBasic Due date independent of terms of payment.
FixedExchRate Extended Data Type: SalesFixedExchRate
Type: Real
LogisticsBasic Fixed exchange rate for this order. If the rate field is blank, the rate of the currency code is used.
FreightSlipType Extended Data Type: CustFreightSlipType
Type: Enum
ReturnItem Freight company
FreightZone Extended Data Type: CustFreightZoneId
Type: String
None The UPS zone for the customer
InclTax Extended Data Type: InclTax
Type: Enum
LogisticsBasic Do prices include sales tax?
InterestCode_BR Extended Data Type: CustInterestCode_BR
Type: String
None Code that defines the interest rates and terms. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS))
InventLocationId Extended Data Type: SalesInventLocationId
Type: String
LogisticsBasic Identify the warehouse.
InventSiteId Extended Data Type: InventSiteId
Type: String
LogisticsBasic Identify the site
InvoiceAccount Extended Data Type: CustInvoiceAccount
Type: String
None The customer account to be invoiced
ItemTagging Extended Data Type: RFIDItemTagging
Type: Enum
RFIDTagging Is item tagging mandatory?
LanguageId Extended Data Type: LanguageId
Type: String
None Select the language for the current text.
LineDisc Extended Data Type: CustLineDiscCode
Type: String
PriceDisc Specify the line discount group of the customer/order.
Listcode Extended Data Type: ListcodeId
Type: Enum
ForeignTrade List code to be used with the EU sales list.
ManualEntryChangepolicy Extended Data Type: PriceDiscPolicyManual
Type: Int64
None -
MarkupGroup Extended Data Type: CustMarkupGroupId
Type: String
Markup Charges group attached to the order
ModelId Extended Data Type: ForecastModelId
Type: String
None Forecast model number.
modifiedDateTime Extended Data Type: ModifiedDateTime
Type: UtcDateTime
None (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS))
MultiLineDisc Extended Data Type: CustMultiLineDiscCode
Type: String
PriceDisc Specifies multiline discount group of customer/sales order.
NumberSequenceGroup Extended Data Type: NumberSequenceGroupId
Type: String
None Group for allocation of different number sequences to different customers/vendors.
OpportunityId Extended Data Type: smmOpportunityId
Type: String
SmmCRM The opportunity identification
OrigQuotationId Extended Data Type: QuotationIdBase
Type: String
QuotationBasic Original reference to the sales order or sales quotation, from where a particular sales quotation is created during upgrade from version 3.0 to version 4.0
PalletTagging Extended Data Type: RFIDPalletTagging
Type: Enum
RFIDTagging Is pallet tagging mandatory?
Partition Extended Data Type: Partition
Type: Int64
None (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS))
Payment Extended Data Type: CustPaymTermId
Type: String
LedgerBasic Terms of invoice payment
PaymMode Extended Data Type: CustPaymMode
Type: String
LedgerBasic Identification of the customer method of payment.
PaymSpec Extended Data Type: PaymSpec
Type: String
None Specify payment handling for the current method of payment.
Port Extended Data Type: IntrastatPortId
Type: String
ForeignTrade Port where current delivery is loaded.
PostingProfile Extended Data Type: CustPostingProfile
Type: String
None Posting profile being processed.
PriceGroupId Extended Data Type: CustPriceGroup
Type: String
PriceDisc Specifies customer/sales-order price group.
ProjIdRef Extended Data Type: ProjId
Type: String
ProjBasic Project identification
ProjInvoiceProjId Extended Data Type: ProjInvoiceProjId
Type: String
ProjBasic Project contract identifier
PSAEstdProjDuration Extended Data Type: RealBase
Type: Real
Project3 The number of days that the project is scheduled to last (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS), Microsoft Dynamics AX 2012 Feature Pack (SYS), Microsoft Dynamics AX 2012 (FPK))
PSAEstProjEndDate Extended Data Type: EndDate
Type: Date
Project3 End date of period. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS), Microsoft Dynamics AX 2012 Feature Pack (SYS), Microsoft Dynamics AX 2012 (FPK))
PSAEstProjStartDate Extended Data Type: StartDate
Type: Date
Project3 Start date of period. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS), Microsoft Dynamics AX 2012 Feature Pack (SYS), Microsoft Dynamics AX 2012 (FPK))
PSAExternalDescription Extended Data Type: Notes
Type: VarString
Project3 Enter an optional comment about this record (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS), Microsoft Dynamics AX 2012 Feature Pack (SYS), Microsoft Dynamics AX 2012 (FPK))
PSAInternalDescription Extended Data Type: Notes
Type: VarString
Project3 Enter an optional comment about this record (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS), Microsoft Dynamics AX 2012 Feature Pack (SYS), Microsoft Dynamics AX 2012 (FPK))
PSASchedCalendarId Extended Data Type: CalendarId
Type: String
Project3 Identification of calendar. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS), Microsoft Dynamics AX 2012 Feature Pack (SYS), Microsoft Dynamics AX 2012 (FPK))
PSAWizardNotOk Enumeration: NoYes
Project3 Used for checking if the wizard was ok executed (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS), Microsoft Dynamics AX 2012 Feature Pack (SYS), Microsoft Dynamics AX 2012 (FPK))
QuotationCategory Extended Data Type: SalesQuotationTypeId
Type: String
QuotationBasic Type of sale (first time)
QuotationExpiryDate Extended Data Type: QuotationExpiryDate
Type: Date
QuotationBasic Calculated or inserted expiration date
QuotationFollowupActivity Extended Data Type: smmQuotationFollowupActivity
Type: String
SmmCRM Follow-up activity generated for quotation
QuotationFollowUpDate Extended Data Type: smmQuotationFollowUpDate
Type: Date
QuotationBasic Date for follow-up of quotation.
QuotationId Extended Data Type: QuotationIdBase
Type: String
QuotationBasic The quotation identifier
QuotationName Extended Data Type: QuotationName
Type: String
QuotationBasic Description of the quotation
QuotationStatus Enumeration: SalesQuotationStatus
QuotationBasic Quotation status types
QuotationType Enumeration: QuotationType
QuotationBasic Type of quotation
ReasonId Extended Data Type: smmQuotationReasonId
Type: String
SmmCRM Reason that an opportunity was won or lost or that a lead was qualified or disqualified
ReceiptDateRequested Extended Data Type: SalesReceiptDateRequested
Type: Date
SalesDeliveryDateControl The date that the customer asked to receive the order on
RecId Extended Data Type: RecId
Type: Int64
None
recVersion Extended Data Type: RecVersion
Type: Integer
None
SalesGroup Extended Data Type: CommissSalesGroup
Type: String
Commission Commission sales group
SalesIdRef Extended Data Type: SalesId
Type: String
LogisticsBasic Identification of the order.
SalesOriginId Extended Data Type: SalesOriginId
Type: String
LogisticsBasic Code for order origin
SalesPoolId Extended Data Type: SalesPoolId
Type: String
LogisticsBasic Identification of the sales order pool
SalesPurchOperationType_BR Extended Data Type: SalesPurchOperationTypeRecId_BR
Type: Int64
None The default operation type for the CFOP code (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS))
SalesUnitId Extended Data Type: smmSalesUnitId
Type: String
SmmSM A team of sales persons responsible for a common sales target
ServiceId Extended Data Type: SMAAgreementId
Type: String
SMAManagement Identification of service agreement
SettleVoucher Extended Data Type: SalesSettlementType
Type: Enum
LogisticsBasic Specify if voucher should be settled.
ShippingDateRequested Extended Data Type: SalesShippingDateRequested
Type: Date
LogisticsBasic The day the selling company should ship the item in order to meet the customer's requested receipt date.
StatProcId Extended Data Type: IntrastatProcId
Type: String
ForeignTrade Code for the current statistical procedure.
SystemEntryChangePolicy Extended Data Type: PriceDiscPolicySystem
Type: Int64
None -
SystemEntrySource Enumeration: PriceDiscSystemSource
None -
TaxGroup Extended Data Type: TaxGroup
Type: String
LedgerBasicSalesTax A group of sales tax codes for calculating taxes on a sale or purchase
TemplateActive Extended Data Type: QuotationTemplateActive
Type: Enum
QuotationBasic Indicates whether the quotation template is active
TemplateGroupId Extended Data Type: SalesQuotationTemplateGroupId
Type: String
QuotationBasic Quotation template group ID
TemplateName Extended Data Type: QuotationTemplateName
Type: String
QuotationBasic Describes the quotation template
Touched Extended Data Type: TradeTouched
Type: Enum
None Update record
TransactionCode Extended Data Type: IntrastatTransactionCodeId
Type: String
ForeignTrade Code for the current transaction code.
TransferredToForecast Extended Data Type: SalesQuotationTransferred
Type: Enum
ProjQuotation Indicates whether the quotation has been transferred to the project forecast
TransferredToItemReq Extended Data Type: SalesQuotationTransferredItemReq
Type: Enum
ProjQuotation Indicates whether the quotation has been transferred to an item requirement
Transport Extended Data Type: IntrastatTransport
Type: String
ForeignTrade Specify means of transport for the current order.
URL Extended Data Type: URL
Type: String
None WWW address for Internet homepage
VATNum Extended Data Type: VATNumJournal
Type: String
LedgerBasicSalesTax Tax exempt identification number
WorkerSalesResponsible Extended Data Type: WorkerSalesResponsible
Type: Int64
None Worker responsible for the sales order.
WorkerSalesTaker Extended Data Type: SalesTaker
Type: Int64
None Worker who received the order.

Top

Field Groups

Field Group Fields
Administration
AutoReport
AddressReference
AutoSummary
Competitor
ContactInfo
CurrencyShow
CustomerPayment
CustomerReference
CustomerBusRelInfo
DeliveryAddress
DeliveryInfo
Delivery
DeliverySummary
Dimensions
DiscountMiscCharges
DocumentInfo
Documents
EPProjectMiniPage
EPSalesMiniPage
FiscalInformation_BR
Forecast
ForeignTrade
HeaderToLineUpdate
Identification
MCRAll
Integration
Inventory
ItemInfo
MCRReservation
Payment
LedgerInfo
PSADescription
PSAGroup
PSAEstimatedDate
Quotation
RFIDtagging
QuotationStatus
ReferencesSales
Sales
SalesInfo
SalesTax
AddressLookup
Summary
Statistics
SMAAgreement
Template
TransferredToProject
Transport
UpgradeHistory
WorkflowPreview
WebCategoryBrowsing

Top

Relations

Relation Table Lines
CashDisc CashDisc
CommissionCustomerGroup CommissionCustomerGroup
CommissionSalesGroup CommissionSalesGroup
Common Common
ContactPerson ContactPerson
CountyOrigDest LogisticsAddressCounty
Currency Currency
CustFineCode_BR CustFineSetup_BR
CustInterestCode_BR CustInterestSetup_BR
CustLedger CustLedger
CustLineDiscountGroup PriceDiscGroup
CustMarkupGroup MarkupGroup
CustMultiLineDiscountGroup PriceDiscGroup
CustPaymModeSpec CustPaymModeSpec
CustPaymModeTable CustPaymModeTable
CustPriceGroup PriceDiscGroup
CustTotalDiscountGroup PriceDiscGroup
dataAreaId DataArea
DefaultDimension DimensionAttributeValueSet
DeliveryPostalAddress_FK LogisticsPostalAddress
DlvMode DlvMode
DlvReason DlvReason
DlvTerm DlvTerm
ForecastModel ForecastModel
IntrastatPort IntrastatPort
IntrastatStatProc IntrastatStatProc
IntrastatTransactionCode IntrastatTransactionCode
IntrastatTransportMode IntrastatTransportMode
InventLocation InventLocation
InventSite InventSite
InvoiceCustomer CustTable
LanguageTable LanguageTable
NumberSequenceGroup NumberSequenceGroup
OrderCustomer CustTable
OriginSalesQuotationTable SalesQuotationTable
Partition Partitions
PaymTerm PaymTerm
PriceDiscChangePolicyRecId1 PriceDiscChangePolicy
PriceDiscChangePolicyRecId2 PriceDiscChangePolicy
ProjInvoiceTable ProjInvoiceTable
ProjTable ProjTable
QuotationId SalesQuotationTable
SalesOrigin SalesOrigin
SalesPool SalesPool
SalesPurchOperationType_BR SalesPurchOperationType_BR
SalesQuotationTemplateGroup SalesQuotationTemplateGroup
SalesQuotationTypeGroup SalesQuotationTypeGroup
SalesTable SalesTable
SMAAgreementTable SMAAgreementTable
smmActivities smmActivities
smmBusRelTable smmBusRelTable
smmCampaignTable smmCampaignTable
smmOpportunityTable smmOpportunityTable
smmQuotationReasonGroup smmQuotationReasonGroup
smmSalesUnit smmSalesUnit
smmTMCallListGroup smmTMCallListGroup
TaxGroupHeading TaxGroupHeading
WorkCalendarTable WorkCalendarTable
WorkerSalesResponsible_FK HcmWorker
WorkerSalesTaker_FK HcmWorker

Top

Indexes

Index AllowDuplicates Enabled Fields
CustBusAccountsIdx Yes Yes
ProjStatusIdx Yes Yes
QuotationIdx No Yes
QuotationTemplateIdx Yes Yes
RecId No Yes
SalesPurchOperationType_BRIdx Yes Yes
StatusIdIdx Yes Yes
WorkerSalesResponsibleIdx Yes Yes

Top

Inheritance Hierarchy

xRecord Class
  Common Table
    SalesQuotationTable Table

See Also

Table Methods

Tables Overview