You are a gem. I am very impressed with you sir. Though I took training in the ServiceNow Dev course from somewhere else.However I must say you are equally superb and stupendous.❤
@SKfacts_ITcareers5 ай бұрын
Thank you for kind words
@cacurazi6 күн бұрын
I appreciate how you raise the WHY question everytime, i.e., why do we have to make the user inactive if he/she has not logged into the system for more than 6 months?
@maheshbaghel98935 ай бұрын
Sir, i need to close task after 30 days if task is active . I have to do it from flow designer for only 1 service catalog item. how i can do plz help and make video
@SKfacts_ITcareers5 ай бұрын
Scheduled job...
@somyagupta77736 ай бұрын
You can use relative operand also
@SKfacts_ITcareers6 ай бұрын
What is the meaning of it
@somyagupta77736 ай бұрын
@@SKfacts_ITcareers according to current date it will fetch record like we put last_login_time relative 180 days ago it means it will fetch the data who is not active since 180 days from current date
@SKfacts_ITcareers6 ай бұрын
Ok
@smilessekhar0012 жыл бұрын
Your teaching is super. Can you please attach that script notepad copy s for your subscribers
@SKfacts_ITcareers2 жыл бұрын
Dear Raja, I would suggest to type by own so that it will easily than copy paste. Scripting only come once we write, not see
@smilessekhar0012 жыл бұрын
@@SKfacts_ITcareers tq
@Evilasdevil2 жыл бұрын
Hi Thank you I have use case for you For example a service request is raised and waiting for approver to approves it If sr is not approved So notification should send after 24 hour or 1 day to approver it and it should happen for 3 time if sr is not approved After third approval notification the item should be cancelled or closed Thank you
@SKfacts_ITcareers2 жыл бұрын
It can be configured in workflow level , not from schedule job level. In workflow, use parallel timer activity for 3 days - check if ritm approved or not based ritm approval state (if it have one approval) then trigger notification .... Please check this use case in Google and existing workflows in personal instance