Salesforce

Multi-Marking Events (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Multi-Marking Events (Magic xpa 4.x)

Multi-marking events are not supported in Table controls of Rich Client tasks.

Raising the Mark All, Mark to Bottom, Mark to Top, and Invert Marking events may require loading the entire task data view. Raising these events in tasks with a very large data view may take a considerable amount of time.

Event Name

Description

Default Keyboard Mapping

Samples Projects

Invert Marking

Inverts the selection of the records in the current task view. This means that if the records were marked before, they will now be unmarked. If they were unmarked, they will now be marked.

In Runtime mode, the Magic xpa engine handles the event only when the event is raised asynchronously.

If this event is defined in a user event, you need to set the user event to have the Force Exit property defined as Post Record Update.

EL26

Mark All

Selects all of the records in the current task view.

In Runtime mode, the Magic xpa engine handles the event only when the event is raised asynchronously.

EL25

Mark To Bottom

Selects the records from the current record to the last record in the current task view.

In Runtime mode, the Magic xpa engine handles the event only when the event is raised asynchronously.

EL26

Mark To Top

Selects the records from the current record to the first record in the current task view.

In Runtime mode, the Magic xpa engine handles the event only when the event is raised asynchronously.

EL26

Mark\Unmark

Marks or unmarks a record.

Ctrl+Spacebar

EL26

Next Line Mark

Moves the focus to the next record and adds it to the selected records.

Shift+Down Arrow

EL25

Next Page in MM

Moves the focus to the next page while keeping other records selected.

Ctrl+PgDn

EL25

Next Row in MM

Moves the focus to the next record while keeping other records selected.

Ctrl+Down Arrow

EL25

Prev Line Mark

Moves the focus to the previous record and adds it to the selected records.

Shift+Up Arrow

EL25

Prev Page in MM

Moves the focus to the previous page while keeping other records selected.

Ctrl+PgUp

EL25

Prev Row in MM

Moves the focus to the previous record while keeping other records selected.

Ctrl+Up Arrow

EL25

UnMark All

Unmarks all of the records of the current task view.

In Runtime mode, the Magic xpa engine handles the event only when the event is raised asynchronously.

EL25

Related Topics

Multi-Marking in a Table

Reference
Attachment 
Attachment