Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Database Information


Database NameDatabase TypeCollection Name
%tenant_code%_uracMongoDBgroups


Record Explanation



Field NameTypeMandatoryUniqueIndexedDescription
_idMongo IDYESYESYESMongo Record ID
codeStringYESYESYESGroup Code
nameStringYESNONOGroup Name
descriptionStringYESNONOGroup Description
configObjectNONONOGroup configuration
tenantObjectYESNONO


Field NameTypeMandatoryUniqueIndexedDescription
idStringYESYESNOTenant ID
codeStringYESYESNOTenant Code
lockedBooleanNONONOGroup is Locked

 Sample


Record Sample
var data = {
	"_id": ObjectId('5718a32f0e811ab5a0ca08b5'),
	"locked": true,
	"code": "owner",
	"name": "Owner Group",
	"description": "this is the owner group that owns the dashboard",
	"config": {
		"allowedPackages": {
			"DSBRD": [
				"DSBRD_OWNER"
			]
		}
	},
	"tenant": {
		"id": "5551aca9e179c39b760f7a1a",
		"code": "DBTN"
	}
};
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.