

Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-06-29
15:21
404 views
Hello
In the Search Screen for Problem, the field "Tickets that are" is always set to Open.
I would like to set it to nothing.
Could you help ?
Thanks
1 Solution
Accepted Solutions
Pikutj

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-06-29
15:50
Hi,
This is hardcoded in RAD however you can change it easily using rca.search display screen.
Type ds in command prompte,search for rca.search and in Initialization expressions put following :
$search.open.flag=""
hth,
2 Replies
Pikutj

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-06-29
15:50
Hi,
This is hardcoded in RAD however you can change it easily using rca.search display screen.
Type ds in command prompte,search for rca.search and in Initialization expressions put following :
$search.open.flag=""
hth,


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-06-29
18:03
Thanks a lot, it's working 🙂