2/24/13

CRM Dynamic Outlook Client Does Not Authenticate

After installing the CRM Dynamics Outlook client, you may see an error indicating that your credentials can't be authenticated by the CRM service even when you know that your credentials are correct.     When this takes place, we need to look at what service your work station...

1/27/13

Cross Domain Support With Web API

og-bit.com As we know, cross-site HTTP requests from scripts are restricted due to security reasons.  Basically, if our web application runs on a domain (myapp.com), and we try to make a web service call via AJAX to a different domain (myservice.com), we get a cross domain error (not allowed). In the world of Web API and web services in general, we have the need to support cross domain requests...

Web API Serialize ENUM Types as String

og-bit.com By default, Web API serializes ENUM data types to the numeric value. For some applications, it would be better to use the string representation instead of the number. An example would be when using  a JavaScript template framework which prevents the need to add implementation code to map the numbers to labels. But before we go crazy and start changing all the model definitions,...

1/5/13

Copy Office 365 files to Local Disk

og-bit.com So we are done building your Office 365 website, and we would like to save a copy of the files to a local disk. We open SharePoint Designer and realized that we are able to see the files and folders. However we are not able to just right click and save the files to a Windows directory.  What do we do know? In order to be able to copy files from Office 365 to Windows explorer,...

12/15/12

SharePoint Designer 2010 how to change the current user

www.og-bit.com When using SharePoint Designer 2010 to connect to a SharePoint and SharePoint online website, the application prompts the user to login for the first time. After the user has logged on once, the application caches this information and automatically logins to the website the...