The policy for the CreateCustomer web method.
94880780-186c-43c8-b484-efcdd03cbdbe
The following behaviors are defined for this policy:
Description: Will determine if a default customer class, to be used when creating a new customer, will be specified
Type: Internal
ID: 6c203fc2-9460-4961-9f95-2d79119d626a
Behavior Options:
Name |
Description |
Parameters |
ID |
---|---|---|---|
No Default Class |
No default class Id specified |
None |
0 |
Specify Default Class |
Specify default class Id |
Class Id Parameter |
1 |
Selected option: No Default Class
Description: Will determine whether customer addresses can be created on-the-fly
Type: Internal
ID: 971dead2-e669-4541-9670-6ffa02c7193f
Behavior Options:
Name |
Description |
Parameters |
ID |
---|---|---|---|
No |
No |
None |
0 |
Yes |
Yes |
None |
1 |
Selected option: Yes
Description: Will determine how the active status of a customer will be set; the Create Active behavior will always be applied. Any value provided for the IsActive property may be overwritten based on the behavior option selected.
Type: Internal
ID: 5c098de9-952c-478c-ad4b-cf992b55ea46
Behavior Options:
Name |
Description |
Parameters |
ID |
---|---|---|---|
Use Supplied Value |
Use the value supplied; If a value for IsActive is not provided the customer will be set to the default (Active). |
None |
0 |
Set To Active |
Each customer is created as active. The service recommends this option for those service owners that have a very high trust level with consumers. |
None |
1 |
Set To Inactive |
Each customer is created as inactive. |
None |
2 |
Selected option: Use Supplied Value
Description: Will determine whether the customer class will be used to default other values
Type: Internal
ID: 795dd0e2-3932-4872-9b37-e75e518218be
Behavior Options:
Name |
Description |
Parameters |
ID |
---|---|---|---|
Do Not Use Customer Class |
Do not use customer class to default values; property values will be set to the value passed in. Properties that do not have a value passed in and are not part of customer class will be defaulted based on the Dynamics GP business logic. |
None |
0 |
Use Customer Class |
Use the customer class Id that is passed in to default any property that is part of customer class but was not passed in. For properties that do not have a value passed in and are not part of customer class will be defaulted based on the Dynamics GP business logic. |
None |
1 |
Selected option: Do Not Use Customer Class