Skip to main content
Version: 9.0.0

Right Panel Menu

Right panel menu widget (rightPanel) is present in the latest Pega versions and is always collapsed by default. It is required to expand the panel to be able to perform further actions. Pega right panel contains various functions and combinations of steps. If you haven't found a required combination of steps, let us know, and we will implement this functionality for you!

Main actions

NameParameter(s)TypeDescription
expandExpands a right panel menu
collapseCollapses a right panel menu
selectContentTypevaluestringSelects a given content type (in Files & documents section)
attachDocumentViaRichTextEditorargs{ documentName: string, text: string, availableTo?: string }Adds a given document (in Files & documents section, Rich Text tab)
attachDocumentAsLocalFileargs{ filePath: string, documentName: string, text?: string, availableTo?: string }Adds a given document (in Files & documents section, Local File tab)
addUrlargs{documentName: string, url: string, attachmentCategory?: string}Sets a given url (in Files & documents section, Url tab)
addFollowersvaluestringAdds followers (in Followers section)

Assertions

NameParameter(s)TypeDescription
assertDocumentNameIsVisibleByIndexdocumentNamestringChecks if a given document title is visible in the list by a given index
index?number
assertFollowersListIncludesvaluesstring[]Checks if followers list includes a given list of users