cancel
Showing results for 
Search instead for 
Did you mean: 

RSBBS Jump to a BSP application.

Former Member
0 Kudos

Good day all,

I have been trying to get a JUMP to from a query to a BSP application (URL).

My problem is that the parameters I have defined in RSBBS for my jump are not being passed.

Here is the end of my URL before appending the params at the end:

&DynamicParameter=CRM_OBJECT_TYPE%3dTASKCRM

This is the end of the URL that I axpect to get using the parameters defined in RSBBS:

%26CRM_BOR_TYPE%3dBUS2000125%26CRM_OBJECT_ID%3d439719ABC8892507E100000083C37738

Obviously I have CRM_BOR_TYPE & CRM_OBJECT_ID assigned in RSBBS to the field containing the values required for each.

Thank you in advance for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184494
Active Contributor
0 Kudos

Steven,

Welcome to SDN...

for your question you could look at enhancing the context menu for achieving the same , btu then it will be tough passing values from within the table o an external URL.

I suggest you use the table interface...

for the jump column, make it a link by modifying the c_cell_content value for characteristic method.

Specify a javascript function for the same and have the javascript function in the HTML page.

This is the simplest way to do it since customizing the javascript involves much more complex javascript.

Hope it helps..

Arun

Assign points if helpful

Former Member
0 Kudos

Can you please explain "Table interface"?

I'm not certain to understand what you mean by that.