| ... |
... |
@@ -2,8 +2,6 @@ |
| 2 |
2 |
|
| 3 |
3 |
* [[.NET 6 Hosting Bundle>>https://dotnet.microsoft.com/en-us/download/dotnet/6.0]] |
| 4 |
4 |
|
| 5 |
|
-(% class="wikigeneratedid" %) |
| 6 |
|
-===== ===== |
| 7 |
7 |
|
| 8 |
8 |
===== **Ensure the following .NET Runtimes are installed:** ===== |
| 9 |
9 |
|
| ... |
... |
@@ -39,9 +39,9 @@ |
| 39 |
39 |
===== **Database Considerations:** ===== |
| 40 |
40 |
|
| 41 |
41 |
* Some databases are setup to require a reference number when making structural changes to the database: |
| 42 |
|
-** Create a session reference: (% style="color:#2980b9" %)//exec//(%%)// sp_set_session_context 'ReferenceNo', '123456789'// |
|
40 |
+** Create a session reference: (% style="color:#2980b9" %)//exec//(%%)// sp_set_session_context 'ReferenceNo', '123456789'// |
| 43 |
43 |
** The reference number is the ticket number of the project, as found on our Issue log system. |
| 44 |
|
-* Depending on the state of the database, there might be tables, procedures, views and even data that need to be added. Is a list of some of these objects, that need to be present in the database for the CRM to work correctly (//Please feel free to added on//): |
|
42 |
+* Depending on the state of the database, there might be tables, procedures, views and even data that need to be added. Is a list of some of some these objects, that need to be present in the database for the CRM to work correctly (//Please feel free to added on//): |
| 45 |
45 |
|
| 46 |
46 |
|=Object Type|=Name|=Dependencies |
| 47 |
47 |
|Procedure|api.sp_AddSupplier_Se| |
| ... |
... |
@@ -112,4 +112,5 @@ |
| 112 |
112 |
|Procedure|web.sp_UserWebLogin| |
| 113 |
113 |
|
| 114 |
114 |
|
|
113 |
+ |
| 115 |
115 |
|