Not sure if I have phrased that correctly so apologies if I have.
I have a report for a Call Centre which list outstanding referrals to follow up. The referrals are entered via a comprehensive form previous to the Call Centre seeing them.
The Call Centre Report only shows limited details of the referral (due to confidentiality) but they do need to update certain fields in the referral record.
So I have create the report for the CC and a custom action which now successfully opens the correct record on the main referral form. However I want to replace the main form with a cut down version showing only the appropriate fields and the ones the CC can update. So I now need to change the function so that it opens the CC update form which is of course stateless.
So my question is: How do I then fetch the record of the referral from the on load event of the CC Stateless form based on the ID I have passed through the openurl statement in the CC Report?
I understand the fetch command r=Referral(ID=<openurl param>) just need to know how I can capture that openurl value as it comes in.
I know I can use permissions to show only fields in the report but at the moment I don't have that option and I suspect that might not work as time goes on anyway.
Hope my long winded ramble makes sense!
Thanks