Smartapp
- Windows 2019 Hosting, Windows 2016 Hosting, Windows 2012 Hosting ASP.NET Core Hosting | - Visual Studio 2019/2017/2015/2013 Compatible |
- ASP.NET 4.8 Hosting, ASP.NET 4.7 Hosting, ASP.NET 4.6.1 Hosting | - SQL Management Studio Access |
- ASP.NET 4.5.2 Hosting, ASP.NET 4.5.1 Hosting, ASP.NET 4.5 Hosting | - Visual Web Developer Express Compatible |
- IIS10 Hosting, IIS8 Hosting | - /bin folder, CodeBehind |
- ASP.NET 3.5 SP1 / ASP.NET 2.0 Hosting | - Microsoft Expression Web Compatible |
- Node.js Hosting support | - SQL CE4 |
- Frontpage & Web Deploy | - Dreamweaver Compatible |
- ASP.NET MVC 6 Hosting | - Visual Studio LightSwitch 2011 Compatible |
- ASP.NET MVC 5 Hosting, ASP.NET MVC 4 Hosting | - WebMatrix Compatible |
- FTP / FTP over SSL | - Easy Application Installer in Control Panel |
- Silverlight 5 Hosting, Silverlight 4 | - Orchard, DNN, Blogengine Compatible |
- URL Rewrite Module 2 | - WordPress, Joomla, Drupal Compatible |
- RIA Services | - nopCommerce hosting, Kentico |
- SmarterStats / Raw Logs | - MySQL 8.x, MySQL 5.x Hosting |
- ASP.NET AJAX Hosting | - PHP 7 Hosting, PHP 8 Hosting, PHP 5 |
- SmarterMail / Webmail | - Free Components |
- LINQ Hosting | - 99.9% Uptime |
- Isolated Application Pool | - DELL Servers & Equalogic SAN Storage |
- Classic ASP Hosting | - 24/7 Technical Support |
- Full Trust Allowed | - Easy Plan Upgrade / Downgrade |
- Web Services Supported | - Knowledge Base and Forum |
- Web-Based ASP.NET Control Panel | |
- Microsoft Access Database Hosting | |
- SSL Certificates Hosting support, Free Let's Encrypt Cert | |
- SQL Server 2019 Hosting, SQL Server 2017 Hosting, SQL Server 2016, SQL 2014, SQL 2012 and SQL 2008 R2 Hosting |
Smart Appointment: Online doctor consultation platform in New York. Book & consult a doctor for you + family members via phone / chat in minutes. Save time & cost.
Please login to your smartapp account. Please login in to your account. Email. Password. Remember me. Forgot Password? You can also login with your gmail. SmartApp – secure, easy and fast Complete and submit your insurance applications online for term life, whole life, universal life and critical illness plans in-person or non-face-to-face with SmartApp’s easy-to-use eSignature process. Log in with your current Advisor Support ID to get started or try our practice app. Log in to SmartApp.
-->Gets information about an NAV App based on the specified package file or the specified Business Central Server instance.
Syntax
Description
Use the Get-NAVAppInfo cmdlet to get information about a specific NAV App, or to get a list of NAV Apps that have been deployed. The list of deployed NAV Apps can include all NAV Apps that have been published to a Business Central Server instance, filtered by NAV App properties, or NAV Apps that are installed for a specific tenant.
If you know to the location of App package (.app file), you get information about it by providing the path to the file.
To get information about all Apps published to the application on a server instance, specify the server instance. If you want to filter the list to specific Apps, then use other parameters, like ID, publisher, and version.
To get information about all Apps that's installed on a specific tenant, specify the server instance and the tenant. With a single tenant server instance, the tenant is named `default'. If you want to filter the list to specific Apps, then use other parameters, like Id, publisher, and version.
To get information about symbols published to the application on a server instance, specify the server instance and the -SymbolsOnly switch.
Note: To get a list of all tenants on which a specific App is installed, you can use the Get-NAVAppTenant cmdlet.
Examples
EXAMPLE 1
This example returns information about all of the NAV Apps published on the DynamicsNAV90 server instance.
EXAMPLE 2
This example returns information about the NAV App with the specified name and version on the DynamicsNAV90 server instance.
EXAMPLE 3
This example returns information about all of the NAV Apps published on the DynamicsNAV90 server instance that are published by Proseware, Inc.
EXAMPLE 4
This example returns information about all of the NAV Apps installed for the tenant with an ID of Tenant1 on the DynamicsNAV90 server instance.
EXAMPLE 5
This example returns information about the NAV App from the package file provided.
EXAMPLE 6
This example returns information about all of the NAV Apps installed in a single tenant NAV server instance.
Parameters
Specifies the ID of the NAV App to be returned.
Type: | Guid |
Aliases: | AppId |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the name of the NAV App to be returned.
Type: | String |
Aliases: | AppName |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the path to a NAV App Package file that you want to return.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the publisher of the NAV App to be returned.
Type: | String |
Aliases: | AppPublisher |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Smart Appliances
Specifies the Business Central Server instance to which the NAV App is deployed, such as DynamicsNAV90.
Hp Smart App Download
Type: | String |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Smartapp By Verto Analytics
Returns the list of installed extensions published with SymbolsOnly
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the ID of the tenant that you want to get the installed NAV Apps for, such as Tenant1. Provide a value of 'default' if the specified server instance is not configured to run multiple tenants.
Type: | TenantId |
Aliases: | TenantId |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Indicates to include any properties of the NAV Apps that are specific to the provided tenant
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the version of the NAV App to be returned.
Type: | Version |
Aliases: | AppVersion |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
System.Guid
By property name: Id
System.String
By property name: Name
System.String
By property name: Publisher
System.Version
By property name: Version
Microsoft.Dynamics.Nav.Types.TenantId
By property name: Tenant
System.String
By value and by property name: Path
Smartapp By Verto Analytics
System.Management.Automation.SwitchParameter
By property name: SymbolsOnly
System.Management.Automation.SwitchParameter
By property name: TenantSpecificProperties
System.String
By value and by property name: ServerInstance