SM.pawn

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-30
03:48
2547 views
Hi expert,
I have created a button display option on SD.open.interaction form to run a SM scripts (RAD scrip.execute as mentioned in tailoring help topic).
I created 2 scripts and attached a form and a display screen to those 2 scripts. New display screen contain only button Back to return to original SD.open.interaction form.
2 button works fine but it never open a new tab like when you click from Menu Navigator, just change from SD.open.interaction to new form then back to SD.open.interaction on the same tab. I even tried to ticked Open a new window on Display screen definition but it just open a new window on the window client not the web.
Could you please give me some advices to make the button open a new tab instead of staying on the the same tab?
I have created a button display option on SD.open.interaction form to run a SM scripts (RAD scrip.execute as mentioned in tailoring help topic).
I created 2 scripts and attached a form and a display screen to those 2 scripts. New display screen contain only button Back to return to original SD.open.interaction form.
2 button works fine but it never open a new tab like when you click from Menu Navigator, just change from SD.open.interaction to new form then back to SD.open.interaction on the same tab. I even tried to ticked Open a new window on Display screen definition but it just open a new window on the window client not the web.
Could you please give me some advices to make the button open a new tab instead of staying on the the same tab?
1 Solution
Accepted Solutions
JWRobertson

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-31
00:47
On the display option record there is a place to do this. Look at the RAD tab and there is a place for "seperate thread?". Enter true here.
Tabs in hpsm are "threads" so any time you want a tab to come up when something is clicked, then you use the thread option.
Tabs in hpsm are "threads" so any time you want a tab to come up when something is clicked, then you use the thread option.
5 Replies
JWRobertson

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-31
00:47
On the display option record there is a place to do this. Look at the RAD tab and there is a place for "seperate thread?". Enter true here.
Tabs in hpsm are "threads" so any time you want a tab to come up when something is clicked, then you use the thread option.
Tabs in hpsm are "threads" so any time you want a tab to come up when something is clicked, then you use the thread option.
SM.pawn

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-31
07:03
Hi JWRobertson,
I tried as you suggest but it still doesn't open a new tab 😞
I tried as you suggest but it still doesn't open a new tab 😞
SM.pawn

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-31
10:16
Sorry, I tried again and it did open new tab. Thanks a lot. Last time I have some trouble with variables so it didn't open.
JWRobertson

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-31
12:52
Glad it worked for you. Thanks for the points.
SM.pawn

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-31
16:56
Hi JWRobertson,
You're welcome :).
I have one more question. I want to display a new tab in ESS GUI but it seems that ESS allow only 1 thread per user session.
I tried add field and button on form ess.SD.open same as SD.open.interation form still have open a new thread. But when I click the button,it doesn't open a new tab, everything on the same tab. When I click Back, it close ess.SD.open form and return form to choose Open new request or Search knowledge base,.... I think that there is only 1 thread on a ESS session.
Do you know how to enable 2 or a specific amount of thread per ESS session ?
You're welcome :).
I have one more question. I want to display a new tab in ESS GUI but it seems that ESS allow only 1 thread per user session.
I tried add field and button on form ess.SD.open same as SD.open.interation form still have open a new thread. But when I click the button,it doesn't open a new tab, everything on the same tab. When I click Back, it close ess.SD.open form and return form to choose Open new request or Search knowledge base,.... I think that there is only 1 thread on a ESS session.
Do you know how to enable 2 or a specific amount of thread per ESS session ?