cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass the userid from start to nested iview in vc

Former Member
0 Kudos

Hi EveryBody

I am trying to pass the userd id from a callable object to start point in the VC model and from the start point to through a signal in to a nested iview in the model but I am not able to view it in the nested iview.

Could tell me how this could be achieved?

Regards

Navneet

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hallo Navneet,

you have to build your VC model first. There you set your start point with a variable userID and pass it to your nested iView. After that you build your Callable Object and integrate it in your GP process. There you see a variable "userID" as in input of this Object/Action, which you have to combine with the output variable of the action which delivers you the userID. This happens at the area of a block or a process.

Regards

Thomas

Answers (2)

Answers (2)

Former Member
0 Kudos

The problem is solved by use of User data and its properties.

Former Member
0 Kudos

Hi

First,You make callable object and then action for providing the User ID.

Secondly, Make the model with the start point having User Id and deploy it.

Now Make a callable object and action of this model.

In the block, add both the actions and map the output of first action with the input of second action.

Thanks & Regards

Harsimran