Workers

From Journey


When a worker or client enters a Database they want to be able to Edit their Profile and carry out work or get services.

We set up access via a set of tables,

DbActivities

DbActivities

Not used

DbActivitiesCheck

Not used

DbActivitiesSubType

Not used

DbActivitiesType

A Worker will have a list of activities that they can perform. These items appear in their work area for whatever they have been assigned to. There are possibly more fields in here than needed.

Child Records

When a Worker is creating or editing a thing they have access to, there are a list of Child Records that the action gives you access to depending on the Right of that Child.

If you want a Reservation to be able to choose a Vehicle you have to also create Db_Link. So the Db_Resource of Reservation with a Child of Vehicles has a Type of DbThingSelect. We have to create a Db_Link where the Field Name is the same as the name of the Child.

DbActivitiesTypeMaster

A Worker will have a list of activities that they can perform. These items appear in their work area for whatever they have been assigned to. There are possibly more fields in here than needed. This is the Master Table to make DbActivitiesType from.

DbActivitiesTypeShow

When working with DB Activity Types,(what a worker can do) we may have an action that we want fine control over what we show on that Activity. If an Activity Type does not have any Shows, then all that can be seen is shown.

DbActivitiesTypeShow provides that fine control.

  1. Choose a DbActivitiesType
  2. Then Choose one of the correct Child Types that is available to be seen with this Db Activity.

Category

Category:Hui