Changes for page Mobile Applications
Last modified by Kyle Hill on 2025/10/01 12:38
edited by Gideon Lombard
on 2024/02/06 13:34
on 2024/02/06 13:34
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. gideonl1 +XWiki.kyleh - Content
-
... ... @@ -1,0 +1,12 @@ 1 +==== Database Overview ==== 2 + 3 +Before connecting to the mobile database, ensure you have updated your SQL Management Studio, current working version is **20.2.37.0**. Take note to tick the checkbox option that says: **Trust Server Certificate**,** **when trying to connect. The IP address for the server is **172.30.0.6 **and** **database credentials can be found at [[https:~~/~~/vault.zoho.com/>>https://vault.zoho.com/]]. Below is a breakdown of some important tables that can be found in the database and their purpose: 4 + 5 + 6 +|Table Name|Description| 7 +|[dbo].[mobileAppSettings]|This contains basic information required for the mobile app to run. It points the mobile app to a web service which is responsible for handling database operations and business logic. The service URL is specified in a field called, "**WebServiceURL**".** **Each mobile app must also be assigned a unique company id, which is stored in a field called, "**CompanyName**"; The format for this field must be as follows: **CODE@GUID**| 8 +| | | 9 + 10 + 11 + 12 +