• User couldn´t create new contacts via Lotus Notes client in the Mailfile

    By Bastian Wieczorek 2 decades ago

    A user isn´t able to create a new contact via Lotus Notes 8 (Basic) Client.

    • fix here

      By Bastian Wieczorek 2 decades ago

      This happened because the hide when formular isn´t correct.



      Original:

      ———-

      ecl := @If(@IsError(@IsUsingJavaElement);0;@IsUsingJavaElement; 1; 0);

      ecl = 0|@LowerCase(@GetProfileField("CalendarProfile";"Owner"))

      = @LowerCase(@UserName)

      ———



      Fixed one:

      ———-

      ecl := @If(@IsError(@IsUsingJavaElement);0;@IsUsingJavaElement; 1; 0);

      ecl = 0|@LowerCase(@GetProfileField("CalendarProfile";"Owner"))

      = @LowerCase(@UserName);

      ecl

      ———



      The "ecl" value which was filles with the code wasn´t shown. So the element was hidden by default.

      • Thank you.... Where exactly is that hide formula? :)

        By Vince Schuurman/NotesOSS 2 decades ago
        • PeopleDisplay view

          By Bastian Wieczorek 2 decades ago

          open the PeopleDisplay (alias) and then the hide action from the "New Contact" action