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


Nov 13, 2014, 8:49 AM
8 Posts

iNotes customization - how access calendar profile fields

  • Category: iNotes
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: inotes,customization,profile
  • Replies: 2

in an iNotes customization project one of the requests is to programmatically read from and write to the user's preferences. There are several tasks we need to accomplish, all in regards to the mail >>> signature area:

  1. need to enter some text into the plain text field
  2. need to set type = "plain text"
  3. need to set the "automatically append signature" flag
  4. possibly create some internal non-displaying field containing some external doc-id, and read from it

re 1.: currently I do this using a scheduled LS agent writing to the Signature fields in calendarprofile, but I'd prefer to write that data using some JS code in custom-js-lite

re 2. and 3.: those fields obviously aren't part of calendarprofile; in fact after exhaustively scanning and comparing fields in most profile docs I still don't have a clue where they are stored

re 4.: there are other ways to store that information, but having it in one of the mail file's profiles would help speeding up the application by reducing the amount of expensive lookups to other databases

So my main questions are:

  • how do I access the various profile docs using js code in custom-js-lite subform?
  • where do I find the values described in topics 2 and 3?

If there is some kind documentation available already then I didn't find it.

And lastly: I posted the same question at stackoverflow, just to be sure

Many thanks in advance,

Lothar

Nov 14, 2014, 4:53 PM
8 Posts
iNotes customization

@Russel, thanks for the reply; some of the info I already know, but some I don't, so that'll make a good read over the weekend ;)


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