This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Mar 6, 2015, 5:31 PM
10 Posts

Display update date for specific client build and specific machine

  • Category: Application Development
  • Platform: Windows
  • Release: 9.0.1
  • Role: Administrator,Developer
  • Tags:
  • Replies: 4

Hi,

Is it possible to display, in a view,  the client update date for a specific Notes build and specific host?

Thanks,

Eric

Mar 12, 2015, 11:13 PM
10 Posts
Multi-value fields

Thanks for the response. However, as the fields are multivalue (Clntbld, clntmachine, clntdate) how do you return just one date for a specifc clntmachine?

Mar 12, 2015, 11:13 PM
10 Posts
Multi-value fields

Thanks for the response. However, as the fields are multivalue (Clntbld, clntmachine, clntdate) how do you return just one date for a specifc clntmachine?

Mar 13, 2015, 2:40 AM
191 Posts
Example
clientMachineList = personDoc.GetItemValue("ClntMachine")

ForAll clientMachine In clientMachineList
        ' Do stuff
End ForAll        

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal