Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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