Recent searches


No recent searches

Rosa Lopez's Avatar

Rosa Lopez

Joined Jan 27, 2022

·

Last activity Nov 26, 2024

Following

0

Followers

0

Total activity

17

Votes

4

Subscriptions

8

ACTIVITY OVERVIEW

Latest activity by Rosa Lopez

Rosa Lopez commented,

Community commentZendesk EAP: WFM Public API

Hi,

Today I had the chance to review the documentation, and the feedback I can give is that I'd like it to be more complete and have more endpoints. For example, some things I find missing are:

  • Agents with Tymeshift active: extracting lists, creating new ones, etc.
  • Information about which team, location, and workstreams team members belong to, and the ability to make updates.
  • Workstreams, general tasks, time off reasons: getting lists, creating, and updating.

Let me know if you need further details!

View comment · Posted Oct 08, 2024 · Rosa Lopez

0

Followers

0

Votes

0

Comments


Rosa Lopez commented,

CommentUsing themes and customizing your Help Center

Hi, I was wondering if any of you have managed to solve this problem, as I have the same one and I can't get the dropdowns to work.

Thanks.

View comment · Posted Oct 19, 2022 · Rosa Lopez

0

Followers

1

Vote

0

Comments


Rosa Lopez commented,

Community comment Q&A - Help center and community

Hi Julia DiGregorio, you can try this:

- Categorize those tickets as 'task'

- In the 'requests_page.hbs' template add {{#isnt type 'task'}} after {{#each requests}}

          {{#each requests}}
          {{#isnt type 'task'}}

It has worked for us. 

View comment · Posted Oct 04, 2022 · Rosa Lopez

0

Followers

0

Votes

0

Comments


Rosa Lopez commented,

Community comment Q&A - Help center and community

Hi Tipene Hughes, thanks for your reply, luckily, I have managed to filter out the requests by date using the tymestamp format for the date. That was the part I was missing. Best regards.

View comment · Posted Mar 04, 2022 · Rosa Lopez

0

Followers

0

Votes

0

Comments


Rosa Lopez created a post,

Post Q&A - Help center and community

Hello! 

I would like to hide from the 'My activities' page the tickets whose last update was before 2021. 

I have already managed to filter certain requests by status, using

{{#isnt status 'closed'}}

on the requests_page.hbs, 

but I can't manage to filter them out by last update, I have tried using

{{#if (compare updated_at ">" 02/06/2022)}}

but it doesn't seem to work.
Is it possible to do what I am looking for, how would I have to write the code?

Thanks

Posted Mar 01, 2022 · Rosa Lopez

1

Follower

5

Votes

7

Comments