Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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
