 |
TransactionV1ItemNumber Property |
Exposes the item number that every transaction is automatically sequentially assigned.
Created in Epic SDK V3.0.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic string ItemNumber { get; set; }
Public Property ItemNumber As String
Get
Set
Dim instance As TransactionV1
Dim value As String
value = instance.ItemNumber
instance.ItemNumber = value
Property Value
Type:
String
ItemNumber As String.
Remarks Note |
---|
- Name - ItemNumber
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
|
See Also