How are you using ServiceNow Fluent & SDK along with IDE in your projects?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
19 hours ago
Hey everyone,
I’ve recently started exploring the ServiceNow IDE + SDK + Fluent stack for a few apps I’m building. The promise of writing metadata in code, synchronizing changes with instance, and using TypeScript-like syntax sounds super powerful.
But I’m hitting a few roadblocks and wondering how others are doing it in real projects:
Do you prefer starting with Fluent definitions (tables, business rules, ACLs) or keep using classic UI-first approach?
How do you manage syncing changes between code and metadata — any best practices or pitfalls to watch for?
What’s your workflow: IDE → commit → deploy, or something else?
In what cases do you still revert to the classic/legacy scripting / UI config instead of Fluent?
Would love to see example snippets, folder structure, or just your lessons learned.
Let’s learn from each other 🔧