Get Current User in Reporting
If you want to use the current user id in custom reports for MS CRM 4.0 (for example to set a filter) , you can use the SQL function "organization name"_MSCRM.dbo.fn_finduserguid.
This function will give you the guid of the current user which you can compare for example with the ownerid of a record.
Kevin Dosseray
This function will give you the guid of the current user which you can compare for example with the ownerid of a record.
Kevin Dosseray
Comments
Post a Comment