#2 5 Use Cases of Business Rules | ServiceNow Practical Use Cases

  Рет қаралды 44,562

SAASWITHSERVICENOW

SAASWITHSERVICENOW

Күн бұрын

Пікірлер: 47
@DocumentsRana
@DocumentsRana 2 жыл бұрын
You are best tutor on You tube.
@sunayanapatthipattla9732
@sunayanapatthipattla9732 4 жыл бұрын
Very thankful for your efforts 😊,we are looking for more videos from you ,we will support you
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
Thank you so much 😀
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
Thank you Sunayana. Keep learning and Keep Growing. Our Website: www.saaswithservicenow.in Our Facebook Page : facebook.com/saaswithservicenow Our Discord: discord.gg/mcevNeE
@D-Abhi
@D-Abhi 6 ай бұрын
Thanks for your Tutorials....In scenario 2....for that business rule it will calculate the attached incidents only which are attached after writing BR , It won't work retroactively!! for ex. if there is already one incident is attached before writing this BR and then we again attach one another BR then it'll show "Associated Incidents" as 1.
@javabeans9575
@javabeans9575 4 жыл бұрын
Nice Presentation, nice explanation. Very Helpful, Thanks!
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
Glad it was helpful!
@shilpritz3719
@shilpritz3719 4 жыл бұрын
Thank you somuch!!!!!! Learning so much from you Sir
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
Thank You Shilpa. Keep learning and Keep Growing. Our Website: www.saaswithservicenow.in Our Facebook Page : facebook.com/saaswithservicenow Our Discord: discord.gg/mcevNeE
@ServiceNowEmail
@ServiceNowEmail Жыл бұрын
Great content thank you!
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
sir can you please provide a tutorial on how to remove and assign role based on titile name through scripting
@nows5167
@nows5167 3 жыл бұрын
Thank you Gaurav.
@paththisambasivarao8401
@paththisambasivarao8401 3 жыл бұрын
Nice Presentation, nice explanation. Very Helpful, Thanks! On the scenario 3 : how to update the request state as well with closed complete ? like we are closing all catalog tasks and updating RITMs but still the request is open state ..please share the code for that..
@bachaf6413
@bachaf6413 4 жыл бұрын
This is a great video, well explained and executed. Can you make a video on ServiceNow integration with other tools, such as Twilio, Sailpoint IAM/IIQ and etc.
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
Thank You. Which module you want to integrate with. Keep learning and Keep Growing. Our Website: www.saaswithservicenow.in Our Facebook Page : facebook.com/saaswithservicenow Our Discord: discord.gg/mcevNeE
@bachaf6413
@bachaf6413 4 жыл бұрын
SAASWITHSERVICENOW how about User module?
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
Bach AF Sailpoint?
@bachaf6413
@bachaf6413 4 жыл бұрын
SAASWITHSERVICENOW surely
@hemanth208
@hemanth208 4 жыл бұрын
In scenario 2: if u add a problem to an incident, ass incident is 1 but now if u replace that problem number with other problem in same incident, then count in first problem won't get updated to Zero as per ur script
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
Hi Hemanth, Thats true. These are just examples to understand creating BR. Focus is not on all the requirements and scenarios. Please let me know if you have any question.
@cacurazi
@cacurazi 8 ай бұрын
Regarding scenario 3, the workflow is automatically closing the RITM & REQ after the tasks are closed completed.
@gouravaggarwal9357
@gouravaggarwal9357 4 жыл бұрын
Thanks a ton:)
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
Thank you Gourav. Keep learning and Keep Growing. Our Website: www.saaswithservicenow.in Our Facebook Page : facebook.com/saaswithservicenow Our Discord: discord.gg/mcevNeE
@am.1755
@am.1755 4 жыл бұрын
thank you more videos on use cases sir
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
More to come! Keep learning and Keep Growing. Our Website: www.saaswithservicenow.in Our Facebook Page : facebook.com/saaswithservicenow Our Discord: discord.gg/mcevNeE
@am.1755
@am.1755 4 жыл бұрын
thank you
@am.1755
@am.1755 4 жыл бұрын
@@SAASWithServiceNow give gpay/paytm/phonepay in description so that all can support this wonderful teaching cause.
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
@@am.1755 Thanks for your suggestion. I am fine not to go with money support from viewers as this my passion and I want people to learn free of cost. I earn enough with my job and little bit from my channel for my bread and butter. The best support I need Sharing of my channel, videos and get more subscription and spread more learning. Still someone is capable and want to give more support, there is a button on every video on youtube to buy applause for a video.
@am.1755
@am.1755 4 жыл бұрын
@@SAASWithServiceNow so nice of you all the best for everything god bless you thank you
@amanrathore1440
@amanrathore1440 2 жыл бұрын
(function executeRule(current, previous /*null when async*/) { // Add your code here var before=new GlideRecord('incident'); before.addQuery('rfc',current.sys_id); before.addQuery('state','!=','3'); before.query(); if(before.next()){ current.setAbortAction(true); current.setWorkflow(false); gs.addErrorMessage('please first closed the change request'); } })(current, previous); sir i have write this script but this script does not work please let me know it is right or wrong
@D-Abhi
@D-Abhi 6 ай бұрын
In scenario 3 ... why are you gliding the sc_task record when it is already selected in table
@vijaychandra9946
@vijaychandra9946 3 жыл бұрын
Thank you.
@seasuccesschannel2628
@seasuccesschannel2628 4 жыл бұрын
Good one
@ImranAli-hr6dd
@ImranAli-hr6dd 4 жыл бұрын
Hi sir, if I want to show the bold text for the "This work note is updated in the current. number" how to do that can you please share the code? [5th use case ]
@SAASWithServiceNow
@SAASWithServiceNow 4 жыл бұрын
Hi Imran, You can use [code]YOUR TEXT[/code] in worknotes
@vengadesha-y9b
@vengadesha-y9b Жыл бұрын
Hello Sir , USe Case no 2 , perfectly working fine but after when i removed the associated Problem ticket in incident form, count is not updating from 2 to 1 . It remains at 2 only in Associated_incident field . To fix this issue do we need to create another BR ?
@muditgupta4982
@muditgupta4982 4 жыл бұрын
Hi, I dont have agile module in my PDI. How to enable it?
@sumanpalisetty6096
@sumanpalisetty6096 Жыл бұрын
Agile Development 2.0 plugin (com.snc.sdlc.agile.2.0)
@sadanandkoli
@sadanandkoli 6 ай бұрын
@@sumanpalisetty6096 Thank you
@RandomVideos0486
@RandomVideos0486 2 жыл бұрын
is there a difference " " and ' ' ?
@Crazy2Brothers.
@Crazy2Brothers. 2 жыл бұрын
Create a incident task automatically after incident is create By using business rules How to do that
@amanrathore1440
@amanrathore1440 2 жыл бұрын
hy bhasker you have try below code (function executeRule(current, previous /*null when async*/) { // Add your code here var gr=new GlideRecord('incident_task'); gr.initialize(); gr.assignment_group=current.assignment_group.sys_id; gr.priority=current.priority; gr.state=current.state; gr.assign_to=current.assign_to; gr.short_description=current.short_description; gr.incident=current.sys_id; gr.insert(); })(current, previous);
@amanrathore1440
@amanrathore1440 2 жыл бұрын
you have to write your own code what u want
@fundamentals7377
@fundamentals7377 2 жыл бұрын
Scenario 5: If you ever want to remove time stamp in parent problem record work notes - please try the following: var WorkNotes = current.work_notes.getJournalEntry(1); var lines = WorkNotes.split(' '); lines.splice(0,1); var newWorkNotes = lines.join(' '); var h = new GlideRecord('problem'); h.addQuery('sys_id',current.problem); h.query(); if(h.next()) { h.work_notes = 'copied from problem task'+current.number+' '+newWorkNotes; } h.update();
@amethystgarcia7257
@amethystgarcia7257 2 жыл бұрын
Hello. I'm a newbie in ServiceNow. Regarding Scenario 2, I tried a different way to solve this. Could you please check if this is okay? Table: Problem When: Display Script: var ga = new GlideAggregate('incident'); ga.addQuery('problem_id', current.sys_id); ga.addAggregate('COUNT'); ga.query(); If(ga.next()) { current.u_associated_incidents = ga.getAggregate('COUNT'); }
@amethystgarcia7257
@amethystgarcia7257 2 жыл бұрын
@SAASWITHSERVICENOW I hope I could get a reply from you. Thank you very much in advance!
@FaneAncient
@FaneAncient 8 ай бұрын
(function executeRule(current, previous /*null when async*/) { // Add your code here var gr = new GlideRecord("problem_task"); gr.addQuery("problem",current.sys_id); gr.query(); while(gr.next()){ current.u_problem_task_count = gr.getRowCount(); current.update(); } })(current, previous); This also works and updates properly when problem task is created or deleted
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
#1 5 Use Cases of Client Scripts | ServiceNow Practical Use Cases
57:34
SAASWITHSERVICENOW
Рет қаралды 51 М.
What are Business Rules? It's not this.
10:58
CodeOpinion
Рет қаралды 32 М.
3 use cases of Business Rules
26:57
TechWithPri
Рет қаралды 6 М.
Why Agent Frameworks Will Fail (and what to use instead)
19:21
Dave Ebbelaar
Рет қаралды 116 М.
15 interview questions on Business Rules in ServiceNow
23:49
Hardit Singh
Рет қаралды 4,3 М.
What to chose between g_scratchpad, getReference and GlideAjax in ServiceNow
24:36
ServiceNow  IT Support Ticketing System Training | Updated Demo
15:45
Jobskillshare Skills-Based Platform
Рет қаралды 14 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН