Dynamics 365 Business Central / Create or Update Contact
appKey:
dynamics365-business-central
actionKey:
create-or-update-contact
Action Inputs
The following parameters are available when configuring this action:
environment
Environment
The environment to connect to.
The environment to connect to. E.g.,
Production
.string
associateContactWithCustomer
Associate Contact With Customer
Select to associate the contact with a customer.
If true, will attempt to associate the contact with a customer depending on the customer find method used.
boolean | undefined
contactFilter
Search by
Required if the contact find method is
filter
. The filter to search by. Accepted values are: - phoneNumber
- mobilePhoneNumber
- searchName
string | undefined
contactFilterValue
Search value
Required if the
contactFindMethod
is filter
. The filter value to search by.string | undefined
contactFindMethod
Contact Find Method
The method to use to find the contact. Accepted values are:
filter | select
('filter' | 'select') | undefined
contactId
Contact Id
If using a
filterfind method, the id of the contact to update.
string | undefined
country
Country
The country code of the contact. E.g., 'US'. Note: available values are fetched for a given company's settings.
string | undefined
customer
Customer
The customer to associate this contact with.
The id of the customer to associate this contact with.
string | undefined
customerFilter
Search by
Required if the customer find method is
filter
. The filter to search by. Accepted values are: - phoneNumber
- mobilePhoneNumber
- searchName
string | undefined
customerFilterValue
Search value
Required if
customerFindMethod
is set to filter
. The filter value to search by.string | undefined
customerFindMethod
Customer Find Method
The method to use to find the customer. Accepted values are:
filter | select
('filter' | 'select') | undefined
type
Type
The type of contact. Accepted values are:
person | company.
. Note: when associating a contact with a customer, this value is set to 'person'.>string | undefined
updateExistingContact
Update Existing Contact
Select to configure how to find and update a contact.
If true, will update the contact if found. Requires a find method to be set.
boolean | undefined