This article explains how to manage Objects. 


What is Objects:

Object is a unique user stored on backend. Tenant account can have several apps. Each app can access its' own user records (Objects) within the Constructor and other Objects through API. The data for each Object is stored as a separate row in the table. The columns of the table represent Object's properties and can be customized. 


For example, an app user fills in Nickname, Phone and Email fields and submits the form:


In Objects section of the platform Nickname, Phone and Email columns display the data entered by this app user.


You can refer to Objects table data in any part of the platform by using Hashtags.


Objects can be anything the app is built for. For example, it can be a property within a building, or a machine at the factory. Example: each printer in Mobsted office has unique QR code on it. When the printer is out of paper, an employe scans QR code and submits the task for the service in the app. On the backend Printer Object gets the marker for the paper in.

 




Manage Objects:


WHERE TO FIND APP USERS & OBJECTS


To go to Objects section, you can:




APP USERS & OBJECTS VIEW


View of Objects section on Mobsted multichannel pwa platform where application users are represented as separate record and are called Objects



The platform has a number of pre-built data columns:


Most system columns exist in a table by default. Some you can add, depending on a use case. This columns are Email, Phone and PIN:




CUSTOM COLUMNS - ADD ADDITIONAL PARAMETERS TO USER TABLE


Adding custom column on Mobsted PWA multichannel platform and filling in Object fields


Parameters to fill in:



Add Objects:


You can add Objects to the platform manually, via CSV or Excel import or using API:



ADD MANUALLY :

  1. On Home Screen of the platform click Create New Application

  2. Fill in it's name and click Next

  3. Navigate to Objects section

4. Click Add Custom Column, name it as Name and click Save Column

5. Add Email and Phone columns by clicking Add Primary Email and Add Primary Phone buttons. Add Custom columns if needed.

6. Clicking Add Object button will add new object to the end of the list. Fill in table fileds.




ADD OBJECT VIA CSV or EXCEL IMPORT:


Please note that when importing Objects in CSV file the columns must be pre-created and delimited with semicolon otherwise, the import will not work.


click Import

Demo CSV File with some columns pre-created: ​ 

demo-export-object.csv



ADD VIA API


Read on the API section of the Docs



Set Up Objects Table View:



Choose the columns you want to be displayed on your screen:

Other important Actions with Objects:


MANUAL FILTERING



OBJECT ACTIONS


Click menu of ONE object, or Select several to perform actions with all:


AUTOMATIC FILTERING


Read on Creating Filters



API CRUD OPERATIONS


Read on API section







Related issues