Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active December 1, 2015 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/21d97430acf43f15ba4e to your computer and use it in GitHub Desktop.
Save justinyoo/21d97430acf43f15ba4e to your computer and use it in GitHub Desktop.
CRM 2015 Filtering Sample
@echo off
set URL=https://[YOUR_ORGANISATION].api.crm6.dynamics.com/XRMServices/2011/Organization.svc
set NAMESPACE=[YOUR_NAMESPACE]
set /p USERNAME=username:
set /p PASSWORD=password:
echo .
echo Generating CRM proxy classes for the following CRM Instance:
echo %URL%
echo .
echo Generating CRM proxy classes....
CrmSvcUtil.exe /url:%URL% /n:%NAMESPACE% /u:"%USERNAME%" /p:"%PASSWORD%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment