Codeunit 5458 Graph Collection Mgt - Contact in 18
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 93
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetEmailAddress | (Integer, var Text, var Text) | public | - | |
| AddEmailAddress | (Text, Text) | public | - | |
| UpdateEmailAddress | (Text, Integer, Text) | Text | public | - |
| GetWebsiteByIndex | (Integer, var Option, var Text, var Text, var Text) | public | - | |
| AddWebsite | (Option, Text, Text, Text) | public | - | |
| UpdateWebsite | (Option, Text) | public | - | |
| GetImAddress | (Integer, var Text) | public | - | |
| AddImAddress | (Text) | public | - | |
| GetPhoneByIndex | (Integer, var Option, var Text) | public | - | |
| GetPhoneByType | (Option, var Text) | public | - | |
| AddPhone | (Option, Text) | public | - | |
| GetPostalAddressByIndex | (Integer, var Option, var Text, var Text, var Text, var Text, var Text, var Text) | public | - | |
| AddPostalAddress | (Option, Text, Text, Text, Text, Text, Text) | public | - | |
| GetChildren | (Integer, var Text) | public | - | |
| AddChildren | (Text) | public | - | |
| GetFlag | (var Text, var Text, var Text, var Text, var Text, var Text, var Option) | public | - | |
| AddFlag | (Text, Text, Text, Text, Text, Text, Option) | public | - | |
| GetCategory | (Integer, var Text) | public | - | |
| AddCategory | (Text) | public | - | |
| HasHomeAddressOrPhone | (Text, Text, Text) | Boolean | public | - |
| HasBusinessAddressOrPhone | (Text, Text, Text) | Boolean | public | - |
| HasBusinessAddress | (Text) | Boolean | public | - |
| HasOtherAddressOrPhone | (Text, Text, Text) | Boolean | public | - |
| UpdateHomeAddress | (Text, Text[100], Text[50], Text[30], Text[30], Code[10], Code[20]) | Text | public | - |
| UpdateBusinessAddress | (Text, Text[100], Text[50], Text[30], Text[30], Code[10], Code[20]) | Text | public | - |
| UpdateOtherAddress | (Text, Text[100], Text[50], Text[30], Text[30], Code[10], Code[20]) | Text | public | - |
| GetHomeAddress | (Text, var Text[100], var Text[50], var Text[30], var Text[30], var Code[10], var Code[20]) | public | - | |
| GetBusinessAddress | (Text, var Text[100], var Text[50], var Text[30], var Text[30], var Code[10], var Code[20]) | public | - | |
| GetOtherAddress | (Text, var Text[100], var Text[50], var Text[30], var Text[30], var Code[10], var Code[20]) | public | - | |
| UpdateHomePhone | (Text, Text) | Text | public | - |
| UpdateBusinessPhone | (Text, Text) | Text | public | - |
| UpdateMobilePhone | (Text, Text) | Text | public | - |
| UpdateOtherPhone | (Text, Text) | Text | public | - |
| UpdateAssistantPhone | (Text, Text) | Text | public | - |
| UpdateHomeFaxPhone | (Text, Text) | Text | public | - |
| UpdateBusinessFaxPhone | (Text, Text) | Text | public | - |
| UpdateOtherFaxPhone | (Text, Text) | Text | public | - |
| UpdatePagerPhone | (Text, Text) | Text | public | - |
| UpdateRadioPhone | (Text, Text) | Text | public | - |
| GetHomePhone | (Text, var Text) | public | - | |
| GetBusinessPhone | (Text, var Text) | public | - | |
| GetMobilePhone | (Text, var Text) | public | - | |
| GetOtherPhone | (Text, var Text) | public | - | |
| GetAssistantPhone | (Text, var Text) | public | - | |
| GetHomeFaxPhone | (Text, var Text) | public | - | |
| GetBusinessFaxPhone | (Text, var Text) | public | - | |
| GetOtherFaxPhone | (Text, var Text) | public | - | |
| GetPagerPhone | (Text, var Text) | public | - | |
| GetRadioPhone | (Text, var Text) | public | - | |
| GetWorkWebsite | (Text, var Text[80]) | public | - | |
| GetHomeWebsite | (Text, var Text[80]) | public | - | |
| UpdateWorkWebsite | (Text, Text[80]) | Text | public | - |
| UpdateHomeWebsite | (Text, Text[80]) | Text | public | - |
| HasBusinessType | (Text) | Boolean | public | - |
| TryGetBusinessTypeValue | (Text, var Text) | Boolean | public | - |
| GetBusinessType | (Text, var Option) | public | - | |
| AddBusinessType | (Option) | Text | public | - |
| HasIsCustomer | (Text) | Boolean | public | - |
| GetIsCustomer | (Text) | Boolean | public | - |
| TryGetIsCustomerValue | (Text, var Text) | Boolean | public | - |
| AddIsCustomer | (Boolean) | Text | public | - |
| HasIsVendor | (Text) | Boolean | public | - |
| GetIsVendor | (Text) | Boolean | public | - |
| TryGetIsVendorValue | (Text, var Text) | Boolean | public | - |
| AddIsVendor | (Boolean) | Text | public | - |
| HasIsBank | (Text) | Boolean | public | - |
| GetIsBank | (Text) | Boolean | public | - |
| TryGetIsBankValue | (Text, var Text) | Boolean | public | - |
| AddIsBank | (Boolean) | Text | public | - |
| GetIsNavCreated | (Text) | Boolean | public | - |
| AddIsNavCreated | (Boolean) | Text | public | - |
| GetNavIntegrationId | (Text) | Guid | public | - |
| AddNavIntegrationId | (Guid) | Text | public | - |
| HasIsContact | (Text) | Boolean | public | - |
| GetIsContact | (Text) | Boolean | public | - |
| TryGetIsContactValue | (Text, var Text) | Boolean | public | - |
| AddIsContact | (Boolean) | Text | public | - |
| HasIsLead | (Text) | Boolean | public | - |
| GetIsLead | (Text) | Boolean | public | - |
| TryGetIsLeadValue | (Text, var Text) | Boolean | public | - |
| HasIsPartner | (Text) | Boolean | public | - |
| GetIsPartner | (Text) | Boolean | public | - |
| TryGetIsPartnerValue | (Text, var Text) | Boolean | public | - |
| ConcatenateStreet | (Text, Text) | Text | public | - |
| SplitStreet | (Text, var Text[100], var Text[50]) | public | - | |
| FindCountryRegionCode | (Text) | Code[10] | public | - |
| GetContactComments | (Record Contact) | Text | public | - |
| SetContactComments | (Record Contact, Text) | public | - | |
| InitializeCollection | (Text) | public | - | |
| InitializeObject | (Text) | public | - | |
| IsBlankOrEmptyJsonObject | (Text) | Boolean | public | - |
| WriteCollectionToString | () | Text | public | - |
| WriteObjectToString | () | Text | public | - |