cancel
Showing results for 
Search instead for 
Did you mean: 

C4C Sales Data Validation in Sales Document

sabine_ullrich
Explorer
0 Kudos

Hi,

When creating a sales quote I want to have a check whether the sales unit / sales organization entered corresponds with the sales data maintained in the account master data and I want to have an error message when I enter a different sales unit / sales org.

I there a possibilty to configure this?

Regards,

Sabine

Accepted Solutions (0)

Answers (2)

Answers (2)

sabine_ullrich
Explorer
0 Kudos

Hi Prasanth,

does that mean that there is no standard feature that does the check?

Regards,

Sabine

PrasanthArya
Advisor
Advisor
0 Kudos

You can try Model Validation and define a validation on Sales Organization field and define code like

IF(Root.SalesOrganisationUUID,true,false) != AccountUUID.SalesOrganisationUUID .

This should help , you can check the syntax and accessibility root node which will be more clear.