B2B Data Exchange
- B2B Data Exchange 10.4.0
- All Products
Method
| Return Value
| Description
|
---|---|---|
updateAccountCustomAttribute (
String attributeId,
List<String> allowedValues )
| void
| Replaces the list of values for a custom account attribute with values from an external list without setting a default value.
|
updateAccountCustomAttribute (
String attributeId,
List<String> allowedValues,
String defaultValue )
| void
| Replaces the list of values for a custom account attribute with values from an external list and sets a default value.
|
updatePartnerCustomAttribute (
String attributeId,
List<String> allowedValues )
| void
| Replaces the list of values for a custom partner attribute with values from an external list without setting a default value.
|
updatePartnerCustomAttribute (
String attributeId,
List<String> allowdValues,
String defaultValue )
| void
| Replaces the list of values for a custom partner attribute with values from an external list and sets a default value.
|
updateWorkflowParameters (
String workflowName,
String parameterId,
List<String> allowedValues )
| void
| Replaces the list of values for a custom workflow parameter with values from an external list without setting a default value.
|
updateWorkflowParameters (
String workflowName,
String parameterId,
List<String> allowedValues,
String defaultValue )
| void
| Replaces the list of values for a custom workflow parameter with values from an external list and sets a default value.
|