Skip to content

Commit ecf8ca8

Browse files
authored
Merge pull request #3572 from jeffreybulanadi/fix-stale-cal-terminology-deployment-security
Replace stale C/AL references with AL in deployment and security docs
2 parents 87c2212 + 07d0835 commit ecf8ca8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-itpro/deployment/Multitenant-Deployment-Architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ author: jswymer
6060
If you have an existing [!INCLUDE[prod_short](../developer/includes/prod_short.md)] application that you want to use in a multitenant deployment, there are a number of changes that you have to make. This includes setting up the permission sets in a way that supports all tenants that use that application.
6161

6262
### URLs and Tenants
63-
In multitenant deployments, URLs must specify the tenant that the URL applies to. If you have C/AL code that constructs URLs, you must update the code to include the tenant. Alternatively, update your code with the [GETURL Function](../developer/methods-auto/library.md) to get the URLs calculated for you. The same applies to hyperlinks in report objects, for example.
63+
In multitenant deployments, URLs must specify the tenant that the URL applies to. If you have AL code that constructs URLs, you must update the code to include the tenant. Alternatively, update your code with the [GETURL Function](../developer/methods-auto/library.md) to get the URLs calculated for you. The same applies to hyperlinks in report objects, for example.
6464

6565
The URL can specify the tenant ID or the tenant host name if you specify host names as alternative IDs for tenants. For example, the following URL consumes the **Customer** ODATA web service for a specific tenant:
6666

dev-itpro/security/security-lock-down-server-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The [!INCLUDE[prod_short](../developer/includes/prod_short.md)] instance include
3838
|ClientServicesMaxUploadSize​|30MB|Helps to avoid out-of-memory errors.|
3939
|RestrictedFileTypes​ (ClientServicesProhibitedFileTypes)||Prevents specific file types from uploaded to the database from the client. |
4040
|EnableDataExportImport​|||
41-
|EnableALServerFileAccess​|true|Specifies whether access to server files by C/AL file data type functions is allowed.|
41+
|EnableALServerFileAccess​|true|Specifies whether access to server files by AL file data type functions is allowed.|
4242
|DebuggingAllowed​|true|Specifies whether AL debugging is allowed for this [!INCLUDE[server](../developer/includes/server.md)] instance.|
4343
|EnableDebugging|false| With the EnableDebugging flag set to true the Microsoft Dynamics NAV Server will start with debugging mode enabled. This mode has three main functions:1)Upon first connection by a RoleTailored Client all C# for that application will be generated. 2) C# files will be persisted between server restarts. 3) Application Objects will be compiled with debug information.|
4444

0 commit comments

Comments
 (0)