🤖 How to Embed ServiceNow Virtual Agent in Any Website Learn how to embed the ServiceNow Virtual Agent in any website using the Portable Web Client, with support for SSO, CORS, and custom branding. Includes code samples and integration tips.
How to Easily Add Google Fonts to Your Shopify Store Using Google CDN 🎨 Today, I'm excited to walk you through the simplest way to add Google Fonts to your Shopify store using Google's CDN. It's super easy, and you'll have your site looking sleek and unique in no time! 🚀 Step 1: Pick Your Font ✍️ First
Shopify: How to add custom colour variable in Dawn theme and use it 🚀 Optimize Your Shopify Store's CSS with Custom Variables 🎨 Are you using the same CSS values repeatedly across different elements? Instead of hardcoding them each time, embrace the power of CSS variables! 🌟 By using variables, you can effortlessly update one value and have it cascade throughout your entire stylesheet.
GlideRecord, GlideAggregate and when to choose one over the other 💡Specific record operations? GlideRecord Aggregated data and calculations? GlideAggregate If you're anything like me you must have spent a fairbit of time scratching your head over when to use GlideRecord and when to switch to GlideAggregate. I want to dive into the nitty-gritty of these concepts especially when
Exchange attachments using SOAP in ServiceNow I came across many scenarios where there is an integration between two ServiceNow systems (not with Integration Hub) and we require to exchange attachments along with the records. In this post I want to give solution for below use case. Use case A bidirectional incident integration configured between 2 ServiceNow
How to transfer data securely using JWT in ServiceNow In this article I will take you through from certificate creation till generating an encrypted JWT payload in ServiceNow. We can use this JWT payload for secure data transfer. There are many articles and blogs on what JWT is and how to use it in ServiceNow if we already have