CRMPresenter.RunXrmCommand(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 CRM SDK JavaScript into the CRM form.
public:
virtual System::Object ^ RunXrmCommand(System::String ^ script, System::String ^ frame);
public object RunXrmCommand (string script, string frame);
abstract member RunXrmCommand : string * string -> obj
override this.RunXrmCommand : string * string -> obj
Public Function RunXrmCommand (script As String, frame As String) As Object
Parameters
- script
- String
Specifies the script.
- frame
- String
Specifies the frame.