<Url> (RibbonDiffXml)

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

指定されたアドレスの Web ページを開くアクション。

構文

<Url 
 Address="String"
 PassParams=["0" | "1" | "true" | "false"]
 WinMode="Integer"
 WinParams="String" 
>
 <BoolParameter/>
 <CrmParameter/>
 <DecimalParameter/>
 <IntParameter/>
 <StringParameter/>
</Url>

属性と要素

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

属性

Attribute Description Type Usage

Address

開くページのアドレス。この値は URI (Uniform Resource Identifier) を表す必要があります。ページの絶対パスまたは相対パスを指定できます。

String

Required

PassParams

Specifies whether information about the record and language context are passed to the URL.

Boolean

Optional

WinMode

Specifies the window mode. See Remarks.

Valid values:

 

Value Description

0

Window [Default]

1

Modal Dialog

2

Modeless Dialog

Enumeration

Optional

WinParams

Specifies the parameters to be passed to the window. The format of this parameter is different depending on the value of the WinMode parameter.

String

Optional

下位要素

Element Description

<BoolParameter> (RibbonDiffXml)

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

<CrmParameter> (RibbonDiffXml)

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

<DecimalParameter> (RibbonDiffXml)

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

<IntParameter> (RibbonDiffXml)

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

<StringParameter> (RibbonDiffXml)

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

親要素

Element Description

<Actions> (RibbonDiffXml)

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

備考

For WinMode = 0, the window.open method is used. For more information, see the open Method topic in the MSDN Library.

For WinMode = 1 (modal dialog), the window.showModalDialog method is used. For more information, see the showModalDialog Method topic in the MSDN Library.

For WinMode = 2 (modeless dialog), the window.showModelessDialog method is used. For more information, see the showModelessDialog Method topic in the MSDN Library.

注意

Don’t use this action to open entity forms or web resources. Use the <JavaScriptFunction> (RibbonDiffXml) with a function that uses Xrm.Utility.openEntityForm or Xrm.Utility.openWebResource instead.

要素情報

XPath

//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions/Url

Schema Name

UrlType

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.