This function allows you to define an action to a plus group item. After you define the action to a plus group item, you can perform the function on the respective plus group item. The functional behavior of specific plus group item depends on the action that you assign to the respective plus group. To… Continue reading Assigning Action to a Plus Group
Category: vDesigner
Applying a Plus Group
To apply a plus group on specific screen:
Configuring Plus Group
Overview In the vDesigner application, the Plus Group module allows you to collectively place group of features/functions in single menu bar. This menu bar expands when you tap the plus group icon. Plus group can be placed on different screens/pages. Also you can design more than one plus group if you want to consolidate features… Continue reading Configuring Plus Group
Turning on Debug Mode
The vDesigner application allows you to use the debug feature to debug the mobile app on the functional level. To use the debug feature, you need to make it active. You can make the debug mode active as follow: To make the debug feature active:
Entity Level Data Model
Screen (a) The Screen (a) displays the data model of the ID Generator. In vDesigner, the ID Generator module allows you to configure the new rule that creates a unique ID after the Load New Object task executes. This ID is commonly used to track the journey of lead, view the communication logs that are… Continue reading Entity Level Data Model
Dashboard Level Data Model
Screen (a) In the data model document (Screen (a)), the dashboardsArray object stores the configuration details of the mobile app dashboard. After you click the dashboardsArray object to expand it, it displays the configuration details of the currently added dashboard. Under dashboardsArray, only one array type JSON object: 0 Object is available. It means that… Continue reading Dashboard Level Data Model
Screen Level Data Model
Screen (a) The Screen (a) displays the JSON data model at the screen level. If you click the name of the screensArray object, it expands and displays the configuration details of each screen that you have added in the mobile app. The objects: 0 Object, 1 Object, 2 Object…are array type JSON objects that store… Continue reading Screen Level Data Model
App Level Data Model
Screen (a) If you see the screen capture: Screen (a), this is JSON based data model that the vDesigner application automatically creates when the application user performs the functions in the application. The screen displays the JSON data model at the app (mobile app) level and stores the details of different objects and entities in… Continue reading App Level Data Model
JSON Creation with Entity and Relationship
Overview JSON (Java Script Object Notation) is a popular data interchange format that is prevalently used to transmit the data between two entities. The syntax of JSON format is based on Java script and can be easily learnt to design HTTP based web API(s) and services. JSON is light-weight and easily readable. Also JSON can… Continue reading JSON Creation with Entity and Relationship
Downloading APK
Overview This feature allows you to publish the build of mobile app. Later, this mobile app can be installed on the mobile phone device. Here, it is one important point to note that you cannot publish the build of the mobile app if you do not define access policy. You can only publish the app’s… Continue reading Downloading APK