You’ve created an _end_user role to initiate device purchase requests, but the access method for the end user isn’t clear. Do they need a sys_user record in ServiceNow? Or is there a way to allow catalog form access without making them a ServiceNow user, which could incur additional costs? Additionally, there’s no information on ServiceNow’s pricing model. How would ServiceNow charge for this setup-for example, by user role, license type, or form usage?
Well to access servicenow catalog item the user has to be part of ServiceNow sys_user table for sure. For the pricing model of servicenow I dont have any idea on this, so you can go to servicenow.com and contact them directly 🤓
Hi Pri. I couldn't get the Business Justification to be Mandatory if qty >2. I have a new Xanadu PDI: I have copied the script: var quantity = g_form.getValue('choose_quantity'); if (isNaN(quantity)) { alert('Error!! You can only input numbers into this field'); } else { if(quantity>2){ g_form.setMandatory('business_justification', true); }else{ g_form.setMandatory('business.justification',false); } } I looks like what you have minus a few wording variations but it is still not working. The Top part works fine. It displays the error message if you don't input using numbers.
Hi pritham, How to configure dictionary override for scoped application. I am trying to override but i didn't get create option in scoped level. I switched to global and try but it's has create option but choosing table in dictionary override it's not showing my device request table. How can I solve. I am stuck with part 6. Please clarify
Hey ! So for an example I want to change the behaviour of the assignment group field in my Device Request table, in that case I will configure dictionary field for assignment group field and in the below I will see dictionary override tab and their I can see new button and once I clicked I can see - Base table - task Table - Device Request It should work in this way. But if you are having trouble you can follow the below guide - www.servicenow.com/community/developer-forum/how-to-make-dictionary-overrides-for-scoped-application/m-p/1492490/page/2 Let me know for any further concern 🤓
i lost my work as well and used the repository to get it back, its fire
Hey 👋
Sorry for the late reply 😔
Did you save it in the github repository?
Another solid video. Thanks.
The pleasure is all mine 😇
Keep watching and keep learning 👍
congrats on your new mac!!
Thank you!!
You’ve created an _end_user role to initiate device purchase requests, but the access method for the end user isn’t clear. Do they need a sys_user record in ServiceNow? Or is there a way to allow catalog form access without making them a ServiceNow user, which could incur additional costs? Additionally, there’s no information on ServiceNow’s pricing model. How would ServiceNow charge for this setup-for example, by user role, license type, or form usage?
Well to access servicenow catalog item the user has to be part of ServiceNow sys_user table for sure.
For the pricing model of servicenow I dont have any idea on this, so you can go to servicenow.com and contact them directly 🤓
Hi Pri. I couldn't get the Business Justification to be Mandatory if qty >2. I have a new Xanadu PDI: I have copied the script: var quantity = g_form.getValue('choose_quantity');
if (isNaN(quantity)) {
alert('Error!! You can only input numbers into this field');
} else {
if(quantity>2){
g_form.setMandatory('business_justification', true);
}else{
g_form.setMandatory('business.justification',false);
}
}
I looks like what you have minus a few wording variations but it is still not working. The Top part works fine. It displays the error message if you don't input using numbers.
Hey 👋
Sorry for the late reply 😔
Are you able to figure this out?
Hi pritham,
How to configure dictionary override for scoped application. I am trying to override but i didn't get create option in scoped level. I switched to global and try but it's has create option but choosing table in dictionary override it's not showing my device request table. How can I solve. I am stuck with part 6. Please clarify
Hey !
So for an example I want to change the behaviour of the assignment group field in my Device Request table, in that case I will configure dictionary field for assignment group field and in the below I will see dictionary override tab and their I can see new button and once I clicked I can see -
Base table - task
Table - Device Request
It should work in this way.
But if you are having trouble you can follow the below guide -
www.servicenow.com/community/developer-forum/how-to-make-dictionary-overrides-for-scoped-application/m-p/1492490/page/2
Let me know for any further concern 🤓
The requestor company is not showing pls help
Hey 👋
Drop me the code so that i can check and help you further 🤓
Hi pritam .what u uploading javascript in js playlist that is enough for sn development
Hey!!
Absolutely..enough!!
Also i will upload few more videos in upcoming days ..🤓
Hi Pritam, eagerly waiting for the next video 😅..... I have learnt lot of service now concept for your video ❤❤❤.. keep uploading videos 😊
My Pleasure 🙏🏻
Part 8 is coming soon..stay tuned 🤓
the choose quantity can be configure without writing script directly from type specification>validation regex = Number
Yes !! It can be done !!
Thank you for sharing 😇