Skip to main content
Contains information on an external application.

Constructors

NSExtAppEntity()

Initializes a new instance of the NSExtAppEntity class.

Methods

GetDeleted()

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

GetExecuteOnEvent()

Returns: CRMScript.NetServer.NSExecuteOnEvent - Events that cause automatic execution of this app. See <xref href=“CRMScript.NetServer.ExecuteOnEvent” data-throw-if-not-resolved=“false”></xref> Example:

GetExtAppId()

Returns: CRMScript.Global.Integer - The identity of the external app. Example:

GetFilename()

Returns: CRMScript.Global.String - Filename of the programfile. Example:

GetIcon()

Returns: CRMScript.Global.Integer - The ID of the icon of the external app. Example:

GetName()

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

GetOnCentral()

Returns: CRMScript.Global.Bool - Is the application 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:

GetOnSatellite()

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

GetOnTravel()

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

GetParameters()

Returns: CRMScript.Global.String - <template variable><other template variable> Example:

GetPath()

Returns: CRMScript.Global.String - Path where the programfile is located; if empty, PATH is used. Example:

GetRank()

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

GetShowInAddressBar()

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

GetShowInMenuBar()

Returns: CRMScript.Global.Bool - Does the application 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:

GetShowState()

Returns: CRMScript.Global.Integer - The application is shown in which state Minimized, Maximized or Restored. See <xref href=“CRMScript.NetServer.ShowState” data-throw-if-not-resolved=“false”></xref> Example:

GetTooltip()

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

GetVisibleIn()

Returns: CRMScript.Global.Integer - The application is visible in. See <xref href=“CRMScript.NetServer.Navigation” data-throw-if-not-resolved=“false”></xref> Example:

GetWaitToFinish()

Returns: CRMScript.Global.Bool - True if the application shall wait for finish event. Example:

GetWorkdir()

Returns: CRMScript.Global.String - Directory set to current when loading the application, if different from application’s own. Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetExecuteOnEvent(NSExecuteOnEvent)

Returns: CRMScript.Global.Void Example:

SetExtAppId(Integer)

Returns: CRMScript.Global.Void Example:

SetFilename(String)

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:

SetOnSatellite(Bool)

Returns: CRMScript.Global.Void Example:

SetOnTravel(Bool)

Returns: CRMScript.Global.Void Example:

SetParameters(String)

Returns: CRMScript.Global.Void Example:

SetPath(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:

SetShowState(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetVisibleIn(Integer)

Returns: CRMScript.Global.Void Example:

SetWaitToFinish(Bool)

Returns: CRMScript.Global.Void Example:

SetWorkdir(String)

Returns: CRMScript.Global.Void Example: