web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / HIMBAP / Getting CRM User Date and T...

Getting CRM User Date and Time Format Setting in Silverlight Microsoft CRM 2011

Mahendar Pal Profile Picture Mahendar Pal 45,095
If you are working with Silverlight web resource and you need to get current crm user date time format then you can query usersettings entity and get datetime format setting for user. You can use below code for the same: public void RetrieveUserSettingRecord(Guid _UserID) { try { this._d.BeginInvoke(delegate() { EntityReference EntityID = new EntityReference(); EntityID.Id [...]

Comments

*This post is locked for comments