Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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
