Versions Compared

Key

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

You can override some of the stored procedures that the Synergetic database uses for parent teacher interviews if you want to perform some additional actions on the data.

Important Note: Use extreme caution when overriding Synergetic's procedures, as any changes made to Synergetic's stored procedures will not be executed your procedures. Test your custom stored procedures thoroughly after any patch or version update made to Synergetic.

To override Synergetic's stored procedures:

...

Standard Synergetic stored procedures
The following stored procedures can be overridden.

Standard procedure name

Custom procedure name

spsPTInterviewContactSchedule

uspsPTInterviewContactSchedule

spgPTInterviewClashCheck

uspgPTInterviewClashCheck

spgWEBPTInterviewClashCheck

uspgWEBPTInterviewClashCheck

spsPTInterviews

uspsPTInterviews

...