Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Examples: @IsDocBeingMailed

  1. This example returns 1 when the document is being mailed.
  2. @IsDocBeingMailed
  3. This example returns 0 before and after the document has been mailed.
  4. @IsDocBeingMailed 
  5. This formula is used in a field to calculate the number of times a document has been mailed. When this formula is provided as the definition of a computed field called TimesMailed, the field is initialized to 0 (since the document has not been mailed). TimesMailed is incremented with every mail operation, so if the document has been mailed once, the contents become 1, and the count increases by one each time the document is mailed.
  6. @If(@IsUnavailable(TimesMailed);0;
    
    TimesMailed+@IsDocBeingMailed)
Related topics
@IsDocBeingMailed




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009