IBM® Lotus Notes® Traveler 8.5.1 software is a push email offering providing quick access to email (including attachments), calendar, address book, journal and to-do list for Lotus Notes mobile users. Imagine how this software could help your mobile workers respond to the needs of your business more quickly, while continuing to leverage your existing investment in Lotus Notes and Lotus Domino software.
Read more…
Viewed 386 times by 133 viewers
Replication/Save conflicts document are a necessary in a distributed environment like Lotus Notes. A developer can do all he/she can to minimize conflicts through things like setting the form properties to merge conflicts if possible and using document locking in Notes 6. But maybe document locking is something that can’t be implemented, because your users aren’t on Notes 6 yet or because the application is really distributed (users with local replicas and no network access can edit existing documents). In that case, you’re bound to have conflicts and will need to deal with them.
Read more…
Viewed 683 times by 238 viewers
In Lotus Notes Web, You’re probably familiar with the famous formula:
@ReplaceSubstring(@Subset(@DbName; -1); “\\” : ” “; “/” : “+”)
which will take the path to the current database and make it “browser-friendly”.
After getting sick of adding this to every single link and image tag that needed it, we decided there had to be a better way.
Read more…
Viewed 616 times by 213 viewers
As an Lotus Notes administrator, you attempt to change the manager of a room in the Resource Reservations database. However, you receive the error : Unable to interpret time or date
This error can also occur when creating a new room in the Resource Reservations database.
Read more…
Viewed 608 times by 222 viewers
The SendConsoleCommand is a LotusScript back-end method, introduced in Lotus Notes/Domino 6. This method can be used in a scheduled agent on a server to send console commands to the current or to a remote server. However, a Scheduled agent running session.SendConsoleCommand can return the following error message:
“You are not authorized to use the remote console on this server”.
Read more…
Viewed 636 times by 264 viewers