I would like to filter the Task object to show only the logged in Users tasks "AssignedTo" and not everyone else. My Logged in user is the User class from Complex Security. I see that AssignedTo is type Party which I cannot figure out a way to link the User to the Party class for the filter. Any suggestions?
Anatol (DevExpress Support)
04.09.2009
Hello Gary,
To accomplish your task, you can use the following filter: AssignedTo.Oid = '@CurrentUserID'
Thanks,
Anatol
Imported from SC 1.0
ID:
Q201908
Created On:
04.09.2009
Modified On:
04.09.2009
Operating System:
Windows Vista
IDE:
Microsoft Visual Studio 2008
Related Questions
Show More
Disclaimer: The information provided on DevExpress.com and its affiliated web properties is provided
"as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied,
including the warranties of merchantability and fitness for a particular purpose. Please refer to the
DevExpress.com Website Terms of Use for more information.