CalculateScore

The CalculateScore activity is a function that calculates the application score for a specified Application ID. The values will be retrieved from the Score field in an Application under Applicant Record.

Based on the Subjects added to Previous Education in Applicant Record and the relevant score assigned for the Grades acquired in each, Scores will be calculated and returned.

Prerequisites

You will need:

  • SSM Contract 1.1.0 and newer installed on Package Manager

  • Additionally CNSi Contracts (5.1 or newer) should be installed

When creating a new workflow, you will find the Student Selection Management specific items under:

  • Entity: Cmc.Nexus.Admissions.Workflow > Selections Management Application Service

  • Events: Cmc.Nexus.Admissions.Events > SaveSelectionMgmtApplicantEvents

Uncheck the following check-boxes if you are unable to see the Student Selection Management Entities and Events:

  • Only show entity types that have the SupportedEvents attribute

  • Only show events supported by the selected entity types

Example

A workflow calculates a Score for an application using the entered Application ID.

Calculate application score using workflow

Calculate application score using workflow

Properties

CalculateScore Properties
Property Value Required Notes
ApplicantDetail OutArgument
<ApplicantDetailEntity[]>
Yes  
ApplicationID InArgument<Int32> Yes The Application ID is a variable captured from an event.
DisplayName String No Specify a name for the activity or accept the default.