Hi - could use some ideas on this.
-
Client is running 6.5.2 client.
-
Had upgraded client, but mail file was
from 6.0.
- After upgrading mail file, some of the features that show in the template don’t show in the DB after a design refresh.
At first I thought it wasn’t refreshing, but checked and it was.
Found that there is a Hide When formula that uses @HasFeature function. Couldn’t find anything on that. This Hide When is used in several places in the new template.
Since the client is using 6.5.2 client, why would the hide when be hiding some of the features?
Does anyone know what this formula is checking?
and how to fix it so it will work.
Here is the formula used in the Followup Action.
------>
REM { Test if this is version 6.5 of Notes and 6.5 of the template};
OkToShow := @If(@Version < @Text(192); 0; @HasFeature(“650Lic”); 1; 0);
GetOwner := @GetProfileField(“CalendarProfile”; “Owner”);
(getOwner != “” & @UserName != getOwner) |
OkToShow != 1 | @IsError(OkToShow)
<-----
Any help on this would be most appreciated.
Regards