© 2018 Capita Business Services Ltd. All rights reserved.

Capita Education Software Solutions is a trading name of Capita Business Services Ltd. Our Registered office is 30 Berners Street, London, W1T 3LR and our registered number is 02299747. Further information about Capita plc can be found in our legal statement.

SIMS 7 - Dinner Money - Meal Definitions

There are meal definitions for Pupils, Staff and Adhoc and all of the interfaces are similar.  See below for a example of:

  • Getting the list of meal types for a pupil
  • Getting the meal type detail

Please not that Dinner Money interfaces are typically only applicable for primary schools.

DMp.BrowseStudentMealDefinition bmd = new DMp.BrowseStudentMealDefinition();
DMe.StudentMealDefinitionSummarys sums = bmd.Browse("", bmd.MealTypeAny, bmd.BaseGroupAny);
DMp.EditStudentMealDefinition esmd = new DMp.EditStudentMealDefinition();
esmd.Load(sums[0]);