cancel
Showing results for 
Search instead for 
Did you mean: 

The MDG Check validation rule is only validating first record on the CHECK_Entity

Former Member
0 Kudos

Hello BRF+ Experts - We have a requirement to check mandatory fields on an custom entity. The custom entity is modeled as 1:N with material entity to allow multiple entries.

We would like to configure BRF+ rule to check these multiple entries for the mandatory field checks.

The rule configured under Check_<Custom Entity> function is triggering after pressing "Check". However it is only validating the first record and exiting the rule.

How do we make the rule loop through all the records on this entity. Is there a different standard mechanism to achieve the check on multiple records. Thanks for your help.

Regards

Jitendra

Accepted Solutions (0)

Answers (1)

Answers (1)

Saravanan_SD
Advisor
Advisor
0 Kudos

Hello Jitendra,

Use Loop expression in BRFplus to process all the entries and do the rule checks.

Regards,
Saravanan