It simple use the RQ_TYPE_ID to define your condition
if Req_Fields.Field("RQ_TYPE_ID").Value="Business" then
SetFieldApp "RQ_REQ_PRIORITY",True, True, 0, 1
SetFieldApp "RQ_REQ_STATUS",True, True, 0, 2
SetFieldApp "RQ_REQ_AUTHOR",True, True, 0, 3
end if
if Req_Fields.Field("RQ_TYPE_ID").Value="Testing" then
SetFieldApp "RQ_REQ_PRIORITY",True, True, 0, 1
SetFieldApp "RQ_REQ_STATUS",True, True, 0, 2
SetFieldApp "RQ_REQ_AUTHOR",True, True, 0, 3
end if
If this post solves or helps solve your issue, mark the thread as solved and please give KUDOS to the author.
Regards,