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

Undocumented functions

John Paganetti once said „There are no u documented functions when you work for IBM“.

many of us are using those functions and we figured out their signatures. Some undocumented stuff is also used in shipped templates.  

I no longer insist in making all of the undocumented stuff documented. At least, give best effort support, if we run into issues. Do not block us at L1. We are using the stuff, and we know about limitations. Do not treat us as „citizen developers“ any longer. 

 

From eknori

  • Attach files
      Drop here to upload
    • Admin
      Thomas Hampel
      Reply
      |
      Oct 19, 2018

      Moving to Domino Designer category

    • Guest
      Reply
      |
      Sep 2, 2018

      And please document some of the undocumented fields, e.g. $created

    • Guest
      Reply
      |
      Sep 1, 2018

      Undocumented:

      NotesViewColumn.isConstant (LotusScript)
      NotesDatabase.CreateDocumentCollection (LotusScript)
      @LocationGetInfo (Formula)

    • Guest
      Reply
      |
      Aug 9, 2018

      just took this from one of my c++ libs: 

       

      • NSFItemConvertValuePtrToText @2410
      • OSGetExecutableDirectory @586
      • OSGetModuleFileName @901
      • OSIsSubProcess @180
      • OSPathFileName @184
      • OSPathAddTrailingPathSep @1218
      • OSPathIsAbsolute @187
      • OSPathIsNetwork @319
      • OSPathLastDirName @127
      • OSFileDeleteDirectory @380
      • OSFileCreateDirectory @379
      • OSFileDelete @178
      • OSFileRename @328
      • OSFileExistCheck @157
      • OSFileCopy @597
      • NSFNoteExpand @2060
      • MailLookupSMTPUserAndKey @3933
      • LogCommitOccasionaly @3208
      • NetGetTcpHostName @3245
      • MailLoadSMTPTables @3935
      • MailUnloadSMTPTables @3940
      • MailIsIDomainInIDomainSuffixList @3937
      • MailIsIDomainSupersetInIDomainSuffixList @3936
      • MMDecodeAddrSpec @5512
      • NSFNoteHasMIME @5835
      • NSFNoteHasMIMEPart @5893
      • NSFNoteHasRFC822Text @5894
      • ODSSignature @440
      • ODSHostLength @961
      • MailGetMailboxNames @3931
      • MailNumberOfMailboxes @3903
      • MailChooseMailboxName @3905
      • OSGetModuleHandle @900
      • OSProcAddressByName @924
      • OSGetSystemTempDirectory @592
      • OSFileSeek @131
      • OSFileSize @132
      • OSFileOpen @133
      • OSFileOpenRead @134
      • OSFileClose @135
      • OSFileWrite @138
      • OSFileRead @139
      • OSFileGetPosition @886
      • NSFDbGetOptionsExt @5751
      • NSFDbSetOptionsExt @5752
      • NSFDbNamedObjectEnum @5163
      • NSFDbMaintainsUnreads @5782
      • OSConsoleWrite @216
      • OSProcessIsGUI@0 @454
      • DesignReplace @4001
      • DesignReplaceExtended @4018
      • NSFDbSign @5889
      • NSFDbFileSummary @2021
      • NSFGetDbInfo @6205

       

       and so on ...

       

      Take a look at DominoJNA by Karsten Lehmann. Plenty of undocumented stuff in it.

    • Admin
      Thomas Hampel
      Reply
      |
      Aug 6, 2018

      Can you provide examples for which functions you are missing the documentation?