I need to be able to create an action link with a mailto:url that has a tokenised email address. The use case is that on an invoice holds report, I want to click the requester name and it create an email, pre-populated with the details of the requisition and/or invoice.
Whilst it is possible to tokenise some of this, when beginning the URL mailto:?to=@{1}, the browser opens but the URL changes the : to a / and doesn't open the email program. If you manually change the / back to a : it correctly generates the email.
Following SR 4-0002903394, Oracle PM have confirmed it is not currently possible in the current release so I would like to get this on the development roadmap.