Problem with tracking contact using CRM Outlook client
The errorAfter clicking the “Track in CRM” button to synchronize a contact to CRM from Outlook, the following error came up: …cannot link this item to Microsoft Dynamics CRM. Synchronization […]
The errorAfter clicking the “Track in CRM” button to synchronize a contact to CRM from Outlook, the following error came up: …cannot link this item to Microsoft Dynamics CRM. Synchronization […]
A few reference to set default people picker value on SharePoint forms: Set People Picker Default Value using Javascript
Usage: The following javascript will return the current name value of a specific people picker on a SharePoint form pageParameter: People picker number, which is the order of the people […]
Ever need to query SQL database from command line to export the result to a CSV file? I have used “sqlcmd” to do the job. The following is an example […]
Some catchya’s I have encountered while developing custom list forms using SharePoint Designer: Javascript does not work SharePoint designer added {generate-id()} automatically. Remove them all. Assigning value to hidden drop […]