Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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