<Url> (RibbonDiffXml)
Van toepassing op: CRM 2016 on-prem, CRM Online
Een actie waarmee een webpagina op een opgegeven adres wordt geopend.
Syntaxis
<Url
Address="String"
PassParams=["0" | "1" | "true" | "false"]
WinMode="Integer"
WinParams="String"
>
<BoolParameter/>
<CrmParameter/>
<DecimalParameter/>
<IntParameter/>
<StringParameter/>
</Url>
Kenmerken en elementen
The following table lists the attributes, child elements, and parent elements.
Kenmerken
Attribute | Description | Type | Usage | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Address |
Het adres van de pagina die wordt geopend. Deze waarde moet staan voor een URI (Uniform Resource Identifier). Het kan een absoluut of een relatief pad naar de pagina zijn. |
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 |
Onderliggende elementen
Element | Description |
---|---|
Geeft een waarde aan met booleaans gegevenstype die kan worden doorgegeven als parameter. |
|
Geeft gegevens weer, opgehaald uit de Microsoft Dynamics CRM-toepassing, die kunnen worden doorgegeven als parameter. |
|
Geeft een waarde aan met een decimaal gegevenstype die kan worden doorgegeven als parameter. |
|
Geeft een waarde aan met een integer-gegevenstype die kan worden doorgegeven als parameter. |
|
Geeft een waarde aan met een tekenreeksgegevenstype die kan worden doorgegeven als parameter. |
Bovenliggende elementen
Element | Description |
---|---|
Hiermee worden de acties opgegeven die door een opdracht worden uitgevoerd. |
Opmerkingen
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.
Notitie
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.
Informatie over elementen
XPath |
|
Schema Name |
UrlType |
Validation File |
RibbonTypes.xsd |
Can be Empty |
Yes |
Zie ook
Overige resources
Ribbon XML reference
Opdrachten en het lint aanpassen
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.