Skip to main content link. Accesskey S
  • HCL Logo
  • HCL Notes and Domino wiki
  • THIS WIKI IS READ-ONLY. Individual names altered for privacy purposes.
  • HCL Forums and Blogs
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • API Documentation
Search
Community Articles > Lotus iNotes > Lotus iNotes customization > Customization updates for 9.0 Social Edition
  • Share Show Menu▼
  • Subscribe Show Menu▼

Recent articles by this author

Customization of SmartCloud Notes web

Starting in September 2013, the ability to customizate Notes web has been added to SmartCloud. To do so, you use an Extension Forms File, just as with onpremises IBM iNotes. But you would need to download the template from SmartCloud. And then have ISSC check it and install it for you. Once it's ...

Customization updates for 9.0.1 Social Edition

These are the customization updates for IBM iNotes 9.0.1 Social Edition. Ability to override strings Customizers can now override individual strings in iNotes, by adding a dwaxx.properties file (where xx is the two letter language code) to the Extension Forms File and inserting any string ...

Overriding individual strings - example

Starting in iNotes 9.0.1 Social Edition, customizers have the ability to override individual strings. You do it by adding a new properties file in the Extension Forms File (Forms9x) and including the string overrides. Here's an example. Say you want to change the strings that go with the ...

Customization updates for 9.0 Social Edition

These are the customization updates for IBM iNotes 9.0 Social Edition. Extension Forms File The main Forms file has changed from Forms85 to Forms9 and likewise, the Extension Forms File has changed from Forms85x to Forms9x. If you have an existing Forms85x.nsf, you can just rename or copy ...

Customization updates for 8.5.3

These are the customization updates for Lotus iNotes in 8.5.3. Ability to update menu items Previously, customizers could add or remove menu and submenu items from the action bar. Now, customizers can also update existing menu and submenu items. For more information, see the comments about ...
Community articleCustomization updates for 9.0 Social Edition
Added by ~Olga Lopresaternivu | Edited by ~Olga Lopresaternivu on June 21, 2013 | Version 4
  • Actions Show Menu▼
expanded Abstract
collapsed Abstract
No abstract provided.
ShowTable of Contents
HideTable of Contents
  • 1 Extension Forms File
  • 2 Classic_Custom_SessionInfo
  • 3 Custom Masthead
These are the customization updates for IBM iNotes 9.0 Social Edition.

Extension Forms File


The main Forms file has changed from Forms85 to Forms9 and likewise, the Extension Forms File has changed from Forms85_x to Forms9_x.

If you have an existing Forms85_x.nsf, you can just rename or copy it to Forms9_x.nsf. Keep in mind that if you copy, you should use the Application - New Copy menu command in the Notes or Admin client, to ensure that the new copy has a new replica ID. For either copy or rename, you should also update the $FormsTemplateFile field in the icon note to point to Forms9.nsf instead of Forms85.nsf. Here's an agent you can use to do that:



Dim workspace As New NotesUIWorkspace 
Dim db As NotesDatabase 
Set db = workspace.CurrentDatabase.Database 
Dim sFFName As String 
       
sFFName = workspace.Prompt (PROMPT_OKCANCELEDIT, _ 
"Forms file name", "Enter Forms file name", "iNotes/Forms9_x.nsf") 
       
If Not sFFName = "" Then 
               
       Set docIcon = db.GetDocumentByID("FFFF0010")                 
       Call docIcon.ReplaceItemValue("$FormsTemplateFile", sFFName) 
       Call docIcon.Save(True, False, True) 
               
       Messagebox "Updated Icon note to " + sFFName 
               
End If 



Classic_Custom_SessionInfo


A new subform named Classic_Custom_SessionInfo has been added. It's similar to Custom_SessionInfo, added in 8.5.3. It allows a customizer to add items to the iNotes session info object, but for classic forms.

Custom Masthead



IBM iNotes 9.0 Social Edition has a new masthead that contains items for opening the functional areas (Mail, Calendar, Contacts, etc.) and also items to access other functions such as Preferences and Help. If you include a custom masthead in Forms9_x, then this standard masthead will be hidden, and all the items that were there will now be available at the top of the left pane.

  • Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (1)
collapsed Versions (1)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (4)Jun 21, 2013, 7:15:34 PM~Olga Lopresaternivu  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedAbout
  • HCL Software
  • HCL Digital Solutions community
  • HCL Software support
  • BlogsDigital Solutions blog
  • Community LinkHCL Software forums and blogs
  • About HCL Software
  • Privacy
  • Accessibility