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
Categories Administration
Created by Guest
Created on Sep 11, 2018

Add ability in Administrator to edit Notes Client Machine history in Person document (Administration Tab)

Delete old and non-existent computers, or when user switch from one PC to other.

  • Attach files
  • Guest
    Reply
    |
    Sep 11, 2018

    "Agent", "Directory Design", "Selected Documents" - why simple task required so many sacral knowledges? That is one reason, why people migrate away from Domino...

  • Guest
    Reply
    |
    Sep 11, 2018

    But not the last (and most current) entry regardless of age?

    You can do this manually by adding an Agent to the dirctory design (on Event - Action Menu Selection) that runs agains selected documents and contains:-

    FIELD ClntBld := @DeleteField;
    FIELD ClntDate := @DeleteField;
    FIELD ClntDgst := @DeleteField;
    FIELD ClntMachine := @DeleteField;
    FIELD ClntPltfrm := @DeleteField;
    FIELD MajVer := @DeleteField;
    SELECT @All

  • Guest
    Reply
    |
    Sep 11, 2018

    Or maybe offer an configuration option that tells the "Update Client Information" adminp process to remove entries older than XXX days/months?