Notes/Domino Fix List
SPR # DCOY5EC2PYFixed in 6.5.5 releaseTemplate fix: mail6.ntf, mail6ex.ntf



Product Area: Client; Template Technical Area: Mail Client Platform: Cross Platform

Lotus Customer Support APAR: LO02697

SPR# DCOY5EC2PY - Fixed a problem where the Additional Mail Options picker on the Action Bar was not available for messages that were saved as a Draft.

Technote Number: 1140082

Problem:
This issue was reported to Quality Engineering as SPR# DCOY5EC2PY and has been
fixed in Notes/Domino 6.5.5. This issue is caused by an incorrect formula in
the Standard (mail60.ntf) and Extended Mail (mail60ex.ntf) templates. Because
the Domino Web Access inotes template inherits from the standard mail template,
it is also affected.

Excerpt from the Lotus Notes and Domino Release 6.5.5 fix list (available at
http://www.ibm.com/developerworks/lotus):
SPR# DCOY5EC2PY - Fixed a problem where the Additional Mail Options picker on
the Action Bar was not available for messages that were saved as a Draft.

Refer to the Upgrade Central site for details on upgrading Notes/Domino.

Workaround for earlier releases
In the Memo, Reply, and Reply with History forms, you can update one of the
Computed Subform formulas to fix the issue. In each form, the third <Computed
Subform> entry uses the following formula:

@If(
(@ClientType = "Notes" & @Version > @Text(172))
& (@IsDocBeingEdited | @Length(SFLabels) > 0 );
"DelOptionSubform";
"")

Locate the entry and replace its formula with the following:

@If(
((@ClientType = "Notes" & @Version > @Text(172))
& (@IsDocBeingEdited | @Length(SFLabels) > 0 )) |

((@ClientType = "Notes" & @Version > @Text(172))
& (!@IsAvailable(PostedDate) | PostedDate = "" | @Length(SFLabels) > 0 ));

"DelOptionSubform";"DelOptionInterim")
More >



Last Modified on 12/05/2013

Go back