IBM Support

LO85588: ALL DOCUMENTS ARE DISPLAYED INTO CONVERSATIONS.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • All documents are displayed on the conversations of the
    document that have been created in the LotusScript.
    
    Steps to Reproduce:
    1. Create an action into Message Form of Mail database.
    Name: Reply Mail
    Run: Client / Lotus Script
    
    ----------
    Sub Click(Source As Button)
    
     Dim ws As New NotesUIWorkspace
     Dim db As New NotesDatabase( "", "" )
     Dim uidoc As NotesUIDocument
     Dim doc As NotesDocument
     Dim uidocMail As NotesUIDocument
     Dim docMail As NotesDocument
    
     'Current Document
     Set uidoc = ws.CurrentDocument
     Set doc = uidoc.Document
    
     'Check Save
     If uidoc.IsNewdoc = True Then
      Msgbox "Click Save", 0 + 48, "Error"
      Exit Sub
     End If
    
     Call db.OpenMail
     Set docMail = db.CreateDocument
    
     Call docMail.ReplaceItemValue("Form","Memo")
    
     ' Change the user name both SendTo and CopyTo
     Call docMail.ReplaceItemValue("SendTo","Admin/Lotus")
     Call docMail.ReplaceItemValue("CopyTo","Notes User02/Lotus")
    
     Call docMail.ReplaceItemValue("Subject","Request for
    Conversation Check")
    
     Set rtitem = New NotesRichTextItem(docMail, "Body" )
     Call rtitem.AddNewline(2)
     Call rtitem.AppendText("Document link")
     Call rtitem.AddNewline(2)
     Call rtitem.AppendText("Link => ")
     Call rtitem.AppendDocLink(doc,"Link Document")
     Call rtitem.AddNewline(1)
     Call rtitem.AppendText("Please click link")
     Call docMail.ComputeWithForm(True , False)
     Set uidocMail = ws.editdocument(True,docMail)
    
    End Sub
    ----------
    
    2. Open the mail database.
    3. Open a document.
    4. Select Action > Display > Conversation
    5. Click on the action button that was created in step 1.
    Result:
    All Documents are displayed into Conversation.
    

Local fix

Problem summary

  • This APAR is closed as FIN. We have deferred the fix to a
     future release.
    

Problem conclusion

Temporary fix

Comments

  • This APAR is associated with SPR# KKOO9Y8CV8.
    This APAR is closed as FIN. We have deferred the fix to a
     future release.
    

APAR Information

  • APAR number

    LO85588

  • Reported component name

    NOTES CLIENT

  • Reported component ID

    5724E6255

  • Reported release

    850

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2015-07-08

  • Closed date

    2015-07-17

  • Last modified date

    2015-07-17

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

  • R850 PSN

       UP

[{"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Product":{"code":"SSKTWP","label":"Lotus Notes"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
17 July 2015