cancel
Showing results for 
Search instead for 
Did you mean: 

GRC PC - CCM Business Rule - Deficiency as a calculated field

0 Kudos

Hello!

I'm trying to create a business rule that compare the value of the fields from two colums on a table and, if they have the same value, that will be a deficiency.

I think i'll need to create the deficiency as a calculated field to do that comparison, right?

But the problem is: I have no idea about how to do that. I've did some research but i havn't found any clue. I've tried to work with the formulas for the calculated field, but i couldn't make it work.

Can anybody help me?

Regards,

Gustavo

Accepted Solutions (0)

Answers (1)

Answers (1)

Patrick_Gans
Participant
0 Kudos

Hi Gustavo!

If you are wanting to send BRF+ a structure of a single table line and have it return a boolean value depending on the match of two fields, it seems to me that BRF+ is overkill. If you are doing some type of evaluation that either changes or needs to have a more complex formula then BRF+ is a good solution.

I'm not familiar with your circumstance, so if you need to use BRF+ I would do the following.

  1. Create Function with input context bound to your DDIC table.
  2. Set Function to Functional Mode
  3. Use a formula or boolean to say if field1 = field2 return true

Hope this helps!

Patrick