Skip to main content

EnsPortal.BusinessPartners

class EnsPortal.BusinessPartners extends EnsPortal.Template.standardPage

This is the Business Partners page of the ZEN Ensemble application.

Method Inventory

Parameters

parameter PAGENAME = Business Partners;
Displayed name of this page.
parameter RESOURCE = %Ens_ProductionConfig:READ;
Users must have READ permissions on the %Ens_ProductionConfig resource to view this page.

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method %OnGetPageName() as %String
Get the (localized) name of the page. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the page. This should be implemented in a subclass.
classmethod DeleteID(id) as %String [ ZenMethod ]
Delete the given id.
method DrawDescription(pSeed As %String) as %Status
Draw the contents of the description panel.
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
This callback, if implemented returns information used to display the standard ribbon bar.
classmethod SaveItem(pItem As %ZEN.proxyObject) as %String [ ZenMethod ]
Save the given item.
classmethod UpdateDetails(id) [ ZenMethod ]
UpdateDetails: Update contents of details pane.
clientmethod adjustSizes() [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod deleteItem() [ Language = javascript ]
User clicked Delete button.
clientmethod onlayoutHandler(load) [ Language = javascript ]
This client event is fired when the page is resized.
clientmethod resetForm() [ Language = javascript ]
Reset the form programmatically
clientmethod rowSelected(table) [ Language = javascript ]
User selected a row in the table
clientmethod save() [ Language = javascript ]
Save the contents of the form.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab