DISCLAIMER: This CSS tag is not supported or maintained by TargetX, and is meant as an example of how you may choose to use CSS within our products. Some or all of the customizations these tags provide may change or no longer apply to your instance at any time. If at any time the CSS impedes expected functionality in the TargetX product, our recommendation will be for you to remove the CSS to regain functionality.
The Applicant Dashboard and Portal are designed to display all application records associated with a contact, regardless of application source. There are a few considerations to keep in mind when choosing to display non-TargetX Applications (e.g. other third-party applications) in the Applicant Dashboard or Portal.
Note: If necessary, you can prevent applications from displaying in the Applicant Dashboard or Portal by checking the "Hidden from Dashboard" field on the Application record. Some institutions choose to do this after an application term ends or when applications are withdrawn, whereas others choose to show all applications for all time.
By default, the application widget in the Applicant Dashboard and Portal will offer students the option to start a new application if you use the TargetX Online Application in your CRM. This can be hidden for students who apply via the Common Application, but remember that the method differs for the Applicant Dashboard and Portal.
.new-app{ display:none; }
When students view applications in the Applicant Dashboard or Portal, a custom App Dashboard Application Label can be set to provide information regarding the application type. In the example below, you can see Common Application marked on the corresponding application.
The value is stored in the TargetX_SRMb__Portal_Application_Label__c field on the Application Object. It is recommended that the value for the App Dashboard Application Label field be included in your data import file, mapped as a hardcoded value for each new application record.
This field can be updated manually or you can use a Flow to update this field with a concatenated value of the Program and Term to provide additional details.
After students have applied via a third party application, you will want to invite them to sign-in to the community site where you display their application status and checklist items.
You should create a TargetX Email Campaign to send invitations to students. In the body of your email, please include a merge field displaying the student's email address in the CRM. This will be used as their username when directed to the community site. The student must also know to click Sign Up to set up their account vs Sign In. Please consider cautioning the student to notify the school if they have a duplicate account and which account they have associated with their third-party application.
Note: You may want to run de-duplication processes before sending emails to ensure you do not have multiple contact records with the same email address, as this may cause the student to match on the wrong record and not display any submitted applications.
Additional configuration is needed if you plan to accept Enrollment Deposits from third party applications.