Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi Randy,
If it's still relevant on the following link found following solution:
session=(new ActiveXObject ("pfc.MpfcCOMGlobal")).GetProESession ();
//the GetProESession returns a pfcSesson object
session.GetConfigOption("regen_failure_handling");
//pfcBaseSession method from a pfcSession object is automatic get along the
// inheritance of the object
Regards,
Aduard
