Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active December 1, 2015 00:24
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/362f7f974749cb717dbe to your computer and use it in GitHub Desktop.
Save justinyoo/362f7f974749cb717dbe to your computer and use it in GitHub Desktop.
CRM 2015 Filtering Sample
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="language" value="cs" />
<add key="out" value="OrganisationService.cs" />
<add key="serviceContextName" value="OrganisationServiceContext" />
<add key="codeCustomization" value="Microsoft.Xrm.Client.CodeGeneration.CodeCustomization, Microsoft.Xrm.Client.CodeGeneration" />
<add key="codeWriterFilter" value="DevKimchi.FilteringSample.EntityFilteringService, DevKimchi.FilteringSample" />
</appSettings>
...
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment