Skip to main content
Nintex Community Menu Bar

CreateSession not working in FilterService

  • March 12, 2007
  • 0 replies
  • 1 view

Forum|alt.badge.img
Hi,

I'm trying to create a custom report based on KB000021. These are my codes:

), "UserName:" + UserName, UserName);

dg.DataSource = ds;
dg.DataBind();


I managed to view the retrieved data. However, the page does not show process data based on the relevant rights of the user who logged in. It displays the complete list instead.

How can I restrict the users to view only process data that is relevant to them only?