| ... |
... |
@@ -2,6 +2,7 @@ |
| 2 |
2 |
|
| 3 |
3 |
* [[.NET 6 Hosting Bundle>>https://dotnet.microsoft.com/en-us/download/dotnet/6.0]] |
| 4 |
4 |
|
|
5 |
+ |
| 5 |
5 |
===== **Ensure the following .NET Runtimes are installed:** ===== |
| 6 |
6 |
|
| 7 |
7 |
[[image:image-20250527112257-1.png]] |
| ... |
... |
@@ -36,9 +36,9 @@ |
| 36 |
36 |
===== **Database Considerations:** ===== |
| 37 |
37 |
|
| 38 |
38 |
* Some databases are setup to require a reference number when making structural changes to the database: |
| 39 |
|
-** 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'// |
| 40 |
40 |
** The reference number is the ticket number of the project, as found on our Issue log system. |
| 41 |
|
-* 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//): |
| 42 |
42 |
|
| 43 |
43 |
|=Object Type|=Name|=Dependencies |
| 44 |
44 |
|Procedure|api.sp_AddSupplier_Se| |
| ... |
... |
@@ -109,4 +109,5 @@ |
| 109 |
109 |
|Procedure|web.sp_UserWebLogin| |
| 110 |
110 |
|
| 111 |
111 |
|
|
113 |
+ |
| 112 |
112 |
|