- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on β08-19-2024 05:10 PM
I'm Patrick Wilson, part of the engineering team behind our new developer tooling for the ServiceNow platform, and I'm excited to introduce this dedicated space for developers building applications with the ServiceNow IDE, the SDK, and the new Fluent programming language in the Xanadu release. Whether you're just starting out or an experienced pro, this forum is the perfect place to ask questions, share tips, and connect with fellow developers.
Why Join the Forum?
- Get Expert Help: Our team is here to assist you. Whether you're stuck on a tricky issue or looking for best practices, you can count on our support.
- Learn and Share: Dive into discussions, learn from others' experiences, and share your own insights.
- Stay Updated: Be the first to know about new features, updates, and best practices directly from the development team.
Resources to Get Started:
- Support Forum: Join the Community β Your go-to place for all SDK-related discussions and support.
- YouTube Demo: Watch the Demo β See the ServiceNow IDE in action with a hands-on walkthrough.
- Official Documentation: Explore the Docs β Comprehensive guides, tutorials, and reference materials to help you build with confidence.
Don't hesitate to start a thread or jump into an existing conversation. The community and our developers are here to help you succeed!
See you in the forum!
- 1,269 Views

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Consider me subscribed! Looking forward to some more documentation on mid server connections to GitHub and converting existing applications to fluent!
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Everyone!
I'm novice when it comes to development on the ServiceNow Platform. I'm trying to do something that seems simple but I'm having great difficulty accomplishing. Here's what I'm trying to do.
I want to create/open a record similar to what I've seen for business rules / client scrips in the starter codes (see the below code). When I build and deploy the code, no new records is created. I tried the examples in the document... same result. Can someone please advise how I can do this?
code:
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Sorry, I'm not familiar with the `rm_story` table, but does it extend `sys_metadata` by chance? After you run `now-sdk build` can you check the `dist/app/update` folder to see if that record exists in one of the xml files? Name should start with `rm_story_xxxx.xml` type format