servicenow-business-rules
Create server-side database triggers with proper execution timing, recursion prevention, and validation patterns. Covers two approaches: (1) Classic business rules in existing instances, and (2) Fluent SDK TypeScript definitions in .now.ts files. Use when implementing Before/After/Async business rules, preventing recursive rule execution, or enforcing data validation on database operations. For legacy instances, recommend Classic patterns; for SDK projects, recommend Fluent patterns.
Changelog: Source: GitHub https://github.com/DanielMadsenDK/NowDev-AI-Toolbox
No comments yet. Be the first one!