Archive

Archive for the ‘Lotus Formula’ Category

Way to use Soft Deletes And Response Documents

We’ve used soft deletes before, but never with response documents. So when our first project asking for that came about, it was time for some testing. And just like regular deletes can result in orphan documents, recovering soft-deleted documents can result in orphan documents. For example, let’s say you’ve soft-deleted a document and its parent.

If you restore the child, then the parent is still soft-deleted, so the child becomes an orphan in production. Conversely, if you restore the parent and not the child, that child, although not an orphan, might not be visible to your “deleted documents” views depending on how they were set up, so it might not be possible to restore that child.

Read more…

Viewed 10476 times by 2816 viewers

Easy way to Retrieving Specific Help Document in lotus notes

While in a lotus notes document, there may be a need for additional help. This action uses @Picklist to pull up the help view, the user selects which help document is needed, then brings up the actual document.

A simple Save & Return action button on the help doc gets the user back to their original document. Need a sorted notes view using a temporary variable assigned to @Picklist as the key. Found in the Worldwide Coutry Registration database.

Read more…

Viewed 5285 times by 1320 viewers

Deploy Lotus Notes Agent on different Domino Servers

For enterprise company with use many Domino Server for share load. If you create an agent you intend to deploy on multiple systems, you may find:

  • The server names on which you need to deploy are different from the name of your server. In addition, you may not know the server names in advance.
  • The agent developer’s signature is different from the end user’s signature.
  • The development server does not have a certificate in common with the production server.

We will look at several approaches to solving the first two issues, which in turn, will make the certification issue irrelevant.

Read more…

Viewed 15136 times by 4137 viewers

Lotus Notes Operator overview and precedence

Lotus Notes have operator same with other programming language but some operator have difference too. Then this topic point to formula operator for make we know Operator overview and precedence.

The table below lists the operators and their precedence, where 1 is the highest precedence. The horizontal lines separate operators of different precedence.

Read more…

Viewed 6441 times by 1566 viewers