CRMPresenter.RunScript(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.