Versions Compared

Key

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

...

FieldVaue
CodeOFFER (or other code as required)
DescriptionLetter of offer (or other description as required)
MailRequestFlag

Checked - this automatically sets the "Mail Request" flag when adding new activities and the stored procedure specifically only includes activities with this ticked.

ReportCodeIf you have created a Crystal Report that uses stored procedure crspFutureActivityPrint then the report code can be entered here. This is used by the Print button

 

See luActivity configuration documentation for more information.

...

Query update: The FutureStrudentActivity table is updated with MailedBy and MailedDate for any activities matching the activity code and have Mail Request ticked. It will only update records where the MailedDate is blank.

Dataset output:

All fields from vFutureContactAddress, activity information, activity follow up details (staff, dates etc). The data returned should be sufficient for generation of a mail merge or Crystal Report that generates letters specific for the future student and addressed to their contacts.

Parameters:

NameTypeDescription
@ActivityVARCHAR(15)Activity code as created in lookup table luActivity
@MailedDateDATETIMELeave as blank to pick up all activities that do not already have a "MailedDate"
@IgnoreMailFlag BIT

If set to 0 then the stored procedure will only return future student contacts that have the Mail Flag ticked. This is not available from the 'Print' option on the activities tab.

Future Student Maintenance - Contacts tab

@ActivityCreatedByVARCHAR(30)Optional filter to only include activities created by a specific user. This is not available from the 'Print' option on the activities tab.
@MailedByVARCHAR(50)Optional override of the Mailed By user name. This is not available from the 'Print' option on the activities tab.



Adding Activities

In Future Student Maintenance > Activities tab, press Add

Select the required Activity Code and ensure that the Mail Request flag is ticked.

Image Added

Pupulate the status

For more information: Future Student Maintenance - Activity tab

...