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
Name | Parameter(s) | Type | Description |
---|---|---|---|
expand | Expands a right panel menu | ||
collapse | Collapses a right panel menu | ||
selectContentType | value | string | Selects a given content type (in Files & documents section) |
attachDocumentViaRichTextEditor | args | { documentName: string , text: string , availableTo?: string } | Adds a given document (in Files & documents section, Rich Text tab) |
attachDocumentAsLocalFile | args | { filePath: string , documentName: string , text?: string , availableTo?: string } | Adds a given document (in Files & documents section, Local File tab) |
addUrl | args | {documentName: string , url: string , attachmentCategory?: string } | Sets a given url (in Files & documents section, Url tab) |
addFollowers | value | string | Adds followers (in Followers section) |
Assertions
Name | Parameter(s) | Type | Description |
---|---|---|---|
assertDocumentNameIsVisibleByIndex | documentName | string | Checks if a given document title is visible in the list by a given index |
index? | number | ||
assertFollowersListIncludes | values | string[] | Checks if followers list includes a given list of users |