cancel
Showing results for 
Search instead for 
Did you mean: 

Credential Screens and Start Screen in SUP 2.0

Former Member
0 Kudos

Hi Experts,

I need to create a blackberry application with user authentication in SUP 2.0. So for achieving this user authentication I am using the Credential Screens, which is having Credential cache usename and Crediential cache password.

My requirement is that I am having an object query with username as parameter. I need to invoke this object query to get the list of values from the particular MBO. As we are allow to use Credential screens for any other purpose rather than submit workflow, I need to pass the entered username value in the credential screen to the start screen as the value to the editbox in the start screen.

After creating a menu item of type Submit workflow in the credential screen, I made a manual Go To connection from the credential screen to the start screen. And mapped the username key value (cc_username) to the editbox key value in the start screen.

But I was not able to take the entered username to the start screen.

Can anybody please help me to get the username entered in the credential screen and I should pass this value as a parameter to an object query and need to fetch value from it ?

Thanks and regards,

Rinzy Deena Mathews

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem solved.

The solution to this is : We need to mark the username field as Credential Cache Username both in Credential screen and Start screen

Thanks and regards,

Rinzy Deena Mathews.