cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it Possible to do mass update of Opportunity for region field in C4C.?

0 Likes
1,256

Is it Possible to do mass update of Oppoertunity for region field in C4C.?

Accepted Solutions (1)

Accepted Solutions (1)

lessip
Participant
0 Likes

Hello Nischchay,

yes, it is possible.

How this works in detail, depends on the type of the field - how it was created.

1. In case it is a SAP standard field or an extension field from KeyUserTools (KUT) --> You can modify the field via WorkCenter MASS DATA MAINTENANCE --> Update Data from Local File --> Import Opportunities, where you can load the field content via CSV-file.

2. In case it is an extension field from a Cloud Applications Studio BO-extension

  • create a Mass Data Run (MDR) element in CAS and specify the XBO containing the field in the newly created MDR.

  • Create a query on the XBO. This query is used in the Mass Data Run to define the datasets which shall be updated.
    E.g. you can define the Opportunity-ID field as Restriction = "User Selection" . This means in the UI you can define the ID = * to select every data set.
  • Specify an action on the XBO, which performs the data update itself.
  • Create and Include screens for the MDR into the UI
  • Run the MDR from the UI

Best regards,
Patric

0 Likes

Thanks a lot Patric Leßmann, its really help full

Answers (0)