<BoolParameter> (RibbonDiffXml)
適用対象: CRM 2016 on-prem, CRM Online
パラメーターとして渡すことのできるブール データ型の値を指定します。
構文
<BoolParameter
Name="string"
Value=["0" | "1" | "true" | "false"]
</ BoolParameter >
属性と要素
The following table lists the attributes, child elements, and parent elements.
属性
Attribute | Description | Type | Usage |
---|---|---|---|
Value |
パラメーターとして渡す値を指定します。 |
Boolean |
Required |
Name |
Url 要素を使用するときにこの値のために渡されるクエリ文字列パラメーターの名前を表します。 The name of the Boolean value to pass when BoolParameter is used as a child of <Url> (RibbonDiffXml). |
String |
Required 注意 This parameter is only available when BooleanParameter is a child of <Url> (RibbonDiffXml). |
下位要素
この要素には子要素はありません。
親要素
Element | Description |
---|---|
特定の JavaScript ライブラリから関数を呼び出すアクションを指定します。 |
|
JavaScript ライブラリ内の関数への参照で構成される EnableRule 定義で使用されるルールを指定します。 |
|
指定されたアドレスの Web ページを開くアクション。 |
例
This <Url> (RibbonDiffXml) action passes the Boolean value of ”false” with the name ”test” to a Web resource.
<Actions> <Url Address="$webresource:New_ShowParams.htm"> <BoolParameter Name="test" Value="false"/> </Url></Actions>
要素情報
XPath |
|
Schema Name |
BoolParameterType or BoolNamedParameterType |
Validation File |
RibbonTypes.xsd |
Can be Empty |
Yes |
関連項目
他のリソース
コマンドおよびリボンをカスタマイズする
Ribbon XML reference
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.