|
Pupil Records
|
|
Monday, 12 July 2010 11:19 |
|
There are some new functions to allow feeder school information to be exported for pupils. In Custom Columns, pupil data you need to set up the following entries to use these functions dbo.FeederPostcode(Pu_LastSchoolId), dbo.FeederEmail(Pu_LastSchoolId), dbo.FeederWebsite(Pu_LastSchoolId), dbo.FeederNotes(Pu_LastSchoolId), dbo.FeFirstPhone(Pu_LastSchoolId). There were already functions dbo.FeederName and dbo.FeederAddress which work in the same way, these simply complete the set.
We’ve also created some general export functions for exporting details of a pupil feature (other information category) of your choice, an idea from Cambridge Centre for Sixth form Studies.
Dbo.PupHasFeature(PupOrigNum,’FeatureName’) – returns yes or no, does the pupil have FeatureName? Dbo.FeatureDate(PupOrigNum, ‘FeatureName’) returns the feature date, and dbo.FeatureNote(PupOrigNum, ‘FeatureName’) returns the note for that category of other information.
|
|
Last Updated on Monday, 12 July 2010 11:20 |