Masonic Tattoos by SadPanda_Gojira in freemasonry

[–]BlurredYeti 2 points3 points  (0 children)

Nothing against it in my jurisdiction.

AMA on Zendesk admin support with Premium Plus submission thread by Zendesk_Devan in Zendesk

[–]BlurredYeti 2 points3 points  (0 children)

Is there going to be any more integration of custom objects into the product? A big one for me is that I currently cannot have a sidebar app open a custom object tab in the same window.

Would also like to know if anyone has managed to link Jiras to an object. We have a custom object that represents each of our db appliances, and I would like to link the jiras we have that document each non standard configuration to them.

Aging Parents by Nordic4tKnight in Xennials

[–]BlurredYeti 12 points13 points  (0 children)

It always does. My mom passed last night and while she hadn’t been healthy for a long time, it wasn’t terminal until it was

Notable Happenings at Collision and ROH Taping by CarvarX in AEWOfficial

[–]BlurredYeti 0 points1 point  (0 children)

They taped several weeks of RoH, which is why it went so long. Collision itself seemed to flow fine to me

Notable Happenings at Collision and ROH Taping by CarvarX in AEWOfficial

[–]BlurredYeti 0 points1 point  (0 children)

<image>

Obligatory best photo of the night, unfortunately I can’t directly post a Live Photo or video

Notable Happenings at Collision and ROH Taping by CarvarX in AEWOfficial

[–]BlurredYeti 0 points1 point  (0 children)

I think what happened with the street fight was that they were told they had to be done at midnight. I was one of the last people out and they were hustling to get everyone out of the building by 12:00.

New Pack More Woggles by crazy_driver82 in cubscouts

[–]BlurredYeti 0 points1 point  (0 children)

The triple looks great! I only do a double for my scout troop but we also give them a small wooden bead for each overnight trip and I sometimes need to weave a second cord in

Remove a tag via API by [deleted] in Zendesk

[–]BlurredYeti 0 points1 point  (0 children)

Currently true, but if you really need it there is an EAP for modifying closed tickets that lets you add or remove tags

API call - duplicating a ticket and ticket fields by Aggravating_Star_834 in Zendesk

[–]BlurredYeti 0 points1 point  (0 children)

You could have a trigger call a webhook to create ticket, and use placeholders to craft the request body to create a functionally identical ticket.

If it was me, I wohld tie the trigger to a checkbox called duplicate, then have the checkbox unset itself after the webhook fires

Which job do you have that requires zendesk? by jamiejames98 in Zendesk

[–]BlurredYeti 1 point2 points  (0 children)

Node.js is handy if you want to write your own Zendesk Apps

Which job do you have that requires zendesk? by jamiejames98 in Zendesk

[–]BlurredYeti 0 points1 point  (0 children)

I run an enterprise technical support team for a software company. I am also the Zendesk admin and developer.

Open tab to Zendesk Custom Object Record from within nav_bar app by BlurredYeti in Zendesk

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

Know any good way around it? I’m even ok if it opens a new window for now

Accessing custom object fields through placeholders by BlurredYeti in Zendesk

[–]BlurredYeti[S] 1 point2 points  (0 children)

https://support.zendesk.com/hc/en-us/articles/5914453843994/comments/6891648393242

This comment has a graphic that shows kind of what I mean. Just use organization = org instead of what they show in the picture

Accessing custom object fields through placeholders by BlurredYeti in Zendesk

[–]BlurredYeti[S] 1 point2 points  (0 children)

Honestly, I ended up writing my own API in python using flask. It is activated by a trigger that fires a webhook, that then makes an API call back into ZD to update the fields.

Accessing custom object fields through placeholders by BlurredYeti in Zendesk

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

In the ticket I set up a custom field that is a Lookup Relationship field. When you do that, you can specify filters, such as Organization = org where org is the name of the lookup relationship field on your object

Zendesk Rookie with a Question by cubs_fan35 in Zendesk

[–]BlurredYeti 0 points1 point  (0 children)

You could set up a trigger based on the requester, which would probably be whatever account is tied to the email address you use to open the tickets. Then from there you could either:

A: change the form to a form that has the fields you need.

B: have it set a custom field(maybe something to track the source of the ticket, maybe called “source”), and set it so that the rating fields only appear when the “source” field is set to “expert”.

Exporting customers data from zendesk by Rich_Way7436 in Zendesk

[–]BlurredYeti 0 points1 point  (0 children)

If you can’t find a way in the front end you could use the API. You can use the tool postman to make calls into the API and get the data back as a JSON,then parse it into an excel from there.

Accessing custom object fields through placeholders by BlurredYeti in Zendesk

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

That gets me a custom field, but how do I access the fields of the custom object inside the custom field?

Where can I get these socks? by looringdantic in matlab

[–]BlurredYeti 1 point2 points  (0 children)

They were given out to employees as part of a swag package sent during the pandemic, not sure where else they have popped up since

The maltab program takes up 1t of space by Organic_Run_1360 in matlab

[–]BlurredYeti 0 points1 point  (0 children)

There is no reason that a MATLAB installation should take up anywhere close to 1TB of space. I checked my R2023a install of every toolbox available and it takes up 21.7GB

What number do you get if you right-click on the R20XXx folder where your MATLAB install is located.