function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ritikaritika 

P2P Finder

hi
 
I have  installed a package P2P Finder (Version 1.) , all the apex classes are generated automatically.
But when i am clicking on  P2P finder tab i am getting an error
 
 
DML currently not allowed

An unexpected error has occurred. Your development organization has been notified. "
 
Errors are in the apex classes  but these classes are system generated.
 
If anyone can provide me solution for the same.
 
Regards
Ritika
 
 

<SCRIPT type=text/javascript> function bodyOnLoad() { setFocusOnLoad(); if (typeof(startSessionTimer)!='undefined') {startSessionTimer(); }; if (typeof(ActivityReminder)!='undefined') {ActivityReminder.initialize([], false, false);}; if ((window.sfdcPage) && (sfdcPage.executeOnloadQueue)){sfdcPage.executeOnloadQueue();}; } function bodyOnBeforeUnload() { if ((window.sfdcPage) && (sfdcPage.executeOnBeforeUnloadQueue)){sfdcPage.executeOnBeforeUnloadQueue();}; } function bodyOnFocus() { closePopup(); } function bodyOnUnload() { } </SCRIPT> <SCRIPT type=text/javascript>try { window.sfdcPage.appendToOnloadQueue(checkDebugLogWindowExists);} catch(e) {}</SCRIPT>