Skip to main content

%BI.WebList

class %BI.WebList extends %CSP.Page, %BI.CSPsuper

Method Inventory

Parameters

parameter SECURITYRESOURCE = %BI_LegacyAccess;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on all of the specified resources in order to view this page.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE. You can also specify or grouping using the '|' character, so 'R1,R2|R3,R3|R4' means you must have resource R1 and one of R2 or R3 and one of R3 or R4. So if you have R1,R3 it will pass, if you have R1,R4 it will not as it does not meet the R2|R3 condition. So the '|' or condition takes precedence over the ',' and condition.

Methods

classmethod GenDetail(m, Id, detID)
classmethod GenExcel(P0, P1, P2, P3, ExcWr)
classmethod GenIntoEmail(P0, P1, P2)
classmethod GenList(detID)
classmethod GenPDF(P0, P1, P2)
classmethod OnPage() as %Status
Inherited description: Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
classmethod SaveAttcDetailList(P0, P1)
classmethod Verification(detListID, detId)
added for detail listing verification
classmethod checkPDFGenerated()
classmethod doPostPopup(sRtn, m, detID)
classmethod drillDetList(P0, P1, P2, P3, P4, P5)
classmethod genText(detId, delim)
classmethod generatePDFDL(val)
classmethod generatePDFDLList()
classmethod goPopUp(ctrlID, m, detID, dlRowID)
classmethod loadPDFData()
classmethod nPg(aVal, DetID, obj, DLSt)
classmethod nRec(aVal, DetID, obj, DLSt)
classmethod savePDFData(pdfname, pdflogopath)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab