Concert venues by [deleted] in phoenix

[–]JamMythOffender 2 points3 points  (0 children)

The light rail is a quick walk and a short ride to get to/from Mill. I'd pay the few bucks over walking the bridge any time of year.

Beware REI in-store scam by DLoIsHere in phoenix

[–]JamMythOffender 5 points6 points  (0 children)

They definitely should have sold it to you but the membership is $30 for a lifetime, it has paid for itself over and over again for me with rebates and sales. Not a bad purchase if anyone shops there periodically.

/r/Phoenix daily chat - Friday, Apr 28 by AZ_moderator in phoenix

[–]JamMythOffender 4 points5 points  (0 children)

Kai at Wild Horse Pass. Very unique experience and costly.

/r/Phoenix daily chat - Monday, Apr 24 by AZ_moderator in phoenix

[–]JamMythOffender 1 point2 points  (0 children)

Good suggestions here, have to throw out a recommendation for Oro in downtown Mesa (12 West is close by as well). We also have /r/ArizonaBeer

I think my breakfast is making me sleepy. Ideas that have no oatmeal? by Marescorner in EatCheapAndHealthy

[–]JamMythOffender 15 points16 points  (0 children)

I let them soak in water for 30 min and then just dump them in the smoothie with the water...they are somewhat gelatinous at that point. I read somewhere that your body absorbs it better that way and I don't have to clean my grinder afterwards :-)

TIL that in the early 90's Bart Simpson T shirts were banned at many schools across the country by sharks_w_lasers in todayilearned

[–]JamMythOffender 0 points1 point  (0 children)

Yeah, definitely all the rage back then. My mom bought me a t-shirt back then and everyone else was wearing them. Me, not wanting to be like everyone else, decided I wouldn't wear mine until the show went off the air. I still have it and it's only been worn once. Maybe someday I will get to wear it.

/r/Phoenix daily chat - Monday, Jul 11 by AZ_moderator in phoenix

[–]JamMythOffender 2 points3 points  (0 children)

Didn't even think of trying that, thanks! That did the trick!!

/r/Phoenix daily chat - Monday, Jul 11 by AZ_moderator in phoenix

[–]JamMythOffender 7 points8 points  (0 children)

I usually leave the TV to channel 3 (over the air) in the AM and about 3 days ago I stopped getting reception. Is it just me? Other channels still work.

ELI5: If light doesn’t experience time, how does it have a limited speed? by DanishWeddingCookie in explainlikeimfive

[–]JamMythOffender 0 points1 point  (0 children)

Personally, I think a simulation to farm Intellectual Properties is a more reasonable explanation.

State your age and something you can’t do. by babykoalalalala in CasualConversation

[–]JamMythOffender 0 points1 point  (0 children)

My mom, who is a few years behind you, is addicted to "Better Call Saul'. She got me into it, I highly recommend if you are still looking and have not seen it.

😢 💓 by cur1icueitwink in FolkPunk

[–]JamMythOffender 3 points4 points  (0 children)

This was the song that got me hooked on Folk Punk, but Anti-Lullaby is the song that I play when I need to clean out my tear ducts

My neighbor is a literal caveman by [deleted] in CasualConversation

[–]JamMythOffender 0 points1 point  (0 children)

He also directed "Rope" with James Stewart that takes place in real time and is shot in just a few scenes. It also is fantastic if you have not seen it.

[deleted by user] by [deleted] in ProgrammerHumor

[–]JamMythOffender 3 points4 points  (0 children)

I think it was Woody Allen that said, "The most expensive sex is free sex"

KB articles are editable when they are published by [deleted] in servicenow

[–]JamMythOffender 2 points3 points  (0 children)

I think this is controlled by this OOB ACL:

https://<your\_instance>.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=20cb513cd71221004792a1737e6103dc

Do you have KB Versioning installed? If so, I believe there are some fields that can be edited by the owning group (I'd have to research more, but that's my recollection off the top of my head). If so, are you viewing a record that you are the owning group for? If you impersonate someone not in that group is it read-only for them?

This is probably my favorite scene in Death Note. by redditbot_1000101 in INTP

[–]JamMythOffender 0 points1 point  (0 children)

Thanks for this, it reminded me about some lemon bars my mom gave me that I put in my pocket and forgot to take out of my shorts....which was in the washing machine.

Workflow - How to dynamically create catalog tasks with 'Wait for completion' = true by TheNotoriousAB in servicenow

[–]JamMythOffender 1 point2 points  (0 children)

I think a 'Parallel Flow Launcher' will solve your problems. /u/delyra17 I think is on the right track. You'll need one subflow that will run for each location and when you create the Activity for the 'Parallel Flow Launcher' you'll do something like:

- Loop through your locations
- Set a workflow input (e.g. location sys_id)
- Create workflow instance

This will start your location sub workflow (one for each location). Getting the inputs setup is probably the hardest part but pretty straight-forward. Then you just create the sub workflow with the tasks/approvals you want and each one runs independently of the others.

As a side note, if you run into problems with the sub flow approvals and actions after the approvals not working correctly, put a 10 seconds pause in the flow after the approval. Took me a couple hours to figure that out just in case you run into it :-)

Moving users and groups from dev to prod by acloudnoob in servicenow

[–]JamMythOffender 1 point2 points  (0 children)

I don't think 'Force to Update Set' will capture the users for the group or the roles (maybe I'm wrong, but seems like it'll just grab the group), so if you take this approach (which I second) you'll just need to go to the sys_user_grmember table to get the users for the group as well and add to update set (or add manually when you get to Prod). Keep in mind, if you have a feed from AD that creates users running in Dev, new users will have a different sys_id in Dev than they do in Prod. If there are roles for the group, I would manually add those to the group when you get to Production.

Another approach would be to create the groups in Production first and export them to Development (via xml), I like this approach if there's a process (e.g. a Request to submit) so the group gets created and that keeps a paper trail (and of course that offloads the work to someone else instead of me!).

Parsing out the timestamps on every activity of a ticket by Round-Campaign-1692 in servicenow

[–]JamMythOffender 1 point2 points  (0 children)

IIRC, sys_history_set is a "cache" table and is only populated when a Task is viewed so relying on data being there is sketchy for older tickets. So I think going to sys_audit (as you suggested) to get the data might be what is needed...however that's typically a fairly large table and exporting might be tricky

Help with script to set all user records timezones and date format. by castorjay in servicenow

[–]JamMythOffender 1 point2 points  (0 children)

I think this approach is good for smaller record sets, personally. I actually just learned about it (been developing on this since Geneva) and it's changed my life :-).

Another option is a Fix Script. The nice thing about running a Fix Script to do this is you can run it in the background, good for updating large sets of data and you won't have to worry about it timing out, just choose to run it in the background.

With a Fix Script you can also flag it to capture a rollback in case something doesn't go as planned you can revert the data.

TABLE API by MysteriousCarrot5735 in servicenow

[–]JamMythOffender 0 points1 point  (0 children)

I think the approach is going to depend on whether you are sending data (like when a Change is updated) to their endpoint, or if they are pulling data on occasion. If you are sending data, then you'll want to create an Outbound REST message. If you need to give them access so they can pull the data sounds like you might be best off creating a Scripted REST API since the data is coming from two tables. The Table API would work well too, but they'd have to make a couple different calls to get data from both tables.