classmethod CheckValidImportFileExists(pFilename As %String)
as %String
[ ZenMethod ]
method GetDefaultFile(table)
as %String
[ Language = javascript ]
Override this in order to use a different naming scheme for default filename
classmethod GetHyperEventResources(pMethod As %String = "")
as %String
Callback to return a list of resources required for a specific HyperEvent.
The user must have sufficient privileges on one of the resource/permission pairs
to be permitted to execute the hyperevent. An empty string implies the user already
has sufficient privileges for the ZenMethod specified in pMethod.
method GetRecordName(RecordMap As %String)
as %String
[ ZenMethod ]
classmethod Import(Filename As %String)
as %String
[ ZenMethod ]
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status
Get information to display in the ribbon bar.
method doDelete()
[ Language = javascript ]
Delete current id then refresh.
method doEdit(val)
[ Language = javascript ]
Edit current record map
method doNew()
[ Language = javascript ]
method finishExport(filename)
[ Language = javascript ]
method finishImport(filename)
[ Language = javascript ]
method onPopupAction(popupName, action, value)
[ Language = javascript ]
Returning from file select dialog
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded. &&&