TudorSmith
Programmer
Here's a tricky one:
In my sc.manage.problem.g, the problem tickets that appear are based on the assignemnet group that they belong to, i.e. if CARDY open the problem page, they view all their tickets where CARDY is the assignment group.
Now, I have (at the users request) added a field called Sub-assignemnt, whereby a ticket can be dealt with by two assignee's, so the user can select a second assignment group for the ticket.
My problem: I would like the problem page to display all tickets where the assignees name is stored either in the Assignment field... or ...in the sub-assignment field.
I would imagine I'd have some code like this:
I'm just speculating with that bit of code but I need help! (with my coding!)
What string of code should it be...and where would I apply it?
Regards
birklea
birklea ~©¿©~ <><
I know what I know...don't presume that I know what I don't! Smithism!!!
In my sc.manage.problem.g, the problem tickets that appear are based on the assignemnet group that they belong to, i.e. if CARDY open the problem page, they view all their tickets where CARDY is the assignment group.
Now, I have (at the users request) added a field called Sub-assignemnt, whereby a ticket can be dealt with by two assignee's, so the user can select a second assignment group for the ticket.
My problem: I would like the problem page to display all tickets where the assignees name is stored either in the Assignment field... or ...in the sub-assignment field.
I would imagine I'd have some code like this:
Code:
assignment=$lo.user.name or subassignment=$lo.user.name
I'm just speculating with that bit of code but I need help! (with my coding!)
What string of code should it be...and where would I apply it?
Regards
birklea
birklea ~©¿©~ <><
I know what I know...don't presume that I know what I don't! Smithism!!!