Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Nov 5, 2019

Capture if User clicked Ascending or Descending on a Column in a View

My idea is as follows:

1. User chooses to sort either Ascending or Descending on a column set to sort "Both" by design from the UI View.

2. User opens a document from that view.

3. User edits and saves the document. Script closes UI document, goes to find next document AS-SORTED, opens it up and the edit & save cycle repeats itself until the last unprocessed document.

4. At the moment that does not happen. Notes does not open the next document “As Sorted” in the UI view, but appears to follow the document as sorted the back-end view.

5. My requirement is to capture which sort has been ticked – ascending or descending.

6. Use an If or Select Statement to get hold of a hidden view in the back end whose sorting matches what they clicked.

7. Use that view to move to the next document.

 

The  current IsSortAscending and IsSortDescending properties of the NotesViewColumn class go only as far is capturing if this option is ticked, but does not tell me whether its the Ascending or Descending that has been ticked.

  • Attach files