Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
This method is used to open a new browser window which navigates to the specified URL. The benefit of using this function instead of using the native browser function, is that this function also works when using the control add-in in an app, for example on a phone. If you are using the native browser function in an app the behavior varies between the different platforms (Windows, iOS, Android).
Method Signature
void Microsoft.Dynamics.NAV.OpenWindow(url)
Parameters
| Parameter | Description |
|---|---|
| url | Type: String A string that contains the URL for the new browser window to navigate to. |
See Also
Extending Any Microsoft Dynamics NAV Client Using Control Add-ins
InvokeExtensibilityMethod Method
GetImageResource Method
GetEnvironment Method
Asynchronous Considerations