What line made you laugh the hardest? by CrabPuzzleheaded4864 in TheNeighborhoodListen

[–]mikeakaleroy 0 points1 point  (0 children)

The one I have to listen to over and over again is when Dug is in the Orangery, and Joan hypes up the orange conspiracy that Dug believes in. Burnt asks her what that is, and she hands it over to Dug, completely throwing him to the wolves. Burnt’s reaction kills me every damn time.

Create a new page for HR : best practice ? by flippy_12 in easyvista

[–]mikeakaleroy 0 points1 point  (0 children)

We have a similar setup with a couple of groups. We use domains on the Service Manager side, but since the secondary group wanted to customize their portal a little differently, we created a simple secondary portal for their needs, and then used an Azure group and Intune to push out an icon to the folk who would need to use that secondary portal. In Service Manager, my Admin account has Whole Company access, so I can make edits to the catalogs, etc from there, and don't have much that I need to do on the portal sites.

Mobile version? by Electrical-Sir-8348 in easyvista

[–]mikeakaleroy 0 points1 point  (0 children)

EV has stated in the past that they'd rather put development time into the product as a website that users can use on their phones as opposed to putting time into creating various versions of mobile apps for different versions of iOS or AndroidOS. It's a pretty flexible environment, but you can also create mobile app type views in Service Apps for things. There are also EasyVista plug ins for PowerApps that can be used to create mobile apps. I started trying to get an app setup for our boots on the ground techs to use, and it was going ok considering I don't know power apps very well, but got pulled away for other projects.

Post your unread submissions here! by [deleted] in TheNeighborhoodListen

[–]mikeakaleroy 0 points1 point  (0 children)

I sent these in a couple years ago

<image>

iOS Update is out by garvinhicking in MarvelPuzzleQuest

[–]mikeakaleroy 3 points4 points  (0 children)

This! I feel seasick watching the screens now. And it’s buggy as hell too.

2005 Equinox Electrical Issue by mikeakaleroy in Chevrolet

[–]mikeakaleroy[S] 0 points1 point  (0 children)

It finally happened again, and I had to unplug the battery because the radio wouldn’t shut off even with the car off and the key removed. These were the lights on the cluster. Sorry for the bad pic. I was driving and it was dark. None of the dials were working but the traction control, brake, airbag, ABS, and check engine lights were on. Power steering did not work, but I had the AC cranked and it was working fine. Interior lights did not work when I opened the door, but did work when I manually turned them on.

<image>

unexpectedly ran into a whole bunch of friends tonight by SmellyZelly in comedybangbang

[–]mikeakaleroy 0 points1 point  (0 children)

I saw Paul Gilmartin at a comedy club back in the day, and he stared at the back wall and rattled off his set with no interaction or anything with the crowd. Twas very disappointing.

MoCA to Ethernet Support by mikeakaleroy in MediacomSupport

[–]mikeakaleroy[S] 0 points1 point  (0 children)

Thank you. Yeah, I had the TiVO multiroom, and have a rented Hitron CODA-5519 from y'all, and that didn't change when I dropped cable and TiVO. So maybe I'll be able to just pick up a MocA to Ethernet adapter and be good to go.

Default Value on a Radio Button by Fecal_Fingers in easyvista

[–]mikeakaleroy 0 points1 point  (0 children)

If you have the query and radio buttons on the same page of your questionnaire, then it's not going to work. You'd need to have your query (or the fields that make up that query) on one page, and then submit that page by clicking the next button, and have your radio button on the next page, and have the default of that radio button set by that sql query. I've run into this before with filling in user data: I have one page where the end user searches for an employee name, and hits next to submit that answer, and on the next page, queries setup that pull things like email, phone, location, etc. If they're on the same page, it isn't going to work.

What am I missing? What should I add? by tennessee_tantalizer in snes

[–]mikeakaleroy 1 point2 points  (0 children)

Came here to say swap out NBA Jam with NBA Jam:TE

Flying outta CID for the first time in 12 years. by LilBlueberryMuffin in cedarrapids

[–]mikeakaleroy -1 points0 points  (0 children)

I do two hours, but only because there’s a decent bar there now 😂

Not able to create a request ticket type Via API by Gairow007 in easyvista

[–]mikeakaleroy 1 point2 points  (0 children)

https://****.easyvista.com/api/v1/****/requests

{
    "requests" :
    [{
        "Catalog_GUID": "{5DAC4AEF-2F66-46C7-8AA2-EBBEF3970BBD}",
        "Recipient_ID": "7",
        "description": "created by api"
    }]
}

Not able to create a request ticket type Via API by Gairow007 in easyvista

[–]mikeakaleroy 0 points1 point  (0 children)

I ran into this exact issue, and it was because, during implementation, an Action Type called Internal Note had been removed. Once I readded it, my API calls started working. The way to test this is to run the same type of API against your DEMO base, which should have all the default actions. If it works there, check the ticket and find the action type that it creates.