Gems from the 7.0.2 release notes

  • Mail file
    • Allow user to expand public groups to remove certain addresses
      The functionality is created using a special $-field called $ExpandGroups which you might want to use in your own applications:

      FIELD $ExpandGroups := @DeleteField;
      @SetField("$ExpandGroups"; "3");
      @Command([ViewRefreshFields])
      
    • Calendar documents which are marked ‘Private’ now get populated in the busytime.nsf without calendar details, but still visible if a delegate can access the mailfile.
  • Domino Designer
    • Support for additional DXL design elements
      New elements for Shared Columns, Shared File Resources, and Shared Stylesheet Resources have been added.
    • User-defined HTML tag attributes
      User-defined attributes can now be added to the tag generated by the web engine. When the field $$HTMLTagAttributes is present on a form, its contents are placed in the attribute list of the tag. For more information, see “Additional HTML-related field attributes” in these release notes
    • Custom declaration
      Users can now specify a custom declaration on a per form basis. When the field $$HTMLFrontMatter is present on a form, its contents will be placed in the generated HTML, ahead of the tag, and the web server will not generate anything there automatically. For more information, see “Additional HTML-related field attributes” in these release notes.
  • Domino Server
    • Allow for basic authentication of some URLs
      Domino 7.0.2 allows certain URLs, for example those that generate RSS feeds, to use Basic Authentication, even if Domino Session Authentication is in effect.

Apart from the changes listed above a bunch of notes.ini variables has been made obsolete so I recommend you go through the list yourself. There are a number of iNotes variables in there (iNotes_WA_*).

7.0.2 also adds iCal support but as a developer you might want to know that the iCal import is limited to 500 documents per file. The following is from the release notes: “Users can import iCalendar files with a maximum of 500 documents; use multiple imports for more than 500 documents.” This could be a problem if you are going to import large calendars. Unfortunately there isn’t a programmatic way of importing the iCal file so you have to go through the File menu.

As always you want to pay special attention to chapter 3: Known limitations, problems, and workarounds.

Direct link to the PDF version of the Notes/Domino 7.0.2 release notes.

3 thoughts on “Gems from the 7.0.2 release notes”

  1. Cools stuff. But did you really try out these fantastic new $$ fields yourself?
    I just stumbled across the new location document setting for mail addressing type-ahead: “Server then Local”! Great, thatt’s what I’ve been asked for dozends of times.
    Trouble is: It’s actually in the release notes only, but not in the 7.0.2 template (English). 😛

  2. I haven’t tried out the $$ fields yet but I’m planning to! As to the location document change I think my initial reaction was like yours but after checking the design of the personal name and address book I found the caveat. I think the field depends on some other field which has to be set correctly. I think that’s what’s wrong.

  3. I had hoped so too, but looking at the code, in any case there are only values of “Disabled|0”,
    “Local Only|1” and “Local then Server|2”
    in the choices list. What also draw my attention is the fact, that the sreenshot in the release notes did not contain the option “Disabled” at all. I suspect, that this screenshot was not really taken from the final product, probably even just from a fake form set up for this one picture

Comments are closed.