<JavaScriptFunction> (RibbonDiffXml)

適用対象: CRM 2016 on-prem, CRM Online

特定の JavaScript ライブラリから関数を呼び出すアクションを指定します。

構文

<JavaScriptFunction 
 FunctionName="String"
 Library="String" >
 <BoolParameter/>
 <CrmParameter />
 <DecimalParameter/>
 <IntParameter/>
 <StringParameter/>
</JavaScriptFunction>

属性と要素

The following table lists the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

FunctionName

The name of the JavaScript function to call. This string must begin with a letter, the underscore (“_”) character, or the dollar (“$”) symbol. The remaining characters can be any combination of letters, numbers, the underscore character, the dollar symbol or periods.

String

Required

Library

The name of the JavaScript library Web resource that contains the function. Use the $webresource: directive when specifying the library.

String

Required

下位要素

Element Description

<BoolParameter> (RibbonDiffXml)

パラメーターとして渡すことのできるブール データ型の値を指定します。

<CrmParameter> (RibbonDiffXml)

Microsoft Dynamics CRM アプリケーションから取得されたデータを表します。このデータはパラメーターとして渡すことができます。

<DecimalParameter> (RibbonDiffXml)

パラメーターとして渡すことのできる 10 進データ型の値を指定します。

<IntParameter> (RibbonDiffXml)

パラメーターとして渡すことのできる整数データ型の値を指定します。

<StringParameter> (RibbonDiffXml)

パラメーターとして渡すことのできる文字列データ型の値を指定します。

親要素

Element Description

<Actions> (RibbonDiffXml)

コマンドによって実行されるアクションを指定します。

備考

If you are using this element to call a function that will use window.open to open a web resource, consider using the <Url> (RibbonDiffXml) action instead. With the <Url> action you can specify the Web resource using the $webresource Directive to specify the web resource to open. This will allow the application to specify the URL to the cached web resource and will result in better performance, particularly if the web resource is an HTML web resource that hosts a Silverlight web resource.

注意

Opening entity forms in a dialog window using showModalDialog or showModelessDialog is not supported.

要素情報

XPath

//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions/JavaScriptFunction

Schema Name

JavaScriptFunctionType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

関連項目

概念

Microsoft Dynamics CRM での JavaScript の使用

他のリソース

Ribbon XML reference
コマンドおよびリボンをカスタマイズする

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.