DB 19.5.0.0.0
APEX 20.2.0.00.20
browsers chrome and edge
Dear colleagues
I have a media list classic report.
I am selecting page submit options for the URL of the media list such as
apex\_util.prepare\_url
(p\_url=> 'javascript:apex.submit
( {request: "COPY\_LICENCE"} ,
set: {"P9\_LICENCE\_ID\_TO\_COPY": '||l.id||'} )'
) link,
now when I click this media list record I get the following issue in my browser console:
Uncaught SyntaxError: missing ) after argument list
I have read the manuals on this and looked at examples and I cant spot it.
Anyone know what this issue is?