SalesLineDelete Table [AX 2012]
The SalesLineDelete table contains voided sales order lines.
Configuration Key: LogisticsBasic| Method | Description | |
|---|---|---|
![]() | aosValidateDelete | Validates on the server that the specified record can be deleted from a table. (Inherited from xRecord.) |
![]() | aosValidateInsert | Validates on the server that the specified record can be inserted. (Inherited from xRecord.) |
![]() | aosValidateRead | Validates on the server that the specified record can be read. (Inherited from xRecord.) |
![]() | aosValidateUpdate | Validates on the server that the specified record can be updated. (Inherited from xRecord.) |
![]() | buf2con | Packs the table buffers of an xRecord object into an X++ container. (Inherited from xRecord.) |
![]() | cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() | canSubmitToWorkflow | Indicates whether a record can be submitted to workflow. (Inherited from xRecord.) |
![]() | caption | Gets or sets the caption property of a table. (Inherited from xRecord.) |
![]() | checkInvalidFieldAccess | Gets or sets the invalid field access. (Inherited from xRecord.) |
![]() | checkRecord | Gets or sets the property that indicates whether to check mandatory fields. (Inherited from xRecord.) |
![]() | checkRestrictedDeleteActions | Gets or sets the property that indicates whether a record can be deleted (Inherited from xRecord.) |
![]() | clear | Removes all rows from the table buffer. (Inherited from xRecord.) |
![]() | company | Gets or sets the property that indicates a legal entity for the record. (Inherited from xRecord.) |
![]() | con2buf | Unpacks a container into table buffers. (Inherited from xRecord.) |
![]() | concurrencyModel | Gets or sets the default concurrency model to use to update records. (Inherited from xRecord.) |
![]() | context | Gets or sets the context property. (Inherited from xRecord.) |
![]() | data | Retrieves a row from the table. (Inherited from xRecord.) |
![]() | dataSource | Retrieves the data source of the table. (Inherited from xRecord.) |
![]() | defaultField | Sets a field in the table to its default value. (Inherited from xRecord.) |
![]() | defaultRow | Sets the value of the fields that are in the table in the non-interactive case to their default values. (Inherited from xRecord.) |
![]() | delete | Deletes the current record from the table. (Inherited from xRecord.) |
![]() | disableCache | Gets or sets the property that indicates whether caching is disabled. (Inherited from xRecord.) |
![]() | dispose | Releases the resources that are used by the xRecord object. (Inherited from xRecord.) |
![]() | doClear | Removes all rows from the table buffer and bypasses any additional logic in the clear method of the table. (Inherited from xRecord.) |
![]() | doDelete | Deletes the current record from the table and bypasses any additional logic in the delete method of the table. (Inherited from xRecord.) |
![]() | doInsert | Inserts the record into the table and bypasses any additional logic in the insert method of the table. (Inherited from xRecord.) |
![]() | doUpdate | Updates the current record and bypasses any additional logic in the update method of the table. (Inherited from xRecord.) |
![]() | doValidateDelete | Performs the action to validate that a record can be deleted. (Inherited from xRecord.) |
![]() | equal | Determines whether the specified object is equal to the current one. (Inherited from xRecord.) |
![]() | fieldAccessRight | Gets the field access right for a specified field. (Inherited from xRecord.) |
![]() | fieldBufferAccessRight | Gets the field access right for the current record. (Inherited from xRecord.) |
![]() | fieldState | Gets or sets the state of a field in the table buffer. (Inherited from xRecord.) |
![]() | getAllowRedefault | Gets the list of fields that can redefault. (Inherited from xRecord.) |
![]() | getDefaultingDependencies | Gets a container that contains the defaulting dependencies. (Inherited from xRecord.) |
![]() | getExtension | Gets the table extension. (Inherited from xRecord.) |
![]() | getFieldValue | Gets the value of the specified field from a table buffer. (Inherited from xRecord.) |
![]() | getInstanceRelationType | Gets the table name that corresponds to the given Instance Relation Type ID. (Inherited from xRecord.) |
![]() | getPhysicalTableName | Gets the physical table name or, for a SQL Temp DB table, the table instance name. (Inherited from xRecord.) |
![]() | getPresenceFieldData | Retrieves the PresenceInfo value from the specified field. (Inherited from xRecord.) |
![]() | getSQLStatement | Gets the SQL statement that is used to return records from the database. (Inherited from xRecord.) |
![]() | getTableInInstanceHierarchy | (Inherited from xRecord.) |
![]() | getTableType | Indicates the type of the table. (Inherited from xRecord.) |
![]() | getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() | handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() | hasRelatedTable | Whether table has foreign key constraint buffer linked with it or not. (Inherited from xRecord.) |
![]() | helpField | Retrieves a String that contains the help text for the specified field. (Inherited from xRecord.) |
![]() | initFromSalesLine | |
![]() | initFromSalesLineForeignTradeCategory | Initializes the SalesLinedelete record from the SalesLineForeignTradeCategory record. |
![]() | initValue | Initializes a field by using the default value of the field. (Inherited from xRecord.) |
![]() | inputStatus | Gets or sets the current input status of the table buffer. (Inherited from xRecord.) |
![]() | insert | Inserts the record into the table. (Inherited from xRecord.) |
![]() | interactiveContext | Gets or sets the current interactive context of the table buffer. (Inherited from xRecord.) |
![]() | inventDim | |
![]() | inventTable | |
![]() | isFieldDataRetrieved | Indicates whether data in the given field has been retrieved. (Inherited from xRecord.) |
![]() | isFieldSet | Indicates whether a field has a Set or Defaulted state. (Inherited from xRecord.) |
![]() | isFormDataSource | Indicates whether the data source is a form. (Inherited from xRecord.) |
![]() | isNewRecord | Indicates whether the record is a new record that has not been persisted. (Inherited from xRecord.) |
![]() | isPartOfUOWSaveChanges | (Inherited from xRecord.) |
![]() | isTempDb | Indicates whether the type of the table is SQL TempDB. (Inherited from xRecord.) |
![]() | isTmp | Indicates whether this is a temporary table. (Inherited from xRecord.) |
![]() | itemName | |
![]() | joinChild | Finds the join child of the current record. (Inherited from xRecord.) |
![]() | joinParent | Finds the join parent of the current record. (Inherited from xRecord.) |
![]() | linkPhysicalTableInstance | Checks whether the link for the physical table instance that corresponds to the record exists. (Inherited from xRecord.) |
![]() | merge | Merges the current table with the specified table. (Inherited from xRecord.) |
![]() | modifiedField | Modifies the specified field to its original value. (Inherited from xRecord.) |
![]() | modifiedFieldValue | Modifies the specified field to its original value. (Inherited from xRecord.) |
![]() | new | Initializes a new instance of the Object class. (Inherited from Object.) |
![]() | notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() | notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() | objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() | orig | Retrieves the original values of the current record. (Inherited from xRecord.) |
![]() | overwriteSystemfields | Gets or sets the property that indicates whether system fields may be overwritten. (Inherited from xRecord.) |
![]() | owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() | postCacheLoad | Executes after data is hit from cache for select on the table. (Inherited from xRecord.) |
![]() | postLoad | Executes after a record is read. (Inherited from xRecord.) |
![]() | preRemoting | Executes before a cross tier call is about to execute for the table that would pack its state to the other tier. (Inherited from xRecord.) |
![]() | queryTimedOut | Indicates whether the query exceeded the time limit for execution. (Inherited from xRecord.) |
![]() | queryTimeout | Gets or sets the property that indicates the time limit for the execution of a query. (Inherited from xRecord.) |
![]() | readCommittedLock | (Inherited from xRecord.) |
![]() | readPast | Gets or sets the property that indicates whether to skip rows that are locked by other processes when it reads a record. (Inherited from xRecord.) |
![]() | recordLevelSecurity | Gets or sets the property that indicates whether to apply security on a record level. (Inherited from xRecord.) |
![]() | relatedTable | Gets or sets the related buffer from a link to a table buffer. (Inherited from xRecord.) |
![]() | renamePrimaryKey | Renames the foreign keys in other tables according to the change of the primary key value that corresponds to this table. (Inherited from xRecord.) |
![]() | reread | Rereads the record from the table. (Inherited from xRecord.) |
![]() | RowCount | Retrieves the number of rows in the table. (Inherited from xRecord.) |
![]() | selectForUpdate | Gets or sets the property that indicates whether to select records for update when they are read. (Inherited from xRecord.) |
![]() | selectLocked | Indicates whether to select locked records. (Inherited from xRecord.) |
![]() | selectRefRecord | Selects the record by its referenced field ID. (Inherited from xRecord.) |
![]() | selectWithRepeatableRead | Gets or sets the property that indicates whether repeatable read is enabled. (Inherited from xRecord.) |
![]() | setConnection | Sets the user connection for this table. (Inherited from xRecord.) |
![]() | setCrossPartition | Sets or resets cross partition for the table. (Inherited from xRecord.) |
![]() | setFieldValue | Sets the field value in the record buffer. (Inherited from xRecord.) |
![]() | setSQLTracing | Enables or disables SQL tracing mode. (Inherited from xRecord.) |
![]() | setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() | setTmp | Sets the table not to be persisted to the database. (Inherited from xRecord.) |
![]() | setTmpData | Sets the contents of the temporary table to the specified data. (Inherited from xRecord.) |
![]() | setXDSContext | Sets new XDS context. (Inherited from xRecord.) |
![]() | skipAosValidation | Gets or sets the property that indicates whether to skip AOS validation (Inherited from xRecord.) |
![]() | skipDatabaseLog | Gets or sets the property that indicates whether to skip database log requests. (Inherited from xRecord.) |
![]() | skipDataMethods | Gets or sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.) |
![]() | skipDeleteActions | Gets or sets the property that indicates whether to skip delete actions on the table. (Inherited from xRecord.) |
![]() | skipDeleteMethod | Gets or sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.) |
![]() | skipEvents | Provides the ability to stop the calling of the Application.event* methods for the lifetime of an xRecord object. (Inherited from xRecord.) |
![]() | skipPostLoad | Gets and sets the property that indicates whether to skip executing xRecord.postLoad method on the table. (Inherited from xRecord.) |
![]() | skipTTSCheck | Gets or sets the property that indicates whether to skip the check to determine whether the record is selected for update. (Inherited from xRecord.) |
![]() | suppressWarnings | Gets or sets the property that indicates whether to suppress warnings for this pointer. (Inherited from xRecord.) |
![]() | tableAccessRight | Retrieves the table access right for a table. (Inherited from xRecord.) |
![]() | tableBufferAccessRight | Retrieves the table access right for the current record. (Inherited from xRecord.) |
![]() | toolTipField | Retrieves the HelpText value for the specified field. (Inherited from xRecord.) |
![]() | toolTipRecord | Retrieves the ToolTip value for the current record. (Inherited from xRecord.) |
![]() | toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ttsabort | Aborts a transaction that was started by a call to the xRecord.ttsbegin method. (Inherited from xRecord.) |
![]() | ttsbegin | Starts a transaction that can be either committed by the xRecord.ttscommit method or aborted by the xRecord.ttsabort method. (Inherited from xRecord.) |
![]() | ttscommit | Commits a transaction that was started by a call to the xRecord.ttsbegin method. (Inherited from xRecord.) |
![]() | update | Updates the current record. (Inherited from xRecord.) |
![]() | usageCount | Retrieves the current number of references to the object by using the value of the reference counter. (Inherited from xRecord.) |
![]() | validateDelete | Checks whether the current record is valid and ready to be deleted from the database. (Inherited from xRecord.) |
![]() | validateField | Checks whether the specified field is valid. (Inherited from xRecord.) |
![]() | validateFieldValue | (Inherited from xRecord.) |
![]() | validateWrite | Checks whether the current record is valid and can be written. (Inherited from xRecord.) |
![]() | validTimeStateUpdateMode | This method sets valid time state update mode on the pointer. (Inherited from xRecord.) |
![]() | wait | Pauses a process. (Inherited from Object.) |
![]() | wasCached | Specifies the location from which the data was retrieved. (Inherited from xRecord.) |
![]() | write | Creates a new record or updates an existing record. (Inherited from xRecord.) |
![]() | xml | Retrieves an XML string that represents the current object. (Inherited from xRecord.) |
![]() ![]() | ::createFromSalesLine | |
![]() ![]() | ::exist |
| Field | Type | Configuration key | Description |
|---|---|---|---|
| ActivityNumber |
Extended Data Type:
ProjActivityNumber Type: String | ProjBasic | The activity number |
| createdDateTime |
Extended Data Type:
CreatedDateTime Type: UtcDateTime | None | |
| dataAreaId |
Extended Data Type:
DataAreaId Type: String | None | |
| InventDimId |
Extended Data Type:
InventDimId Type: String | None | Identification of dimensions for the item. |
| InventTransId |
Extended Data Type:
TradeInventTransId Type: String | LogisticsBasic | Identification of the item lot. |
| ItemId |
Extended Data Type:
ItemIdSmall Type: String | LogisticsBasic | Item number in order line |
| LineAmount |
Extended Data Type:
SalesLineAmount Type: Real | LogisticsBasic | Sales amount of the line, including discount |
| LineNum |
Extended Data Type:
LineNum Type: Real | None | Used for sorting (COUNTER) |
| Name |
Extended Data Type:
ItemFreeTxt Type: String | LogisticsBasic | Line description |
| Partition |
Extended Data Type:
Partition Type: Int64 | None | (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R2 (SYS)) |
| ProjCategoryId |
Extended Data Type:
ProjCategoryId Type: String | ProjBasic | Category that is used as a default. |
| ProjId |
Extended Data Type:
ProjId Type: String | ProjBasic | Project identification |
| RecId |
Extended Data Type:
RecId Type: Int64 | None | |
| recVersion |
Extended Data Type:
RecVersion Type: Integer | None | |
| SalesCategory |
Extended Data Type:
SalesCategory Type: Int64 | LogisticsBasic | Category from the sales category hierarchy |
| SalesId |
Extended Data Type:
SalesIdDelete Type: String | LogisticsBasic | Identification of the order. |
| SalesLine |
Extended Data Type:
PackedTable Type: Container | None | Packed table. |
| SalesLineforeignTradeCategory |
Extended Data Type:
PackedTable Type: Container | None | Packed table. |
| SalesType |
Enumeration:
SalesType | LogisticsBasic | Order line type |
| Relation | Table | Lines |
|---|---|---|
| dataAreaId | DataArea | |
| InventDim | InventDim | |
| InventTable | InventTable | |
| InventTransOrigin | InventTransOrigin | |
| Partition | Partitions | |
| ProjCategory | ProjCategory | |
| ProjTable | ProjTable | |
| SalesCategory | EcoResCategory | |
| SalesTableDelete | SalesTableDelete | |
| smmActivities | smmActivities |
