 |
SplitReceivableItemSiteID Property |
Site I D
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2020.1.0.1
Syntaxpublic string SiteID { get; set; }
Public Property SiteID As String
Get
Set
Dim instance As SplitReceivableItem
Dim value As String
value = instance.SiteID
instance.SiteID = value
Property Value
Type:
String
SiteID As String.
Remarks If blank on insert, defaults to the site id of either the contact specified by the ContactID or the otherwise defaulted primary contact.
Note |
---|
- Name - SiteID
- Length - 20
- Required On Insert - False
- Required On Update - False
|
See Also