Skip to main content

PresentationPreferences

The configuration preferences for a Presentation including which optional fields and features enabled in EventsAir.

type PresentationPreferences {
abstractBookPageNumberFieldEnabled: Boolean!
audioAndVisualEnabled: Boolean!
audioAndVisualInterpretationsEnabled: Boolean!
authorListPageNumberFieldEnabled: Boolean!
authorsEnabled: Boolean!
biographyEnabled: Boolean!
concurrentSessionsEnabled: Boolean!
createNewRecordsForCoAuthors: Boolean!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
paperReferenceFieldEnabled: Boolean!
posterBoardNumberFieldEnabled: Boolean!
presentationOrderFieldEnabled: Boolean!
presentationTimeFieldEnabled: Boolean!
questionTimeFieldEnabled: Boolean!
reviewPanelEnabled: Boolean!
synchronizeSessionNameWithPaperTitleEnabled: Boolean!
}

Fields

PresentationPreferences.abstractBookPageNumberFieldEnabled ● Boolean! non-null scalar

Is abstract book page field enabled.

PresentationPreferences.audioAndVisualEnabled ● Boolean! non-null scalar

Is audio and visual feature enabled.

PresentationPreferences.audioAndVisualInterpretationsEnabled ● Boolean! non-null scalar

Is audio and visual interpretations enabled.

PresentationPreferences.authorListPageNumberFieldEnabled ● Boolean! non-null scalar

Is author list page field enabled.

PresentationPreferences.authorsEnabled ● Boolean! non-null scalar

Is authors feature enabled.

PresentationPreferences.biographyEnabled ● Boolean! non-null scalar

Is biography feature enabled.

PresentationPreferences.concurrentSessionsEnabled ● Boolean! non-null scalar

Is concurrent session feature enabled.

PresentationPreferences.createNewRecordsForCoAuthors ● Boolean! non-null scalar

Should new contact records be created for co-authors.

PresentationPreferences.createdAt ● DateTime! non-null scalar

The date and time the record was created.

PresentationPreferences.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

PresentationPreferences.id ● ID! non-null scalar

The unique identifier for the presentation preferences.

PresentationPreferences.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

PresentationPreferences.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

PresentationPreferences.paperReferenceFieldEnabled ● Boolean! non-null scalar

Is paper reference field enabled.

PresentationPreferences.posterBoardNumberFieldEnabled ● Boolean! non-null scalar

Is poster board field enabled.

PresentationPreferences.presentationOrderFieldEnabled ● Boolean! non-null scalar

Is paper order field enabled.

PresentationPreferences.presentationTimeFieldEnabled ● Boolean! non-null scalar

Is presentation time field enabled.

PresentationPreferences.questionTimeFieldEnabled ● Boolean! non-null scalar

Is question time field enabled.

PresentationPreferences.reviewPanelEnabled ● Boolean! non-null scalar

Is review panel feature enabled.

PresentationPreferences.synchronizeSessionNameWithPaperTitleEnabled ● Boolean! non-null scalar

Should session name be synchronized with paper title.

Member Of

PresentationSetup object