I wanted to make a RMB for navigation between a Project and their connected Sales Contract(s) but I can't manage to get it working.
Does anyone already has on made and maybe could share it with me?
Thus I came so far for my selection in a datasource...
SELECT contract_no
FROM sales_contract
WHERE contract_no IN (SELECT cpv.contract_no
FROM &ao.contract_project_lov cpv
WHERE cpv.project_id = '&PROJECT_ID')