Show TOC

 RequestChange

 

A function import used to request a change of master data, which cannot be changed directly using other OData services for security reasons, for example, changing the first and last names of a customer. Execution of this function import triggers the creation of an account contact and creation of a Workflow. An agent can approve this request in the Workflow or reject it.

The Business Add-In (BAdI) implementation for this function import is ISU_UMC_ODATA_ACCOUNTCONTACT. An AccountContact Entity is returned at the end of the operation.

Function Import Parameters

The function import RequestChange requires the following input parameters:

  • AccountContactID

  • Attribute1Name

  • Attribute1Value

  • Attribute2Name

  • Attribute2Value

Possible Operations

A POST operation is possible when using the RequestChange function import.