General exception
- Display Name
Exception
- Internal Name
CUST.E_EXCEPTION
- Advanced Mode
- true
- Description
- General exception
- ImageSrc
- default.gif
- DisplayInPortal
- true
- DisplayInSessionList
- true
JavaScript™: (Advanced Mode only)
// Generated by Event Manager
// NOTE: Do not change event name
function CUST$E_EXCEPTION()
{
if ($F.factCount("TL.F_E_MOBILE_SESSION_START_BB") > 0 && $P["TL.STEP_MESSAGE_TYPE"].firstValue().toUpperCase() == "6")
{
// Set fact for Report Group: No Dimension Report Group
$F.setFact("CUST.F_E_EXCEPTION", "TLT$NULL");
// Set fact for Report Group: Gesure Report Group
$F.setFact("CUST.F_E_EXCEPTION_FACT2", "TLT$NULL");
// Set fact for Report Group: Gesure Report Group 3
$F.setFact("CUST.F_E_EXCEPTION_FACT3", "TLT$NULL");
}
}