<Url> (RibbonDiffXml)
적용 대상: CRM 2016 on-prem, CRM Online
지정된 주소의 웹 페이지를 여는 작업입니다.
구문
<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:
|
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 |
---|---|
매개 변수로 전달할 수 있는 부울 데이터 형식의 값을 지정합니다. |
|
매개 변수로 전달할 수 있는 Microsoft Dynamics CRM 응용 프로그램에서 검색한 데이터를 나타냅니다. |
|
매개 변수로 전달할 수 있는 10진수 데이터 형식의 값을 지정합니다. |
|
매개 변수로 전달할 수 있는 정수 데이터 형식의 값을 지정합니다. |
|
매개 변수로 전달할 수 있는 문자열 데이터 형식의 값을 지정합니다. |
상위 요소
Element | Description |
---|---|
명령이 수행하는 작업을 지정합니다. |
설명
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 |
|
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.