Skip to main content

Manage data of Custom Data

Basic of browsing data of Custom Data

Go to browse data page of Custom Data. Check this to see how to browse data

Create new Custom Data with this schema

Custom Data projectSetting's schema
{
"definitions": {
"key": {
"type": "String",
"unique": true
},
"value": {
"type": "String"
}
},
"options": {},
"indexes": [],
"extends": "",
"inheritOptions": {}
}

Create Custom Data

Insert new documents

  1. Press Query button to get the current data documents. Browse You will see empty array json object

  2. Add new json objects into the root array. Add Notice: the text Changes... Added(3) will show up.

  3. Press Save button. It will result the new documents with _id field. Save

Update documents

  1. Edit some field values of document. Edit The text Changes.. Modified(1) will show up.

  2. Press Save button and result will be updated

Delete documents

  1. Delete the document from root array. will not tice action text delete Delete The text Changes.. Removed(1) will show up.

  2. Press Save button and the data will be removed

Browse data by condition

  1. Write condition and press Query button. Delete Only documents matched to the condition will be showed.

  2. Good to know, we can change environment stage to LIVE. Stage change