 |
ContactPersonGUID Property |
Unique GUID that identifies the person associated to an individual contact.
Created in Epic SDK 2020.
Namespace:
ASI.TAM.API.Data.UI.Account.Contact
Assembly:
ASI.TAM.API.Data.UI.Account.Contact (in ASI.TAM.API.Data.UI.Account.Contact.dll) Version: 2021.1.0.1
Syntaxpublic string PersonGUID { get; set; }
Public Property PersonGUID As String
Get
Set
Dim instance As Contact
Dim value As String
value = instance.PersonGUID
instance.PersonGUID = value
Property Value
Type:
String
PersonGUID As String.
RemarksIgnored for business contacts. If PersonGuid is populated with a valid value when inserting an individual contact, then the contact will be associated to that person. If blank, a new person will be created and the contact will be associated to that new person. Person guids can be obtained using Get /api/person_search. It is recommended that person guids are specified when a matching person exists in the database. Otherwise Epic would be populated with duplicate people which would make Epic difficult to use.
Note |
---|
- Name - PersonGUID
- Length - -1
- Accepts Multiple Lines - False
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
- Ignored On Get - True
|
See Also