Domino 9 und frühere Versionen > Administration & Userprobleme
Vorlagen öffentlich machen
eknori:
Nee, die datei war eine feste Größe in 4.5 und 4.6.
Offensichtlich wird die mit R5 nicht mehr ausgeliefert.
Fbaum:
So,
das Ding funktioniert zwar wunderbar. Wenn ich aber jetzt ein neues Memo mit so einer öffentlichen Vorlage mache wird als Absender immer noch der Ersteller und nicht der eigentliche Absender angzeigt. Gibts irgendwo ein Variable oder so was umgestellt werden muß (Principal)...?
Danke....!!!
Grüßle Frank
eknori:
Ich gehe mal davon aus, das das Feld, welches den Verfasser anzeigen soll, berechnet ist.
Welche Formel verwendest du denn ??
Fbaum:
Hi,
ich weiß nicht, ob das so richtig ist...
Habe die Formel kopiert und etwas abgeändert...
Who := @If
(
Principal !="" & Principal != From;
Principal;
@If
(
NamePreference=""
& AltFrom !=""
& @If
(
@IsNewDoc;
@True;
@IsMember($LangFrom;LanguagePreference)
);
AltFrom;
From
)
);
CN := @Trim(@Name([CN]; Who));
G := @If(CN = ""; @Trim(@Name([G]; Who)); "");
S := @If(CN = ""; @Trim(@Name(; Who)); "");
SentBy := @If(CN != ""; CN; G != ""; G + " " + S; S != ""; S; @Trim(X400FreeForm));
@If(!@Contains(From; "@");
@Return(SentBy + @If(@IsNewDoc; "";
@If(FromDomain = ""; ""; " @ " + @If(@Contains(FromDomain; "@");
@Left(FromDomain; "@"); FromDomain)))); "");
FromName := @Left(@If(@IsAvailable(Principal) & @Length(Principal); Principal; From);"@");
FromStops := @Right(@If(@IsAvailable(Principal) & @Length(Principal); Principal; From); "@");
FromName + "@" + @If(@Contains(FromStops; "@"); @Left(FromStops; "@"); FromStops)
Fbaum:
Hallo,
ich habe die hier noch eine Formel...
FIELD Principal := @GetProfileField("CalendarProfile"; "Owner");
@UserName
Ist das evtl. die Formel? Was ist zu ändern?
Gruß...
Navigation
[0] Themen-Index
[*] Vorherige Sete
Zur normalen Ansicht wechseln