Skip to Content
1
Jun 23, 2020 at 04:28 AM

Avoid duplicate entries in BRF+ decision table

237 Views

Hi All,

I have created a BRF+ decision table. Assigned necessary structure and return table. It is working fine and returning result.

My requirement is, few columns should act "LIKE" primary key. i.e. their combination should be unique.

Since, BRF+ does not support unique keys.

Where can I write my code to prevent user from entering duplicate keys?

Thanks