Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Media List url failing error : Uncaught SyntaxError: missing ) after argument list

Phil GMar 1 2021 — edited Mar 1 2021

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?

This post has been answered by Phil G on Mar 1 2021
Jump to Answer
Comments
Post Details
Added on Mar 1 2021
1 comment
243 views