Share via


CRMPresenter.RunScript(String, String) Method

Definition

Injects JavaScript into the main frame of the application.

public:
 System::Object ^ RunScript(System::String ^ script, System::String ^ frame);
public object RunScript (string script, string frame);
member this.RunScript : string * string -> obj
Public Function RunScript (script As String, frame As String) As Object

Parameters

script
String

Specifies the script.

frame
String

Specifies the frame.

Returns

Remarks

Avoid using CRM client SDK calls with this action; instead, use the RunXrmCommand(String, String) action.

Applies to