Sunday, May 18, 2025
Information Technology Tips, Tricks and Techniques

Information Technology Tips, Tricks and Techniques

Everything About Information Technology

  • Welcome to ITPrecinct.com
  • Recent Posts
  • Blog
  • Tips-And-Tricks
  • Privacy Policy

Tag: ibm notes

The Power Of IBM Notes Formula Language

Nov 1, 2019Feb 28, 2020 Babur Mansoor

IBM Notes’ Formula Language is a powerful and versatile tool which can do almost everything a robust programming language may offer. It is used in forms, views, agents and almost all design elements and it can also be invoked from Lotus Script. Formula language provides this powerful functionality through a wide range of @functions. These […]

Continue Reading

Lotus Script Technique: Get The List of Users From ACL Given Levels.

Oct 5, 2019Oct 5, 2019 Babur Mansoor

The following function returns a List of Names (users) given a comma-separated-value string of levels: 0-No Access, 1-Depositor… 6-Managere.g: Levels = “1,2,3,4” or “4,5,6” or “5”The users having one of these access levels are returned in a list.

Continue Reading

IBM Notes Technique – Filter the Documents on the last 15 working days.

May 8, 2019Apr 1, 2021 Babur Mansoor

View Selection Formula: Get the records of the last 15 working days. This is achieved by calculating total days (TotDays) by moving back from now() and excluding all sundays (weekday=1). So for instance, If there are 3 Sundays in this period then we have to take 15+3=18 as TotDays (total working days) to get the […]

Continue Reading

IBM Domino Mobile Apps for Apple iPad is Available

Apr 26, 2019Apr 26, 2019 Babur Mansoor

No need to build separate mobile app. With IBM Domino Mobile Apps, your entire organization can access every single one of its Domino applications from an iPad, and bring the power of Domino to end users wherever they are working — online or offline. IBM Domino Mobile Apps is free of charge and publicly available […]

Continue Reading

LotusScript Technique: Do Something Based on Some Specific Role.

Jan 26, 2019 Babur Mansoor

Managing the control of flow of the code based on the role is the responsibility of the developer, not of IBM Notes. How? here’s the simple code snippet for you. Dim theRole As String Set acl = db.ACLSet ACLEntry = acl.GetFirstEntry theRole = “AuditOfficer” If ( ACLEntry.IsRoleEnabled( theRole ) …

Continue Reading

Recent Post

  • Top Cloud File Server Solutions in 2025 and Beyond May 13, 2025
  • Top 25 Interview Questions and Answers for DevOps Engineers May 7, 2025
  • Hybrid Computing: The Best of Both Worlds? Apr 17, 2025
  • The Next Frontier: How Brain-Computer Interfaces Are Redefining Human Potential Mar 15, 2025
  • The Future of Cybersecurity: A Comprehensive Guide to Post-Quantum Cryptography and Its Impact on the Digital World Feb 25, 2025

Post Categories

Post Categories

  • Android Tips and Tricks
  • Blog
  • External Links
  • Featured
  • General
  • General Tips and Tricks
  • Networking Tips and Tricks
  • Popular
  • Programming
  • Programming Tips and Tricks
  • Recent
  • Tech. News
  • Tips-And-Tricks

Recent Posts

  • Top Cloud File Server Solutions in 2025 and Beyond
  • Top 25 Interview Questions and Answers for DevOps Engineers
  • Hybrid Computing: The Best of Both Worlds?
  • The Next Frontier: How Brain-Computer Interfaces Are Redefining Human Potential
  • The Future of Cybersecurity: A Comprehensive Guide to Post-Quantum Cryptography and Its Impact on the Digital World