Wednesday, June 26, 2013

Option for prevent forwarding , and copying the email content from Lotus notes emails.

Hi All,

This is to inform you that, we have an option to prevent forwarding , and copying the email content from Lotus notes emails.

I used this scenario while developing customized mail-in applications. We have memo form, and we have to disable these forward and copy options. In form properties, there is an tab called "Security", that contains option called "Disable printing/forwarding/copying in to clipboard" that option we have to enable.

This option will prevent forwarding,and copying the content from emails.


Thursday, June 13, 2013

XML Error In Lotus notes : XML Page cannot be displayed

Hi All,

Issue :

Recently, we have faced an XML error called "Whitespace is not allowed at this location. Error processing resource "Notes link"

<Title> India & US </Title>

Analysis:

I have found that, Title name contains "&" character in the above xml format, that is the reason the XML is not working and throwing this error.

Solution:

1. We have to handle the "&",character, the title name is coming from Notes field. So we have handle the character using below code 2 lines of code
x
1. titlename= Evaluate("@ReplaceSubstring(Titlename; ""&""; ""&amp;"")", doc)
2.  Print |<Title>| & titlename(0) & |</Title>|

8.5.3 Notes client crashes while replying to a particular email

Hi All,

Issue:
Recently, we have faced an issue , whenever user trying to reply to a particular email, Notes client crashed.

Analysis:

User is using Notes client 8.5.3 FP2. He tried to reply to an email sent by Mail-in database. But Notes client crashed.

Solution:

We have tried to sent a couple of email from Mail-in database to Inbox who having Notes client version 8.5.2 FP2 and 8.5.3 FP3 and confirmed that we are able to reply it without any Notes crash.

We have noticed , IBM has provide the link about this issue and they mentioned the below solution

  1. Upgrade/Downgrade the Notes client version from 8.5.3 FP2
  2. Delete the message from the body part from original email and type the details and reply it