Hello,
I am need to build a validation business rule that acts based on who is preforming the action.
I understand that in the I can place static values in the ‘expression’ area pointed at “user_login_id” but it appears that MUST be a static value validate against
I would like to validate that against the view “direct_NPU_alter_auth_VW” that returns a list of person_id’s and a YorN field if they are authorized. But it appears this is non functional.
I have tried : “user_log_in.person_id = direct_NPU_alter_auth_VW.person_id and direct_NPU_alter_auth_VW.Bill_NB = ‘N’” but it does not work..
Can you help me with this logic?
Best regards,
Dan