Sunday, March 01, 2026
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

  • Understanding Deep Learning: How Machines Learn to See, Hear, and Think Feb 5, 2026
  • Top 20 Windows 11 Shortcut Keys You Should Actually Be Using Jan 22, 2026
  • Vibe Coding vs. System Architecture: Why the ‘AI Architect’ Is the Top Job of 2026 and Beyond Jan 15, 2026
  • Electrons, Photons, and Qubits: How Computing Is Evolving Toward Hybrid Architectures Jan 5, 2026
  • The Rise of AI Co-Workers: What IT Teams Look Like in 2026 Dec 15, 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

  • Understanding Deep Learning: How Machines Learn to See, Hear, and Think
  • Top 20 Windows 11 Shortcut Keys You Should Actually Be Using
  • Vibe Coding vs. System Architecture: Why the ‘AI Architect’ Is the Top Job of 2026 and Beyond
  • Electrons, Photons, and Qubits: How Computing Is Evolving Toward Hybrid Architectures
  • The Rise of AI Co-Workers: What IT Teams Look Like in 2026