Hi: I have a process that has 2 parameters, Requisition and Requisition Line.
Is it possible to link both parameters? I.E. the first parameter should restrict the values of the seconc parameter.
I've been trying to do this by dynamic validations, but my validation code does not work:
where M_Requisition_ID = @M_Requisition_ID@
TIA
aa