Search found 2 matches

by agromany
09 Oct 2013, 10:34
Forum: Help
Topic: Add a new Dashlet
Replies: 1
Views: 453

Re: Add a new Dashlet

Solved it myself by adding a new module...
by agromany
09 Oct 2013, 09:57
Forum: Help
Topic: Add a new Dashlet
Replies: 1
Views: 453

Add a new Dashlet

Good Morning, i have a problem to display all tickets created by the current user at the dashboard. My code until now looks like this: <Item Key="Attributes">CreatedUserIDs=$Self->{UserID};CreatedUserIDs=999;</Item> If i use static CreatedUserIDs it is working properly. My question now is,...