cancel
Showing results for 
Search instead for 
Did you mean: 

Can I get the current portal user in the VC?

Former Member
0 Kudos

Hello all,

I create a iView to change the SQL server data record by VC.Now I want to write the user information of the portal into the SQL server database when someone use the iView to change the SQL server data record.How can I do?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lin,

This is a very good question. However, in VC we can use function modules or any query to connect to various back-ends. There is no funda of using global variables in VC, by which you can store the data of logged in users. If you have any function module or query to fetch the data of logged in user, you can use that in VC, but i doubt, it is not feasible.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The user data functionality that is mentioned above is only available with the new version of VC which is currently in Pilot phase. this version is going on ramp up with SP7 of NW04s.

Best Regards,

Elad

Former Member
0 Kudos

Hi,

Actually, you have a "User Data" element (look at the "Compose" task pane).

This element can be used to retrieve all sorts of user specific data - anything provided by the portal runtime.

This data can then be used in dynamic expressions.

Hope this helps,

Lior

Former Member
0 Kudos

Hi!

I don't understand where is the "User Data" element or "Compose" task pane?

Do you speak about VC or in the Portal (after Deploy) ?

Have you got also a dynamic expressions example?

Thanks

Alex

Former Member
0 Kudos

Thanks!