fsresInventoryTransaction Class

A single inventory transaction. May include multiple individual changes/operations.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresInventoryTransaction

Namespace:  FabSuiteResponseApi
Assembly:  FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")]
public class fsresInventoryTransaction

The fsresInventoryTransaction type exposes the following members.

Constructors
  NameDescription
Public methodfsresInventoryTransaction
fsresInventoryTransaction class constructor
Top
Properties
  NameDescription
Public propertyDateActionOccured
Date the action occured. This will usually be the same date that is in TransactionDateTime, the exception being if the action was back-dated in FabSuite. For example, if material was received in the shop on 7/31/2011 but not recorded in FabSuite until 8/1/2011 then the TransactionDateTime will be 2011-08-01... and DateActionOccured will be 2011-07-31.
Public propertyInventoryOperation
Public propertyTransactionDateTime
Date and time that the transaction occured.
Public propertyTransactionID
Unique identifier for the transaction.
Public propertyUsername
User that performed the transaction.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next