Skip to main content

EnsPortal.BusinessPartners

class EnsPortal.BusinessPartners extends EnsPortal.Template.devPage

This is the Business Partners page of the ZEN 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 GetBPs(ByRef params, Output obj As %ZEN.proxyObject) as %Status
method GetInternalName() as %String
Return the internal name of the current document.
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.
method SubmitBPs(pCommand As %String, pProvider As %ZEN.Auxiliary.jsonProvider, pSubmitObject As %ZEN.proxyObject, Output pResponseObject As %RegisteredObject) as %Status
classmethod UpdateDetails(id) [ ZenMethod ]
UpdateDetails: Update contents of details pane.
clientmethod adjustSizes() [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod chooseSCMenu(menuName, commandName, saveFlags) [ Language = javascript ]
Handle a source control menu selection.
clientmethod deleteItem() [ Language = javascript ]
User clicked Delete button.
clientmethod getClientModel() [ Language = javascript ]
Get the JSON model on the client.
clientmethod getCurrentExtension() [ Language = javascript ]
Return the extension used by Studio for the class/object
clientmethod getCurrentName() [ Language = javascript ]
Return the current name of the class/object being modified
clientmethod onDocumentReload(reason) [ Language = javascript ]
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