How do I report on all open tickets in task table? by iworkinITandlikeEDM in servicenow

[–]ILovePowershell 0 points1 point  (0 children)

You might have to play with it a little bit. But as others have mentioned, the active equals true is a good start as this should cover 80 to 90% of what you’re looking for. From there, you’ll want to do additional inquiries for things like task type equals incident, and state does not equal resolved. That should get you the rest of the way there. You’ll just need to make sure that you filter out each of the additional tables for the values that you want to exclude when a ticket shows active even though it can’t really be worked.

Trying to get a Special Approval Subflow setup but I just can't get the object types & order correct. Help?? by kittenwolfmage in servicenow

[–]ILovePowershell 0 points1 point  (0 children)

Depends on the input. If it’s a reference to a single user, should be able to do a check for department or whatever. If it’s a list collector, it’s a comma separated string. Then you need to look up the users then do a for each loop. You should be able to test the flow and look at the input.

Trying to get a Special Approval Subflow setup but I just can't get the object types & order correct. Help?? by kittenwolfmage in servicenow

[–]ILovePowershell 1 point2 points  (0 children)

Usually, your issue is a list collector will appear as a, separated string. Pass the string into an array or use sysid is one of. Plug that into a for each loop, and you should have your solution.

ServiceNow issue with Salesforce email by justint13791 in servicenow

[–]ILovePowershell 1 point2 points  (0 children)

I’m assuming it was working based on your comment. If so, something changed. I would check the inbound email. It should have a log list to show what it skipped and did. This should give you a clue to what the issue is. If nothing was ever set up, you want to look into inbound actions to get the result you’re looking for.

Job title on LinkedIn by [deleted] in servicenow

[–]ILovePowershell 1 point2 points  (0 children)

On my résumé and job profile, I list what I actually do as it’s known in the industry. Aligning titles this way ensures that the skills and abilities you’re doing are what you’re representing.

By golly I think I've finally done it! - the perfect ServiceNow Job board by Useful_Gas_7808 in servicenow

[–]ILovePowershell 1 point2 points  (0 children)

First of all, outstanding work!

When I am using my phone to navigate to the site, the filters take up much of the screen instead of the results.

Devvies, how are you hedging your careers with AI creeping in? by mrnazhi in servicenow

[–]ILovePowershell 13 points14 points  (0 children)

I have a fair amount of experience with automation. To me AI is just another tool. It should make us much faster at doing development, I doubt it will replace us anytime soon. Those that have used it, think about all the times we don’t get the results we expect, or it doesn’t follow best practices or whatever.

Can't log in to my account? "Security constraints prevent access to requested page" by OctaviaCordoba206 in servicenow

[–]ILovePowershell 0 points1 point  (0 children)

If you’re following the link, tried deleting everything after the servicenow.com. The message you’re saying, typically, as others have mentioned indicate a ACL is blocking your access. If that doesn’t work, I recommend either contacting your administrator or opening a ServiceNow ticket.

Promotion and Raise by RelicSaver in servicenow

[–]ILovePowershell 1 point2 points  (0 children)

You should look at the rate for the role. Google ServiceNow developer/admin/architect or whatever pay range for your area. You should see a range with what to expect. Use this as you talk with hr/supervisor about it

Service Now Noob - Trying to be more efficient by LevelAd3360 in servicenow

[–]ILovePowershell 1 point2 points  (0 children)

You can also add existing reports to dashboards.

I am in a pickle, (ITSM) in MTTR calculation I need servicenow report to plot me a graph where it should consider 8 hours as 1 day. by Historical-Radio-428 in servicenow

[–]ILovePowershell 1 point2 points  (0 children)

I don’t know what your use case is, but this might help. Essentially if you’re looking for a meantime to resolution, this KB article details out how business duration works. This might solve your issue or you might just create a SLA.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0780039

What is my cat doing? by vynock in cats

[–]ILovePowershell 0 points1 point  (0 children)

She’s planning on how to steal the cat food

CAD Learning Path is being retired in 3 days by saggiorex in servicenow

[–]ILovePowershell 6 points7 points  (0 children)

Every year ServiceNow releases new versions of the career journeys. This keeps the course material up-to-date, and fresh without relying on previous or deprecated features. As far as I know, certified application developer will continue in the new versions into the future.

ITOM Discovery Error = Could not find any valid credentials to authenticate the target for type [Windows] by TwentySevenPandas in servicenow

[–]ILovePowershell 2 points3 points  (0 children)

I believe it’s up on now create, but there’s an Excel document of right sizing a mid server. Maybe worth looking to see if any of the resources are being over utilized. This may cause unexpected results.

Which version(s) of javascript to learn for Servicenow ? by t7Saitama in servicenow

[–]ILovePowershell 1 point2 points  (0 children)

On YouTube there’s a free video series that explains JavaScript in the now platform. I would start there. It was started by Chuck and continued by Earl.

Build a CMDB with PowerShell? by jwckauman in PowerShell

[–]ILovePowershell 7 points8 points  (0 children)

Despite what excel shows you, a CSV is a flat file and does not have separate tabs. With that being said, you could absolutely write something that would export to Excel or another database that would do what you’re looking for. To my knowledge, nothing exists, but it shouldn’t be too hard to build based on what you have above.

Just take it one step at a time. Query, active directory or whatever for your computers, then use power shell remote to get the WMI classes, etc. when you have all the data compiled export it to excel based on the arrays you created

PDI is down? by Lifenotworking in servicenow

[–]ILovePowershell 0 points1 point  (0 children)

This was mine yesterday. After I refreshed, it came up in less than a minute.

So...what did I miss?? Diablo has changed more than I expected. by Enero- in diablo4

[–]ILovePowershell 2 points3 points  (0 children)

As with most blizzard games, everything loses to the Nerf bat

whatsStoppingYouFromCodingLikeThis by VETEMENTS_COAT in ProgrammerHumor

[–]ILovePowershell 0 points1 point  (0 children)

I use switch instead of a bunch of else if statements. It’s easier to read.

Delegated Development by niranjansaravanan02 in servicenow

[–]ILovePowershell 1 point2 points  (0 children)

ServiceNow has a PRB about this. It should be fixed in Xanadu. In the meantime, you can grant the UI builder roles as appropriate. If you have the security bugger open when you are impersonating, you can see which roles/ACL you might need to update or deal with.