CRMPresenter.RunScript Method (String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Injects JavaScript into the main frame of the application.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public object RunScript(
string script,
string frame
)
Public Function RunScript (
script As String,
frame As String
) As Object
Parameters
script
Type: System.StringSpecifies the script.
frame
Type: System.StringSpecifies the frame.
Return Value
Type: System.Object
Type: Object
Remarks
Avoid using CRM client SDK calls with this action; instead, use the RunXrmCommand action.
See Also
CRMPresenter Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright