Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You've probably seen that each session Session can have a mark rolling status Mark Roll Status default value of either required Required or optionalOptional.

...

If the value is optional, Optional then the staff member does not have to complete the role roll i.e. an unmarked role roll will not be included in the todayToday's unmarked rolls Unmarked Rolls report.

Other sessions will have a default mark roll status of required Mark Roll Status of Required and if these sessions Sessions pass their end time without the mark roll status marking being set to complete completed then they will be included in the todayToday's unmarked rolls listUnmarked Rolls report.

There are two main ways that Posi Ed PosiEd automatically sets the status of each session’s mark roll status Mark Roll Status and there is a third option available for a fully custom solution.

...

School

...

Level Mark Roll Defaults

All cohorts Cohorts are associated with a particular Educational institution Institution account. If you look at the school's this account record , you will see an option to set mark roll defaults Mark Roll Defaults to either cohortCohort, Bell time Time or noneNone.

...

The above value is set to cohort then any sessions that are created by Posi Ed either via the generate calendar process or via the publish daily data process will have their mark roll default value reflect the default value set at the cohort level. Each cohort has its own mark roll field.

...

You have the option of disabling both of these features and controlling the mark roll default values yourself. In order to do this change the educational institutions mark roll default value to none. And no session will automatically have their mark roll status set to required. Instead, the school is required to establish automations or processes to control this process as required.

Recording 1700.wav

Posi Ed state

In most school environments the Posi Ed platform does not operate alone. For example, it will frequently be used in conjunction with Timetabling products such as Edval and other systems that might push data into Posi Ed or pull data from it at various times.

For example, when establishing a new school in Posi Ed it is not uncommon to push a lot of the data for the school from an external system into Posi Ed then after the Posi Ed database has been set up, Posi Ed might frequently push updates back into these external applications.

Posi Ed includes a number of automations that assist with establishing data sets correctly as data is moved between Posi Ed and other applications. A good example of this is the movement of student data. In Salesforce/Posi Ed we store student data in two objects; Accounts and Student Record. The Account object is a standard Salesforce object and there should be one account record for each student in your database.

The student record object is used to store data with regards to that students interaction with a specific school. In some Posi Ed environments multiple schools all use the same Posi Ed database and students may from time to time move between these schools. For example when progressing from a primary school to a high school. In such a case there would be two student records for the one student account record; one for the primary school and the other for the high school.

As you can see, these two objects serve slightly different purposes, and yet it is vital that the data fields in each are kept In sync. This is why we have automations on both objects that cause the other to be updated. The problem with this approach is that these automations are triggered when a record is updated. Therefore if an update is made to the account record it will cause an update to occur on the student record which would cause another update to the account record etc etc. This type of loop needs to be prevented. For this reason there is a field on the account object used by all educational institution accounts to specify whether Posi Ed is in a publishing or subscribing state. In a subscriber state, Posi Ed is expecting to receive data from an external system such as LISS. In this state the student record is going to receive updates, which it will then push to the account object.

Conversely, if the Posi Ed state publisher, then it is expected that modifications may be made to the account object and these will be pushed to the student record so that they can be picked up by LISS.

When you are modifying or writing your own automations you should be aware of the Posi Ed state concept and include support for it where appropriate.