 |
SplitReceivableItemFaxCountryCode Property |
Country code is ignored if corresponding number is not entered.
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 FaxCountryCode { get; set; }
Public Property FaxCountryCode As String
Get
Set
Dim instance As SplitReceivableItem
Dim value As String
value = instance.FaxCountryCode
instance.FaxCountryCode = value
Property Value
Type:
String
FaxCountryCode As Phone Country Code.
Remarks If blank on insert, defaults to the fax country code of either the contact specified by the ContactID or the otherwise defaulted primary contact.
Note |
---|
|
See Also