- Display Name
Page Count [BB]
- Internal Name
E_REPORT_WS_PAGE_COUNT
- Advanced Mode only
- True
- Description
- Total licensed page count (end of session)
- ImageSrc
- default.gif
- DisplayInPortal
- false
- Trigger
SessionEnd
JavaScript™ (Advanced Mode only)
// Page Count [BB]
function %%NameSpace%%$%%InternalName%%()
{ $F.setFact("%%NameSpace%%.%%Fact1%%", $S.LicensedPageCount);
$F.setFact("%%NameSpace%%.%%Fact2%%", $S.LicensedPageCount);
}