 |
ClientPersonGUID Property |
Unique GUID that identifies the person associated to the individual contact that is automatically inserted when inserting a Client.
Created in Epic SDK 2020.
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 PersonGUID { get; set; }
Public Property PersonGUID As String
Get
Set
Dim instance As Client
Dim value As String
value = instance.PersonGUID
instance.PersonGUID = value
Property Value
Type:
String
PersonGUID As String.
RemarksIf PersonGuid is populated with a valid value when inserting a client, then the individual contact that will be automatically inserted will be associated to that person. If blank, a new person will be created and the individual 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