Once again, thanks a lot Allen! I always learn something new through your content. I can say your tips definitely helped me get promoted twice in a year and a half :) Keep it up!
That was great! Can you also make videos on all the mentioned topics and explain best practises. That will be awesome. Anyways thanks for informative video.
Thank you! I'll definitely consider this for future videos. I do have several videos already that are focused on leading practices for areas of the platform such as client scripts, business rules, and so on. Check those out if you get time!
Great tips. I discovered Subscription Management just 1 month before this video. There is a list of paid roles which are marked as a Fulfiller , in our CSM v5 we have around 212. But it’s not clear does “admin” paid ? As it’s not listed but as we all know it contains a bunch of roles. 2. I have a Fulfiller (paid) role listed, my users don’t have it directly but I surprisely found that it included into snc_internal role lol. So each my Fulfiller now counts as paid?(it’s included ootb )
Hi! I’ll first say that you definitely speak to your or your clients SN Account Executive for the most accurate and up to date answers. However, to give you some guidance, Admins do usually consume a fulfiller license because of their access on the platform. They don’t count 10 times for just the 1 admin, it’s 1 charge for each admin. For your other question, if fulfiller roles are nested within your snc_internal role, which means basically everyone gets that role out of box, then you may be under a license model that it per user, versus per role…or….someone on added this fulfiller role to the snc_internal role when they shouldn’t have. Again, you’ll want to check with your SN Account Executive for the best answer. I hope this helps! 😊
Hi there , Thanks for your videos they are very informative :) can you please let us know how can we showcase our Portfolio for Service-now Admin ? say I create tables , users rules etc using SN Dev instance and want to share that in my resume like a link or something like GitHub but for service-now.
Hi, thank you for the kind words! To showcase a development/design portfolio you could consider creating a custom portal/app with the "Public" role configured so that they don't have to login. Alternatively, you could record yourself giving a demonstration/walkthrough and then link to that. I think allowing people to SEE it versus see an app repo (such as in Git) will go a long way. Give that a shot?
@@Allenovation Hi , Thank you so Much for your suggestion , since I am new to service now admin/dev I will dig to see how I can create a custom portal/app with the "Public" role configured as you suggested Keep the valuable info coming , Thanks again
@@Allenovation Hi There, Thanks again for sharing your Knowledge. I am now CSA Certified :) I am in the process of creating a Customer portal ( Public) to showcase my Portfolio and i have a couple of Questions : in your recommendation you said we can create a custom Portal / App, after i create a Customer portal , i want to create a custom App but i wonder how can i make it Public for people to see it as Public access ( showcase )? also as per this video how can I practice these 10 secrets you mentioned? can i do that in PDI? and how can i Show case these 10 secrets when i practice them ( I hope I am making sense here ) :) Thank you in advance
@@nouamandehmani Hi, you can set the portal to be public (such as how it's done for Customer Service Management) and for your custom application scope, you can also set specifics pieces (via ACLs) to public. There is a "public" role that you would simply assign as to who can read it, etc. For the portal, there is a roles field you can set and add public to that, etc. (more information for that is online). All of this should be done in your own PDI as that is what follows you throughout your career (just remember to back things up to source control in case you lose your PDI due to some issue).
With a good release testing process and good governance of the dev environment, there is no need to clone prod to dev. Prod to QA, yes, but no need to clone to dev.
Hi. Cloning Prod to Dev isn’t just for syncing development. It’s also to sync data, such as groups and other records, as applicable. These may have been created manually or by another process such as LDAP. Instead of exporting and importing, cloning would be much more efficient. In any case, I appreciate your input and thank you for commenting!
@@Allenovation Dev should not have production records, instead there should be production like data in dev for unit testing, etc. Any dependencies on SYS_IDs should be migrated to using constants in a script class. Even for LDAP I would only sync a sub scope of the developers and for SSO, for example.
No Prod data at all in Dev may be what you’re used to, which is completely understandable as each organization has their own governance and processes. For the group sys_id, yes, when scripting you wouldn’t hardcode it, when using no-code/low-code, which would be preferred if the option is available for the use case, the record would need to be there. And instead of exporting and importing, cloning Prod (and this is for far more data than just groups), would be the most efficient. I believe I saw UK in your name somewhere? For our friends overseas and across Europe, yes, you all have different regulations that may cause the normal cloning process to skip Dev. For Americas, at least, it’s common to clone Prod to Dev and use excludes and preservers as needed. Although some do skip Dev here as well, so it all depends on the environment. Take care!
Once again, thanks a lot Allen! I always learn something new through your content.
I can say your tips definitely helped me get promoted twice in a year and a half :) Keep it up!
Wow! That’s great news! Thanks for your support and feedback!
Great video as always!
Maik!!!!! Thank you! Can't wait to watch your livestream soon about importing!
Thank you for the great RUclips episode with tips and insights! Could you please provide some material on AI in ServiceNow? Looking forward to it.
You're very welcome! Thank you for the comment and definitely, I'll add that topic for a future video! Thanks for the suggestion!
@@Allenovation ❤❤❤❤❤❤❤❤❤❤
Did You know Document Intelligence or Task Intelligence???
Great, Video. so many of those new applications are helpful and easy to learn and use
Very true! 😀
Thanks Allen!
You're welcome! 😊
That was great! Can you also make videos on all the mentioned topics and explain best practises. That will be awesome. Anyways thanks for informative video.
Thank you! I'll definitely consider this for future videos. I do have several videos already that are focused on leading practices for areas of the platform such as client scripts, business rules, and so on. Check those out if you get time!
Great tips. I discovered Subscription Management just 1 month before this video. There is a list of paid roles which are marked as a Fulfiller , in our CSM v5 we have around 212. But it’s not clear does “admin” paid ? As it’s not listed but as we all know it contains a bunch of roles.
2. I have a Fulfiller (paid) role listed, my users don’t have it directly but I surprisely found that it included into snc_internal role lol. So each my Fulfiller now counts as paid?(it’s included ootb )
Hi! I’ll first say that you definitely speak to your or your clients SN Account Executive for the most accurate and up to date answers. However, to give you some guidance, Admins do usually consume a fulfiller license because of their access on the platform. They don’t count 10 times for just the 1 admin, it’s 1 charge for each admin.
For your other question, if fulfiller roles are nested within your snc_internal role, which means basically everyone gets that role out of box, then you may be under a license model that it per user, versus per role…or….someone on added this fulfiller role to the snc_internal role when they shouldn’t have. Again, you’ll want to check with your SN Account Executive for the best answer.
I hope this helps! 😊
Which Learning platform is recommended for a beginner?
Hi, the official ServiceNow learning platform is Now Learning. That would be the best place to go for all official training on ServiceNow.
Hi there , Thanks for your videos they are very informative :) can you please let us know how can we showcase our Portfolio for Service-now Admin ? say I create tables , users rules etc using SN Dev instance and want to share that in my resume like a link or something like GitHub but for service-now.
Hi, thank you for the kind words! To showcase a development/design portfolio you could consider creating a custom portal/app with the "Public" role configured so that they don't have to login. Alternatively, you could record yourself giving a demonstration/walkthrough and then link to that. I think allowing people to SEE it versus see an app repo (such as in Git) will go a long way. Give that a shot?
@@Allenovation Hi , Thank you so Much for your suggestion , since I am new to service now admin/dev I will dig to see how I can create a custom portal/app with the "Public" role configured as you suggested Keep the valuable info coming , Thanks again
@@nouamandehmani You're very welcome! Thank you for your support!
@@Allenovation Hi There, Thanks again for sharing your Knowledge. I am now CSA Certified :) I am in the process of creating a Customer portal ( Public) to showcase my Portfolio
and i have a couple of Questions : in your recommendation you said we can create a custom Portal / App, after i create a Customer portal , i want to create a custom App but i wonder how can i make it Public for people to see it as Public access ( showcase )? also as per this video how can I practice these 10 secrets you mentioned? can i do that in PDI? and how can i Show case these 10 secrets when i practice them ( I hope I am making sense here ) :)
Thank you in advance
@@nouamandehmani Hi, you can set the portal to be public (such as how it's done for Customer Service Management) and for your custom application scope, you can also set specifics pieces (via ACLs) to public. There is a "public" role that you would simply assign as to who can read it, etc. For the portal, there is a roles field you can set and add public to that, etc. (more information for that is online). All of this should be done in your own PDI as that is what follows you throughout your career (just remember to back things up to source control in case you lose your PDI due to some issue).
Thank you Allen!
You’re very welcome! Thanks for watching and taking the time to leave a comment as well!
Great video 😊
Thank you for watching and leaving a comment!!
Thank you for sharing these secrets. I think Allenlightenment would be another fitting channel name 😄
You’re awesome! That may be something in the future, haha!! Thank you!
Thank you !!!!!!
Thank YOU for watching and leaving a comment!!
With a good release testing process and good governance of the dev environment, there is no need to clone prod to dev. Prod to QA, yes, but no need to clone to dev.
Hi. Cloning Prod to Dev isn’t just for syncing development. It’s also to sync data, such as groups and other records, as applicable. These may have been created manually or by another process such as LDAP. Instead of exporting and importing, cloning would be much more efficient. In any case, I appreciate your input and thank you for commenting!
@@Allenovation Dev should not have production records, instead there should be production like data in dev for unit testing, etc. Any dependencies on SYS_IDs should be migrated to using constants in a script class. Even for LDAP I would only sync a sub scope of the developers and for SSO, for example.
No Prod data at all in Dev may be what you’re used to, which is completely understandable as each organization has their own governance and processes. For the group sys_id, yes, when scripting you wouldn’t hardcode it, when using no-code/low-code, which would be preferred if the option is available for the use case, the record would need to be there. And instead of exporting and importing, cloning Prod (and this is for far more data than just groups), would be the most efficient. I believe I saw UK in your name somewhere? For our friends overseas and across Europe, yes, you all have different regulations that may cause the normal cloning process to skip Dev. For Americas, at least, it’s common to clone Prod to Dev and use excludes and preservers as needed. Although some do skip Dev here as well, so it all depends on the environment. Take care!