Hi All,
As title, I have an entity which include 3 attributes (COMPANY, TEAM, COUNT) as below,
------------------------------------------------------
| COMPANY | TEAM | COUNT |
| APPLE | HR | 100 |
| APPLE | CS | 50 |
| APPLE | OM | 200 |
| IBM | HR | 90 |
| IBM | CS | 40 |
------------------------------------------------------
And I know business rule can set action for unique check, but what I want is to checkCOMPANY+TEAM should be unique, not just one attribute check.
Please advise if any solution, thanks in advanced.
BR,
Jackie