Scripted REST APIs: AI Edition
10:37
Пікірлер
@AlexisOsborne-k9t
@AlexisOsborne-k9t 2 күн бұрын
Thank you for going so in-depth on these topics!
@ALBERTORAYGOSA
@ALBERTORAYGOSA 3 күн бұрын
Cool! Could you create a video explaining the Catalog Table Variable function for customized widgets? Thank you!
@tgair8181
@tgair8181 8 күн бұрын
Hi, you say traning courses.. do you mean in person training? are they more comprehensive than online courses
@MichaelGF-qi7kk
@MichaelGF-qi7kk 8 күн бұрын
very useful
@ydnaon
@ydnaon 9 күн бұрын
Your videos are AMAZING
@DerKlinker
@DerKlinker 22 күн бұрын
I did not know that you could create a Record Producer like that. Thank you for sharing.
@secretaryofsimplification
@secretaryofsimplification 24 күн бұрын
Thanks Ivan. Agree. Sometimes there is no other option except to dig and uncover the app workings yourself.
@alessandropennacchia1402
@alessandropennacchia1402 28 күн бұрын
Hi, Thank you for sharing these videos on Scripted REST API in ServiceNow, the entire playlist is brilliant! I was creating a similar POST request with an app I developed in ServiceNow and I was wondering if there is a way to handle business rules output in the rest script. Essentially, I don't want to allow users to create a record if the mandatory fields in the table are not filled out and, as of now, I just have a business rule set up to perform this check. Would you know if there are any best practices to implement input controls for the scripted API in ServiceNow?
@ivan-betev
@ivan-betev 29 күн бұрын
Great topic. I love the quality of your content. It reminds me how I was figuring this out myself long ago and the frustration that such an old product as Request Fulfillment has so many white spots in the documentation. 😊😅
@alokkumar-wr7yo
@alokkumar-wr7yo Ай бұрын
@Secretary of Simplification: could you please show how code is auto populated at 04:03 . are you using now assist feature ?
@evrenc.2874
@evrenc.2874 Ай бұрын
Thanks a lot for video
@vishwanathnarayanasamy4867
@vishwanathnarayanasamy4867 2 ай бұрын
Love your content. Just been following you recently. I built a couple of Scripted REST APIs for my companny just using your videos.
@lynnlong8154
@lynnlong8154 2 ай бұрын
This is nice one question. What if you only use two variable instead of all three. How would you only show the ones used?
@ayushmishra9144
@ayushmishra9144 2 ай бұрын
HELPFUL ✌
@2PaweL
@2PaweL 2 ай бұрын
💖💖💖💖💖💖💖💖💖💖💖💖💖💖
@2PaweL
@2PaweL 2 ай бұрын
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
@2PaweL
@2PaweL 2 ай бұрын
💖💖💖💖💖💖💖💖💖💖
@2PaweL
@2PaweL 2 ай бұрын
.💖💖💖💖💖💖💖💖💖💖💖💖
@2PaweL
@2PaweL 2 ай бұрын
💖💖💖💖💖💖💖💖💖💖💖💖💖💖
@2PaweL
@2PaweL 2 ай бұрын
💖💖💖💖💖💖💖💖💖💖💖💖💖💖
@dominikabak6786
@dominikabak6786 2 ай бұрын
Thank you for this excellent introduction to ServiceNow Scripted REST APIs. The quality and attention to detail in your video are outstanding. I appreciate the clear explanations and practical examples. Please continue making more videos, especially on AI in ServiceNow, tips, and best practices. Your content is incredibly valuable and greatly enhances our understanding.
@2PaweL
@2PaweL 2 ай бұрын
Thank you for this excellent introduction to ServiceNow Scripted REST APIs! The quality and attention to detail in this video are truly commendable. I really appreciate the clear explanations and the practical examples provided. Could you please create more videos on AI in ServiceNow, along with tips, tricks, and best practices? It would be incredibly helpful for the community. Keep up the great work!
@2PaweL
@2PaweL 2 ай бұрын
Thank you for this excellent introduction to ServiceNow Scripted REST APIs! The quality and attention to detail in this video are outstanding. I appreciate the clear explanations and the practical examples provided. Please keep up the great work and consider making more videos on AI in ServiceNow, including tips, tricks, and best practices. These topics would be incredibly valuable to the community. Looking forward to more content!
@worldoftech6451
@worldoftech6451 2 ай бұрын
I completed created the action-hit publish. For some reason it is not showing up the action name in the request action field. I tried to reboot my pc or exit out of the serviceNow app. Still not working. I'm not sure why? help. Thanks
@Baburao_Aapte
@Baburao_Aapte Ай бұрын
same with me
@nithyadevi6342
@nithyadevi6342 2 ай бұрын
Hi..Post more videos on flow designer from basic to advance.Also on catalog item, how to achieve multiple level approvals on FD.
@nithyadevi6342
@nithyadevi6342 2 ай бұрын
I like to learn more on flow designer from basic to advance.post more videos on FD
@shailendra___thakur
@shailendra___thakur 2 ай бұрын
while test load 20 records I am getting error , any fix?
@lavleshgarg
@lavleshgarg 2 ай бұрын
short and sweet, very good informative video, thanks
@Allenovation
@Allenovation 2 ай бұрын
Great video, Jason. Thank you!
@JIns-st5zk
@JIns-st5zk 2 ай бұрын
This is a great video. In the vehicles section, the model param is not working using =, LIKE, or IN. It returns 'No query parameters defined.' Could you shed some light on this?
@joshiveena-hw9ov
@joshiveena-hw9ov 2 ай бұрын
nice session
@HotTracksDiecast
@HotTracksDiecast 2 ай бұрын
Hi, I wonder if you have any ideas how to use low code to make pairs from a list of sysIDs and save them to a match record. ex. I have a list of competitors and I'm trying to make pairs to save to a new Match record like racer1 and racer2. One way I've been trying is. 1st I converted the list to a string by assigning it to a flow variable. then I created an action, and it takes the string and makes it into an array, then I use a script include to create a function where it returns an object like: { "Result": [ "{match=1.0, driver1=1, driver2=3}", "{match=2.0, driver1=4, driver2=2}" ] } but now I'm trying to use this to create a record on the match table, but I'm having issues with the kinds of data types the flow can use, and I'm wondering do I create a new action step or return it to the flow and try to make a loop or a for each. Any help would be appreciated. thanks.
@Missmmmmmmmmmm
@Missmmmmmmmmmm 3 ай бұрын
Thanks a lot, very well explained series :)
@adamsongwa-lj3gv
@adamsongwa-lj3gv 3 ай бұрын
I have tried to get the access token from Postman, but I keep on getting "error_description": "access_denied", "error": "server_error". I have checked on the community threads and it seems like many have had the same problem but with no clear solution.
@wyse68
@wyse68 3 ай бұрын
I miss those days 😢
@user-kl4yw8ps1s
@user-kl4yw8ps1s 3 ай бұрын
I have mutliple possible keys like 3 keys but it is always picking up the second key , how could i configure to pick the first key always,
@user-kl4yw8ps1s
@user-kl4yw8ps1s 3 ай бұрын
What does create index hint ui action do ?
@rupam39
@rupam39 3 ай бұрын
Amazing, learned something new today. 😃
@davidbarclay1738
@davidbarclay1738 3 ай бұрын
Great video, thanks! Question - how do you restrict the ability to select themes (in user preferences) to certain users?
@lokendarsingh1814
@lokendarsingh1814 4 ай бұрын
Hi!! So username and password is mandatory to share with Clients? Or is there an easy way to generate the refresh token for each registered app within ServiceNow?
@chaithanyak458
@chaithanyak458 4 ай бұрын
Normalisation is possible for reference fields
@savanthemurlidhar6635
@savanthemurlidhar6635 4 ай бұрын
Changing a theme for San Diego and Vancouver is same?
@buddymack
@buddymack 4 ай бұрын
I am new to ServiceNow and have no Java experience. However, you taught me how to create incidents quickly; thank you very much. The -1 confused me; I assumed you'd only have 4 incidents when you refreshed. What did i miss..heheh ;) 🫤...Thank you again! 🙃
@baatyr_patta1068
@baatyr_patta1068 4 ай бұрын
Hi Jason, thanks for the excellent explanation. My question is can we use for theme creation 'Theme Builder' ? what is the difference btw. TB and the way you did it?
@MarinaLEKSINA
@MarinaLEKSINA 4 ай бұрын
does this work with scoped applications and new tables(e.g. extending ootb ones)?
@pabarnes010
@pabarnes010 4 ай бұрын
Thanks for the details here! This has been super helpful. Wondering if you know how this integration step can be called from flow designer - i.e. Parent Case > Upload File > Create Child Cases
@way2job24
@way2job24 4 ай бұрын
Nice Video, I have one question it is possible when reference field invalid can we make pending value in normalization ?
@Rashmika514
@Rashmika514 4 ай бұрын
I do not see Content service or hardware model normalization in filter navigator. We have HAM license
@karanchhabra9188
@karanchhabra9188 4 ай бұрын
I am facing issue while creating Cryptographic module. Parent crypto module is not auto-populating as column_level_encryption.
@rahmanmahmoodi8573
@rahmanmahmoodi8573 4 ай бұрын
How do you see what the request body was, what was in the header etc?
@antonhofmann1796
@antonhofmann1796 Ай бұрын
that's the interessting stuff i want to know as well....
@rajeshguptha2118
@rajeshguptha2118 4 ай бұрын
Short and simple worth Video. Facing one problem i.e., not able to call the sys_user table while creating new record using Encrypted Field Configuration. Could you please guide me.