Skip to main content

EnsPortal.Dialog.BusinessPartnerDetails

class EnsPortal.Dialog.BusinessPartnerDetails extends EnsPortal.Dialog.standardDialog

This dialog displays information about a given Business Partner.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter RESOURCE = %Ens_ProductionConfig:READ;
Users must have READ permissions on the %Ens_ProductionConfig resource to view this page.

Properties

property PartnerName as %ZEN.Datatype.string (ZENURL = "NAME");
Name of Business Partner.
Property methods: PartnerNameDisplayToLogical(), PartnerNameGet(), PartnerNameIsValid(), PartnerNameLogicalToDisplay(), PartnerNameLogicalToOdbc(), PartnerNameNormalize(), PartnerNameSet()

Methods

method %OnDrawHTMLHead() as %Status
Inherited description: Add the EnsException error handling on the client.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog. This should be implemented in a subclass.
method DrawDescription(pSeed As %String) as %Status
Draw contents of description box.
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod ondialogFinish(action) as %Boolean [ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.
clientmethod ondialogStart() [ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab