InventTransferLine Table
The InventTransferLine table contains information about items that are transferred from one warehouse to another by using a transfer order.
Configuration Key: InventTransferOrders
Methods
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 instance into an X++ container. (Inherited from xRecord.) | |
calcLineAmount_BR | Calculates the line amount for the selected transfer line. | |
calcLineAmount_RU | ||
calcNewShipRemain | Calculates the remaining quantity to be shipped. | |
calcPickQty | ||
calcReceiveLineAmount_BR | Calculates the receive line amount for the selected transfer line. | |
calcReceiveQty | Calculates quantity available to be received. | |
calcShipQty | Calculates the quantity that can be shipped. | |
calculateQuantityChanges | Compares transactions before and after an update to find changes in quantity. | |
calculateShipNowInventQty | Calculates the ship now inventory quantity for the selected transfer line. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canInventDimBeChanged | ||
canReceiptBeIdentified | Examines whether an InventTransferVoucherId value can be identified. | |
canSubmitToWorkflow | Indicates whether submission to workflow is possible. (Inherited from xRecord.) | |
caption | Gets and sets the caption property of a table. (Inherited from xRecord.) | |
checkCostPrice_IN | Checks the price type for the selected transfer line to determine whether it is cost price or transfer price. | |
checkForUnitID_IN | This method is used to unit are the same. | |
checkInvalidFieldAccess | Gets and sets invalid field access. (Inherited from xRecord.) | |
checkRecord | Gets and sets the property that indicates whether to check mandatory fields. (Inherited from xRecord.) | |
checkRestrictedDeleteActions | Gets and 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 and sets the property that indicates a legal entity for the record. (Inherited from xRecord.) | |
companyInfo | Retrieves the CompanyInfo record that is associated with the active record. | |
con2buf | Unpacks a container into the table buffers. (Inherited from xRecord.) | |
concurrencyModel | Gets and sets the default concurrency model to use to update records. (Inherited from xRecord.) | |
context | Gets and sets the context property. (Inherited from xRecord.) | |
converUnit_IN | ||
copyDimension | Copies a dimension set that can be applied to the defaultDimension field in the active table. | |
data | Retrieves a row from the table. (Inherited from xRecord.) | |
dataSource | Retrieves the data source of the table. (Inherited from xRecord.) | |
defaultField | Populates default values in a field in the table. (Inherited from xRecord.) | |
defaultRow | Populates default values in fields in the table in the non-interactive case. (Inherited from xRecord.) | |
delete | Deletes an inventory transfer line (record). | |
disableCache | Gets and sets the property that indicates whether caching is disabled. (Inherited from xRecord.) | |
displayQtyReservedPhysical | Gets the available physical quantity to reserve. | |
dispose | Releases 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 | Returns the field access right. (Inherited from xRecord.) | |
fieldBufferAccessRight | Returns the field access right for the current record. (Inherited from xRecord.) | |
fieldState | Sets or returns the state of a field in the table buffer. (Inherited from xRecord.) | |
getAllowRedefault | Returns the list of fields that are allowed to re-default. (Inherited from xRecord.) | |
getDefaultingDependencies | Returns the container that holds defaulting dependencies. (Inherited from xRecord.) | |
getExtension | Returns the table extension. (Inherited from xRecord.) | |
getFieldValue | Gets the value of the specified field from a table buffer. (Inherited from xRecord.) | |
getFromTaxInformation_IN | Gets “from” tax information for a warehouse. | |
getInstanceRelationType | Returns the table name that corresponds to the InstanceRelationType ID. (Inherited from xRecord.) | |
getPhysicalTableName | Return the physical table name, which, in the case of the SQL Temp DB table, is the table instance name. (Inherited from xRecord.) | |
getPresenceFieldData | Retrieves the PresenceInfo value from the specified field. (Inherited from xRecord.) | |
getQuantitiesForMovement | Gets the quantities for transactions that are associated with a specified movement. | |
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.) | |
getToTaxInformation_IN | Gets “to” tax information for a warehouse. | |
getTransferPrice_IN | Finds the TransferPrice_IN table based on the combination. | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hasRelatedTable | Indicates whether a foreign key constraint buffer is linked with the table. (Inherited from xRecord.) | |
helpField | Retrieves a string that contains the Help text for the specified field. (Inherited from xRecord.) | |
initFromInventTable | Initializes the transfer quantity and a record in the InventDim table. | |
initFromInventTableModule | ||
initFromInventTransferTable | Initializes fields on a line based on values from the InventTransferTable table that is passed as an argument. | |
initFromReqPo | Initializes fields based on the specified ReqPO table record. | |
initValue | Initializes field values in a new InventTransferLine record. | |
inputStatus | Sets or returns the current input status of the table buffer. (Inherited from xRecord.) | |
insert | Inserts a record into the database. | |
interactiveContext | Sets or returns the current interactive context of the table buffer. (Inherited from xRecord.) | |
inventDim | ||
inventDimMergeWarehouse | Returns an InventDim record where the InventLocation value passed in as a parameter and the WMSLocationId value is set. | |
inventDimReceive | ||
inventDimShip | ||
inventDimTo_RU | ||
inventDimTransitFrom | ||
inventDimTransitTo | ||
inventTable_IN | Finds the InventTable table based on an inventory transfer line item ID. | |
inventTableModuleInvent | Finds the record that contains the specified item ID and module type values. | |
inventTableModuleInvent_IN | Finds an inventory table module based on the specified inventory transfer line item ID and module type values. | |
inventTransferLineFiscalInfo_BR | Returns the InventTransferLineFiscalInfo_BR record that is related to the specified inventory transfer line. | |
inventTransferOrderType_BR | ||
inventTransferTable | ||
isFieldDataRetrieved | Checks whether the data of the given field has been retrieved. (Inherited from xRecord.) | |
isFieldSet | Checks 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 | Returns true if the record is a new record that hasn't been persisted yet. (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.) | |
itemCostPrice_IN | Gets the on-hand cost price for a particular item. | |
itemName | Displays the item name. | |
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 there is a link for the physical table instance for the record. (Inherited from xRecord.) | |
mcrValidateFieldQtyTransfer | Validates the QtyTransfer field. | |
merge | Merges the current table with the specified table. (Inherited from xRecord.) | |
mergeDimension | Retrieves a dimension set that contains the merged combination of the selected defaultDimension field in the SalesLine table and the specified dimension set. | |
modifiedField | Performs processing when a field on the table is modified. | |
modifiedFieldDDC | Processes the modified field event for delivery date control fields. | |
modifiedFieldValue | Modifies the specified field to the original value. (Inherited from xRecord.) | |
mustTransitIssueBeIdentified | ||
mustTransitReceiptBeIdentified | ||
netAmount_IN | Gets the net amount by multiplying the unit price and the quantity to transfer. | |
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 and sets the property that indicates whether system fields can be overwritten. (Inherited from xRecord.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
packInventTransferLineFiscalInfo_BR | Packs an InventTransferLineFiscalInfo_BR record in the PackedExtensions container field. | |
pdsCWCalcNewShipRemain | ||
pdsCWCalcPickQty | ||
pdsCWCalcReceiveQty | ||
pdsCWCalcShipQty | Calculates the quantity of inventory that can be shipped, in catch weight units. | |
pdsCWQtyActivateRemainder | Gets the catch weight active remainder quantity. | |
pdsCWQtyReceiveRegistered | Gets the registered quantity to be received in catch weight units. | |
pdsCWQtyReservedOnOrder | Gets the catch weight reserved on order quantity. | |
pdsCWQtyReservedPhysical | Gets the catch weight reserved physical quantity. | |
pdsCWQtyShipPicked | Gets the picked quantity for shipments in catch weight units. | |
pdsCWQtyShipPickedAll | Gets the catch weight picked quantity. | |
pdsCWQtyShipWMS | Gets the whole quantity that has a child reference to either the picking list or the warehouse management order. | |
pdsCWQtyShipWMSNotReserved | Gets the catch weight warehouse management system not reserved quantity. | |
pdsCWQtyShipWMSReserved | Gets the catch weight warehouse management system reserved quantity. | |
pdsCWUnitId | Gets the catch weight unit for the item. | |
pdsUpdateReservation | Indicates whether the field update in progress requires a re-reservation of inventory. | |
pdsUpdateReservationServer | ||
pdsUpdReservePrompt | ||
postCacheLoad | Is executed after data is hit from the cache for the select operation on the table. (Inherited from xRecord.) | |
postInitFromInventTransferTableBR | Performs Brazilian-specific initialization on the InventTransferLineFiscalInfo_BR table record that is associated with the line based on values from the InventTransferTable table that is passed as an argument. | |
postInsertBR | Post an insertion event handler. | |
postLoad | Is executed after a record is read. (Inherited from xRecord.) | |
postUpdateBR | Calls a method to update and insert extension table records. | |
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.) | |
qtyActivateRemainder | ||
qtyReceiveRegistered | Returns the registered quantity for receipt. | |
qtyReservedOnOrder | ||
qtyReservedPhysical | Gets a container that contains the reserved physical and catch weight reserved physical quantities. | |
qtyShipPicked | Returns the picked quantity for shipments. | |
qtyShipPickedAll | ||
qtyShipReservedPhysical | ||
qtyShipWMS | ||
qtyShipWMSNotReserved | ||
qtyShipWMSReserved | ||
queryTimedOut | Indicates whether the query exceeded the time limit for execution. (Inherited from xRecord.) | |
queryTimeout | Gets and sets the property that indicates the time limit for the execution of a query. (Inherited from xRecord.) | |
queryValueInventTransId | Retrieves a string representation of a queryValue method that returns the InventTransOrigin records that are related to the line. | |
readCommittedLock | (Inherited from xRecord.) | |
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.) | |
receiveTransDateTime | Calculates the receive date at midnight in the time zone of the receiving site. | |
recordLevelSecurity | Gets and sets the property that indicates whether to apply security on a record level. (Inherited from xRecord.) | |
relatedTable | Sets or returns the related buffer of a link of a table buffer. (Inherited from xRecord.) | |
renamePrimaryKey | Renames the foreign keys in other tables according to the change of the corresponding primary key value in this table. (Inherited from xRecord.) | |
reread | Rereads the record from the table. (Inherited from xRecord.) | |
resetTransFields | ||
RowCount | Retrieves the number of rows in the table. (Inherited from xRecord.) | |
selectForUpdate | Gets and 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 referenced field ID. (Inherited from xRecord.) | |
selectWithRepeatableRead | Gets and sets the property that indicates whether repeatable read is enabled. (Inherited from xRecord.) | |
setConnection | Sets the user connection for this table. (Inherited from xRecord.) | |
setCostPrice_IN | Sets the unit cost price. | |
setCrossPartition | Sets or resets cross-partitioning for the table. (Inherited from xRecord.) | |
setDeliveryDateControlType | Sets the delivery date control type for the current inventory transfer line. | |
setExciseFields_IN | Resets excise-tax-related from/to warehouse fields. | |
setFieldValue | Sets the field value in the record buffer. (Inherited from xRecord.) | |
setInventDimTo_RU | ||
setInventTransferStatus | Updates the transfer order header status. | |
setPrice_RU | ||
setSQLTracing | Enables or disables SQL tracing mode. (Inherited from xRecord.) | |
setStatusRemain | Sets the remainStatus field of the line. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
setTmp | Sets the table so that it is not 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.) | |
shipTransDateTime | Calculates the ship date at midnight in the time zone of the shipping site. | |
skipAosValidation | Gets and sets the property that indicates whether to skip validation of Microsoft Dynamics AX Application Object Server (AOS). (Inherited from xRecord.) | |
skipDatabaseLog | Gets and sets the property that indicates whether to skip database log requests. (Inherited from xRecord.) | |
skipDataMethods | Gets and sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.) | |
skipDeleteActions | Gets and sets the property that indicates whether to skip delete actions on the table. (Inherited from xRecord.) | |
skipDeleteMethod | Gets and sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.) | |
skipEvents | Provides an option to turn off calling 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 the xRecord.postLoad method on the table. (Inherited from xRecord.) | |
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.) | |
suppressWarnings | Gets and sets the property that indicates whether to suppress warnings for this pointer. (Inherited from xRecord.) | |
syncEstimatedTransactions | Synchronize dimensions on the expected receipts to match the issue dimensions. | |
tableAccessRight | Returns the table access right. (Inherited from xRecord.) | |
tableBufferAccessRight | Returns the table access right for the current record. (Inherited from xRecord.) | |
takeOwnershipOfTempDBTable | (Inherited from xRecord.) | |
timeZoneReceivingSite | Retrieves the time zone associated with the receiving site on the current transfer order. | |
timeZoneShippingSite | Retrieves the time zone associated with the shipping site on the current transfer order. | |
tmsDisplayTotalFreight | Gets the total freight costs for the transfer line. | |
toLocationIsThirdParty | Indicates whether the InventLocationIdTo location that is associated with the TransferId ID value is third-party owned. | |
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 ttsbegin method. (Inherited from xRecord.) | |
ttsbegin | Starts a transaction that can be either committed by the ttscommit method or aborted by the ttsabort method. (Inherited from xRecord.) | |
ttscommit | Commits a transaction that was started by a call to the ttsbegin method. (Inherited from xRecord.) | |
update | Updates a record in the database. | |
updateDeliverRemainder | ||
updateEstimated | Updates the RemainStatus and estimated InventTrans fields that are related to the line. | |
updateLoadLines | Update WHSLoadLine table and tracked quantities in WHSInventTransferLine table. | |
updateTransferPrice_IN | Gets the price of an inventory item based on specified criteria. | |
usageCount | Retrieves the current number of references (the value of the reference counter) that the object has. (Inherited from xRecord.) | |
useExistingTempDBTable | (Inherited from xRecord.) | |
validateDelete | Determines whether the current record is valid and ready to be deleted from the database. | |
validateField | Determines whether the _fieldIdToCheck value is valid. | |
validateFieldValue | Validates a specified field. | |
validateWrite | Validates that the selected record can be written to the database. | |
validTimeStateUpdateMode | Sets a valid time state update mode on the cursor. (Inherited from xRecord.) | |
wait | Pauses a process. (Inherited from Object.) | |
wasCached | Specifies the location from which the data was retrieved. (Inherited from xRecord.) | |
whsDisplayItemName | Displays localized Item Name for forms. | |
whsDisplayToWarehouse | Displays receiving warehouse ID. | |
whsDropoffAddress | Displays a receiving warehouse address (Drop Off Address) | |
whsMarkAsCrossDock | Marks the transfer line for cross-docking and saves the changes to the database. | |
whsPickupAddress | Displays a pick up warehouse address. | |
whsQtyInWorkReceive | Displays quantity for the corresponding receiving work inventory transaction. | |
whsQtyInWorkShip | Displays quantity for the corresponding outbound work inventory transaction. | |
write | Updates a record if it exists; otherwise, inserts a record. (Inherited from xRecord.) | |
xml | Retrieves an XML string that represents the current object. (Inherited from xRecord.) | |
::exist | ||
::find | ||
::findRecId | Finds a specified record in the InventTransLine table. | |
::findRecId_IN | Finds the InventTransferLine table for the specified record ID. | |
::findTransIdReceive | ||
::findTransIdReceiveforPost_IN | Finds the InventTransferLine table for the specified inventory transfer ID. | |
::findTransIdScrap | ||
::findTransIdShip | ||
::findTransIdTransitFrom | ||
::findTransIdTransitTo | ||
::getNumericDisplayFactor | Gets numeric display factor. | |
::inventTransSumDimReceived | ||
::inventTransSumDimShipped | ||
::lastLineNum | Returns the last lineNum value of the InventTransferLines table with the transfer ID passed as an argument. | |
::pdsCWinventTransSumDimReceived | Gets the updated catch weight quantity for a specific dimension of a transfer order line with the specified receipt ID. | |
::pdsCWInventTransSumDimShipped | Gets the shipped catch weight quantity for a specific dimension of a transfer order line with the specified receipt ID. | |
::whsLoadDirection | Returns the direction of the load record for the given transfer order line. |
Top
Fields
Field | Type | Configuration key | Description |
---|---|---|---|
AmountValue | Extended Data Type: AmountMST Type: Real |
ForeignTrade | The transaction amount, in the accounting currency (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
ATPApplyDemandTimeFence | Extended Data Type: SalesATPApplyDemandTimeFence Type: Integer |
SalesDeliveryDateControl | Time period in days, going forward from today, when delayed demand orders are considered as issues. This applies only if the delivery date control is set to ATP or ATP + Issue margin. |
ATPApplySupplyTimeFence | Extended Data Type: SalesATPApplySupplyTimeFence Type: Integer |
SalesDeliveryDateControl | Time period in days, going forward from today, when delayed supply orders are considered as receipts. This applies only if the delivery date control is set to ATP or ATP + Issue margin. |
ATPBackwardDemandTimeFence | Extended Data Type: SalesATPBackwardDemandTimeFence Type: Integer |
SalesDeliveryDateControl | Time period in days, going backward from today, for considering delayed demand orders in ATP calculation. This applies only if the delivery date control is set to ATP or ATP + Issue margin. |
ATPBackwardSupplyTimeFence | Extended Data Type: SalesATPBackwardSupplyTimeFence Type: Integer |
SalesDeliveryDateControl | Time period in days, going backward from today, for considering delayed supply orders in ATP calculation. This applies only if the delivery date control is set to ATP or ATP + Issue margin. |
ATPInclPlannedOrders | Extended Data Type: SalesATPInclPlannedOrders Type: Enum |
SalesDeliveryDateControl | If selected, planned orders are included in the ATP calculation. This applies only if the delivery date control is set to ATP or ATP + Issue margin. |
ATPTimeFence | Extended Data Type: SalesATPTimeFence Type: Integer |
SalesDeliveryDateControl | Time period in days, going forward from today, for calculating ATP. This applies only if the delivery date control is set to ATP or ATP + Issue margin. |
AutoReservation | Extended Data Type: InventTransferAutoReservation Type: Enum |
InventTransferOrders | Reserve items automatically? |
createdDateTime | Extended Data Type: CreatedDateTime Type: UtcDateTime |
None | |
CurrencyCode_IN | Extended Data Type: CurrencyCode Type: String |
None | Current currency code (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
dataAreaId | Extended Data Type: DataAreaId Type: String |
None | |
DefaultDimension_IN | Extended Data Type: DimensionDefault Type: Int64 |
LedgerBasic | Default dimensions (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
DeliveryDateControlType | Enumeration: SalesDeliveryDateControlType |
SalesDeliveryDateControl | Select for automatic calculation of possible ship and receipt dates. |
ExciseTariffCodes_IN | Extended Data Type: RefRecId Type: Int64 |
None | Excise tariff code for the item. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
FromDirectSettlement_IN | Enumeration: DirectSettlement_IN |
None | Excise register to update the excise amount to, without using the settlement process. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
FromDSA_IN | Enumeration: NoYes |
None | Update the Daily Stock Account (DSA)? (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
FromExciseRecordType_IN | Enumeration: ExciseRecordType_IN |
None | Excise record type to update the excise amount to. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
FromExciseType_IN | Enumeration: ExciseType_IN |
None | Excise-type category of the company. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
HHTHandheldUserId | Extended Data Type: RetailUserIdEx2 Type: String |
RetailHeadquarters | Staff identifier (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)) |
HHTTransDate | Extended Data Type: RetailDateEx2 Type: Date |
Retail | (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)) |
HHTTransTime | Extended Data Type: RetailTimeEx2 Type: Integer |
Retail | Time of day (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)) |
Intracode | Extended Data Type: IntrastatItemCodeId Type: String |
ForeignTrade | Item commodity code (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
IntrastatFulfillmentDate_HU | Extended Data Type: IntrastatFulfillmentDate_HU Type: Date |
ForeignTrade | Date of Intrastat fulfillment. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
IntrastatSpecMove_CZ | Extended Data Type: IntrastatSpecMove_CZ Type: String |
ForeignTrade | Special movement for Intrastat (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
InventDimId | Extended Data Type: InventDimId Type: String |
None | From shipment inventory dimensions. |
InventDimIdTo_RU | Extended Data Type: InventDimId Type: String |
None | Identification of dimensions for the item. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
InventTransId | Extended Data Type: InventTransIdShipment Type: String |
LogisticsBasic | Identification of the shipment lot. |
InventTransIdReceive | Extended Data Type: InventTransIdReceive Type: String |
LogisticsBasic | Identification of the receive lot. |
InventTransIdScrap | Extended Data Type: InventTransIdScrap Type: String |
LogisticsBasic | Identification of the scrap lot. |
InventTransIdTransitFrom | Extended Data Type: InventTransIdReceiveTransit Type: String |
LogisticsBasic | Identification of the receive lot on transit warehouse. |
InventTransIdTransitTo | Extended Data Type: InventTransIdShipmentTransit Type: String |
LogisticsBasic | Identification of the shipment lot on transit warehouse. |
InvntCostPrice_IN | Extended Data Type: CostPrice Type: Real |
None | Run-dependent cost price per unit. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
ItemId | Extended Data Type: ItemIdInventoried Type: String |
LogisticsBasic | Identify item. |
LineAmount_RU | Extended Data Type: LineAmount Type: Real |
None | Line amount for current line (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
LineNum | Extended Data Type: LineNum Type: Real |
None | Identification of line. |
NetAmount_IN | Extended Data Type: NetAmount_IN Type: Real |
None | Net amount per line (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
OrigCountryRegionId | Extended Data Type: ItemOrigCountryRegionId Type: String |
ForeignTrade | Country/region of origin of the current inventory item (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
OrigCountyId | Extended Data Type: ItemOrigCountyId Type: String |
ForeignTrade | County of origin of the current inventory item (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
OrigStateId | Extended Data Type: ItemOrigStateId Type: String |
ForeignTrade | State of origin for the current item (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
OverDeliveryPct | Extended Data Type: InventTransferOverDeliveryPct Type: Real |
InventTransferOrders | The percentage by which the product receipt quantity is allowed to exceed the order quantity |
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)) |
PdsCWQtyReceived | Extended Data Type: PdsCWQtyReceived Type: Real |
PdsCatchWeight | Catch weight received quantity. (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)) |
PdsCWQtyReceiveNow | Extended Data Type: PdsCWQtyReceiveNow Type: Real |
PdsCatchWeight | Catch weight receive now quantity. (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)) |
PdsCWQtyRemainReceive | Extended Data Type: PdsCWQtyRemainReceive Type: Real |
PdsCatchWeight | Catch weight receive remaining quantity. (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)) |
PdsCWQtyRemainShip | Extended Data Type: PdsCWQtyRemainShip Type: Real |
PdsCatchWeight | Catch weight remaining quantity. (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)) |
PdsCWQtyScrapped | Extended Data Type: PdsCWQtyScrapped Type: Real |
PdsCatchWeight | Catch weight scrapped quantity. (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)) |
PdsCWQtyShipNow | Extended Data Type: PdsCWQtyShipNow Type: Real |
PdsCatchWeight | Catch weight ship now quantity. (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)) |
PdsCWQtyShipped | Extended Data Type: PdsCWQtyShipped Type: Real |
PdsCatchWeight | Catch Weight shipped quantity. (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)) |
PdsCWQtyTransfer | Extended Data Type: PdsCWQtyTransfer Type: Real |
PdsCatchWeight | Catch weight transfer quantity. (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)) |
PdsOverrideFEFO | Extended Data Type: PdsOverrideFEFO Type: Enum |
PdsShelf | Determine whether Reservation logic for Transfer Orders should follow FEFO logic. (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)) |
Port | Extended Data Type: IntrastatPortId Type: String |
ForeignTrade | Port where current delivery is loaded. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
Price_RU | Extended Data Type: PriceCur Type: Real |
None | Unit price for current line (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PriceType_IN | Enumeration: PriceType_IN |
None | Identification of the price type. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
PriceUnit_RU | Extended Data Type: PriceUnit Type: Real |
LogisticsBasic | Number of units the quantity applies to. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
QtyReceived | Extended Data Type: InventTransferQtyReceived Type: Real |
InventTransferOrders | Totally received transfer quantity incl. scrap. |
QtyReceiveNow | Extended Data Type: InventTransferQtyReceived Type: Real |
InventTransferOrders | Totally received transfer quantity incl. scrap. |
QtyRemainReceive | Extended Data Type: InventTransferQtyRemain Type: Real |
InventTransferOrders | Remaining ship or receive quantity. |
QtyRemainShip | Extended Data Type: InventTransferQtyRemain Type: Real |
InventTransferOrders | Remaining ship or receive quantity. |
QtyScrapped | Extended Data Type: InventTransferQtyScrapped Type: Real |
InventTransferOrders | Received transfer quantity which have been scrapped. |
QtyShipNow | Extended Data Type: InventTransferQtyShipped Type: Real |
InventTransferOrders | Shipped transfer quantity. |
QtyShipped | Extended Data Type: InventTransferQtyShipped Type: Real |
InventTransferOrders | Shipped transfer quantity. |
QtyTransfer | Extended Data Type: InventTransferQty Type: Real |
InventTransferOrders | Ordered transfer quantity. |
ReceiveDate | Extended Data Type: InventTransferReceiveDate Type: Date |
InventTransferOrders | Item receive date for the transfer order. |
RecId | Extended Data Type: RecId Type: Int64 |
None | |
recVersion | Extended Data Type: RecVersion Type: Integer |
None | |
RemainStatus | Enumeration: InventTransferRemainStatus |
InventTransferOrders | What is still remaining? |
RetailAreaId | Extended Data Type: RetailAreaId Type: String |
RetailHeadquarters | (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)) |
RetailInfocodeIdEx2 | Extended Data Type: RetailInfocodeIdEx2 Type: String |
RetailHeadquarters | Number of info code. (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)) |
RetailInformationSubcodeIdEx2 | Extended Data Type: RetailInformationSubcodeIdEx2 Type: String |
RetailHeadquarters | Number of subcode (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)) |
RetailReplenishRefRecId | Extended Data Type: RetailReplenishRefRecId Type: Int64 |
RetailHeadquarters | Reference field in a different table (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)) |
RetailReplenishRefTableId | Extended Data Type: RetailReplenishRefTableId Type: Integer |
RetailHeadquarters | Table the transaction refers to. (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)) |
Retention_IN | Extended Data Type: RetentionAmt_IN Type: Real |
LedgerBasicSalesTax | Enter the percentage of VAT amount to be retained. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
SalesTaxFormTypes_IN | Extended Data Type: SalesTaxFormTypesRecId_IN Type: Int64 |
None | India sales tax form type for the transaction line. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
ShipDate | Extended Data Type: InventTransferShipDate Type: Date |
InventTransferOrders | Item shipment date for the transfer order. |
StatisticalValue | Extended Data Type: StatisticalValue Type: Real |
ForeignTrade | Statistical value for the item. Value copied from the amount field - change it manually if needed. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
StatProcId | Extended Data Type: IntrastatProcId Type: String |
ForeignTrade | Code for the current statistical procedure. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
TaxGroup_IN | Extended Data Type: TaxGroup Type: String |
LedgerBasicSalesTax | Group of sales tax codes that can be calculated for transfer order. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
TaxItemGroup_IN | Extended Data Type: TaxItemGroup Type: String |
LedgerBasicSalesTax | Group of sales tax codes that can be calculated for an item. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
ToDirectSettlement_IN | Enumeration: DirectSettlement_IN |
None | Excise register to update the excise amount to, without using the settlement process. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
ToDSA_IN | Extended Data Type: NoYesId Type: Enum |
None | Update the Daily Stock Account (DSA)? (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
ToExciseRecordType_IN | Enumeration: ExciseRecordType_IN |
None | Excise record type to update the excise amount to. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
ToExciseType_IN | Enumeration: ExciseType_IN |
None | Excise-type category of the company. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
TransactionCode | Extended Data Type: IntrastatTransactionCodeId Type: String |
ForeignTrade | Code for the current transaction code. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
TransferId | Extended Data Type: InventTransferId Type: String |
InventTransferOrders | Identification of the transfer order. |
Transport | Extended Data Type: IntrastatTransport Type: String |
ForeignTrade | Specify means of transport for the current order. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3) |
UnderDeliveryPct | Extended Data Type: InventTransferUnderDeliveryPct Type: Real |
InventTransferOrders | The percentage by which the product receipt quantity is allowed to be less than the order quantity |
UnitId | Extended Data Type: InventUnitId Type: String |
LogisticsBasic | Unit symbol |
UnitId_IN | Extended Data Type: UnitOfMeasureSymbol Type: String |
None | Unit symbol (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
UnitPrice_IN | Extended Data Type: UnitPrice_IN Type: Real |
None | Cost price or transfer price per unit. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
VATPriceType_IN | Enumeration: PriceType_IN |
None | Identification of the price type. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
VATRetentionCode_IN | Extended Data Type: TaxCode Type: String |
LedgerBasicSalesTax | Tax code to which the VAT retention amount must be posted to. (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2 (SYS)) |
Top
Field Groups
Field Group | Fields |
---|---|
Delivery | |
Dimension_IN | |
FromWarehouse_IN | |
Excise_IN | |
ForeignTrade | |
Identification | |
IndiaSalesTax_IN | |
Intrastat_W | |
Inventory | |
Misc | |
Price_IN | |
Price_RU | |
receipt | |
Reservation | |
Tax_IN | |
Shipment | |
Status | |
VAT_IN | |
ToWarehouse_IN | |
TransferOrder | |
Administration | |
All | |
AutoReport |
Top
Relations
Relation | Table | Lines |
---|---|---|
Currency_IN | Currency | |
dataAreaId | DataArea | |
DefaultDimension_IN | DimensionAttributeValueSet | |
ExciseTariffCodes_IN | ExciseTariffCodes_IN | |
IntrastatItemCode | IntrastatItemCode | |
IntrastatPort | IntrastatPort | |
IntrastatSpecMovement_CZ | IntrastatSpecMovement_CZ | |
IntrastatStatProc | IntrastatStatProc | |
IntrastatTransactionCode | IntrastatTransactionCode | |
IntrastatTransportMode | IntrastatTransportMode | |
InventDim | InventDim | |
InventDimTo_RU | InventDim | |
InventTable | InventTable | |
InventTransferTable | InventTransferTable | |
OriginCountryRegion | LogisticsAddressCountryRegion | |
OriginCounty | LogisticsAddressCounty | |
OriginState | LogisticsAddressState | |
Partition | Partitions | |
ReceiveInventTransOrigin | InventTransOrigin | |
RetailBuyersPushLineQty | RetailBuyersPushLineQty | |
RetailInfocodeTable | RetailInfocodeTable | |
SalesTaxFormTypes_IN | SalesTaxFormTypes_IN | |
ScrapInventTransOrigin | InventTransOrigin | |
ShipmentInventTransOrigin | InventTransOrigin | |
TaxGroupHeading_IN | TaxGroupHeading | |
TaxItemGroupHeading_IN | TaxItemGroupHeading | |
TaxTable_IN | TaxTable | |
TransitFromInventTransOrigin | InventTransOrigin | |
TransitToInventTransOrigin | InventTransOrigin | |
UnitOfMeasure | UnitOfMeasure | |
UnitOfMeasure_IN | UnitOfMeasure | |
VATRetentionTrans_IN | VATRetentionTrans_IN |
Top
Indexes
Index | AllowDuplicates | Enabled | Fields |
---|---|---|---|
DimensionAttributeValueSetIdx | Yes | Yes | |
InventDimIdTo_RUIdx | Yes | Yes | |
LineIdx | No | Yes | |
RecId | No | Yes | |
TransIdIdx | No | Yes | |
TransIdReceiveIdx | No | Yes | |
TransIdScrapIdx | Yes | Yes | |
TransIdTransitFromIdx | No | Yes | |
TransIdTransitToIdx | No | Yes |
Top
Inheritance Hierarchy
xRecord Class
Common Table
InventTransferLine Table