1/30/14

MSCRM Get User Information with JavaScript

When working with Dynamics CRM forms, we can use the XRM client object model to query the fields and controls on the page. A common field on every form is the current user id. This however only provides the internal system id or GUID. When we need more information about the user, we can use the ODATA web services to get additional information. This script provides us with a helper function to...

1/4/14

IFrame SharePoint Page

Most websites do not allow their content to be loaded in IFRAMEs.  The main reason is to prevent “web framing” in which a remote website frames another to get clicks.  This is also applicable to SharePoint applications in which the frame options are set to allow SAMEORIGIN only which means that framing is only allowed to pages on the same domain. In SharePoint, there is a way to enable...