Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The Absence Submission object and the associated Absence Schedule record types on the Event object are packaged items. However, the user interfaces for the creation of Absence Submissions from within a Salesforce org or from within an Experience Cloud portal are delivered as unmanaged components. 

An Absence Submission API has been provide to facilitate the creation of Absence Submission and Absence Schedule records in a controlled manner. However, clients are free to customise the user interfaces of the Absence Submission entry windows as they see fit. 

A global class has been created to process the Absence Submission records from different components.

When an Absence Submission has been submitted, it creates an Absence Submission record with the following mapping:

Absence Submission (SF)

Variable

Student

student

Reason

reason

Carer Comment

carerComment

Submitted By

submittedBy

Submitted Via

submittedVia

Submitted When

submittedWhen

Unexcused

unexcused

Explanation Code

explanationCode

Each Absence Submission has an equivalent Event with the following mapping

Event (record type: Absence Schedule)

Variable

Name (WhoId)

student

Subject

“Absence”

Start

start

End

end

Arrival Time

arrivalTime

Departure Time

departureTime

Absence Submission

link to created Absence Submission

  • No labels