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!

Tabular Form raised No Data Found and unhandled user-defined exception

roobieMay 19 2014 — edited May 22 2014

Hi all,

I've been getting this error after introducing some javascript/jquery code to dynamically disable/enable cells in the Tabular Form when the page loads. I am not sure why especially iti s  javascript code not SQL or PL/SQL. The javascript/jquery code works as disired but when the page is submitted APEX raises these errors.

Please advise if disabling/enabling fields in Tabular Form causes such errors to occur. Is this operation not allowed in Tabular Form at all?

Thanks

This post has been answered by Pars on May 19 2014
Jump to Answer

Comments

661621
Do you want to change the linking between OIM Exchange connector and attribute proxy addresses? If you have the Exchange 9.1 connector that would be easy using attribute mapping. Could you specify the connector version.
661915
Hashtable ht = new Hashtable();
Vector msv = new Vector();
Vector msv1 = new Vector();
msv.add("SMTP:xxxx@gmail.com");
msv.add("smtp:zzzzzz@yahoo.co.in");
msv.add("X400:c=US;a= ;p=First Organizati;o=Exchange;s=gupta;g=vineet");
msv1.add("{26491CFC-9E50-4857-861B-0CB8DF22B5D7}");
ht.put("proxyAddresses", msv);
ht.put("msExchPoliciesExcluded", msv1);

and call Exchange apis passing this hashtable
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 19 2014
Added on May 19 2014
6 comments
399 views