 |
SplitReceivableItemContactName Property |
Contact Name
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: 2021.1.0.1
Syntaxpublic string ContactName { get; set; }
Public Property ContactName As String
Get
Set
Dim instance As SplitReceivableItem
Dim value As String
value = instance.ContactName
instance.ContactName = value
Property Value
Type:
String
ContactName As String.
Remarks If blank on insert, defaults to the name of either the contact specified by the ContactID or the otherwise defaulted primary contact. Required (either default or entered) if parent template has SplitByAccountContactOption set to Contact.
Note |
---|
- Name - ContactName
- Length - 100
- Required On Insert - False
- Required On Update - False
|
See Also