Skip to main content
Contains information on a web panel.

Constructors

NSWebPanelEntity()

Initializes a new instance of the NSWebPanelEntity class.

Methods

GetDeleted()

Returns: CRMScript.Global.Bool - True if the web panel is marked as deleted. Example:

GetIcon()

Returns: CRMScript.Global.Integer - The icon of the web panel. Example:

GetName()

Returns: CRMScript.Global.String - The name of the web panel. Example:

GetOnCentral()

Returns: CRMScript.Global.Bool - Is the web panel visible when user is on central database. Example:

GetOnSalesMarketingPocket()

Returns: CRMScript.Global.Bool - Is the web panel visible when user is on pocket client. Example:

GetOnSalesMarketingWeb()

Returns: CRMScript.Global.Bool - Is the web panel visible when user is on web client. Example:

GetOnSatellite()

Returns: CRMScript.Global.Bool - Is the web panel visible when user is on a satellite. Example:

GetOnSattelite()

Returns: CRMScript.Global.Bool

GetOnTravel()

Returns: CRMScript.Global.Bool - Is the web panel visible when user is on travel. Example:

GetProgId()

Returns: CRMScript.Global.String - String key that can be used to uniquely retrieve the panel; particularly useful for partners and others who do not wish to store database IDs. Example:

GetRank()

Returns: CRMScript.Global.Integer - The rank of the web panel. Example:

GetShowInAddressBar()

Returns: CRMScript.Global.Bool - Does the web panel have an address bar. Example:

GetShowInMenuBar()

Returns: CRMScript.Global.Bool - Does the web panel have a menu bar. Example:

GetShowInStatusBar()

Returns: CRMScript.Global.Bool - Does the web panel have a status bar. Example:

GetShowInToolBar()

Returns: CRMScript.Global.Bool - Does the web panel have a toolbar. Example:

GetTooltip()

Returns: CRMScript.Global.String - The tooltip of the web panel. Example:

GetUrl()

Returns: CRMScript.Global.String - The URl. Example:

GetUrlEncoding()

Returns: CRMScript.Global.Integer - The encoding of the URL. See <xref href=“CRMScript.NetServer.UrlEncoding” data-throw-if-not-resolved=“false”></xref>. Example:

GetVisibleIn()

Returns: CRMScript.Global.Integer - The web panel is visible in. Example:

GetWebPanelId()

Returns: CRMScript.Global.Integer - The identity of the web panel. Example:

GetWindowName()

Returns: CRMScript.Global.String - The window which the URL address is to open in (web panel only). Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetIcon(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetOnCentral(Bool)

Returns: CRMScript.Global.Void Example:

SetOnSalesMarketingPocket(Bool)

Returns: CRMScript.Global.Void Example:

SetOnSalesMarketingWeb(Bool)

Returns: CRMScript.Global.Void Example:

SetOnSatellite(Bool)

Returns: CRMScript.Global.Void Example:

SetOnSattelite(Bool)

Returns: CRMScript.Global.Void

SetOnTravel(Bool)

Returns: CRMScript.Global.Void Example:

SetProgId(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetShowInAddressBar(Bool)

Returns: CRMScript.Global.Void Example:

SetShowInMenuBar(Bool)

Returns: CRMScript.Global.Void Example:

SetShowInStatusBar(Bool)

Returns: CRMScript.Global.Void Example:

SetShowInToolBar(Bool)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetUrl(String)

Returns: CRMScript.Global.Void Example:

SetUrlEncoding(Integer)

Returns: CRMScript.Global.Void Example:

SetVisibleIn(Integer)

Returns: CRMScript.Global.Void Example:

SetWebPanelId(Integer)

Returns: CRMScript.Global.Void Example:

SetWindowName(String)

Returns: CRMScript.Global.Void Example: