|
Private Objects – Make DTMaps Work For You
Whenever you create an object of any type, you have the possibility to declare it as Private or Public.
- Private
When an object is private no one else except you or users with your Readonly password will be able to view the object. The object will not appear in the public queries.
E.g. 1) If you can create your own Real Estate objects that will be only accessed by your customers, then you will need to create all your objects as Private and provide your customers with the ReadOnly password
E.g. 2) If you want to manage your own fleet of vehicles, then you will need to create the Locator objects as Private and have your operators access the Locator objects using your ReadOnly password.
E.g. 3) The Fire Detection objects are usually private objects.
- Public
A public object will appear in all public queries and will be accessible in all users.
E.g. 1) If you are an Individual Parking Owner, the parking object you will create should be Public otherwise, users will not see your object when querying the system for available parking places.
Here is how you can configure DTMaps to work only with specific objects:
- Enter the Setting option
- Under Private Data you should provide the:
User Id
ReadOnly Password
that you have been given
- Press on the ReadOnly Password button
- Press on Done
From now on, all your queries, will run on this specific id's objects
only.
|