Skip to content

Examples

Kevin Lee edited this page Apr 8, 2019 · 18 revisions

Examples

Example 1

The is a simple example of the configuration files for active Contacts.

  1. Schema File

     ```xml
        <entities >
           <entity name="businessunit" displayname="Business Unit" etc="10" primaryidfield="businessunitid" primarynamefield="name" disableplugins="false">
              <fields>
                 <field displayname="Parent Business" name="parentbusinessunitid" type="entityreference" primaryKey="false" lookupType="businessunit" customfield="false" />
                 <field displayname="Description" name="description" type="memo" primaryKey="false" customfield="false" />
                 <field displayname="Name" name="name" type="string" primaryKey="false" customfield="false" />
                 <field displayname="Business Unit" name="businessunitid" type="guid" primaryKey="true" customfield="false" />
              </fields>
              <relationships />
           </entity>
        </entities>
     ```
    

installation of the Nuget package will modify the .csproj file to add tasks into the project build process. When the "Clean" command is run on the project, the ExtractCrmCustomizations.ps1 powershell script will be executed using the configuration files that are mentioned on the Setup page to connect to Dynamics and extract the solution files into the "Src" folder of the project.

Example 2

The installation of the Nuget package will modify the .csproj file to add tasks into the project build process. When the "Clean" command is run on the project, the ExtractCrmCustomizations.ps1 powershell script will be executed using the configuration files that are mentioned on the Setup page to connect to Dynamics and extract the solution files into the "Src" folder of the project.

Example 3

The installation of the Nuget package will modify the .csproj file to add tasks into the project build process. When the "Clean" command is run on the project, the ExtractCrmCustomizations.ps1 powershell script will be executed using the configuration files that are mentioned on the Setup page to connect to Dynamics and extract the solution files into the "Src" folder of the project.

Example 4

The installation of the Nuget package will modify the .csproj file to add tasks into the project build process. When the "Clean" command is run on the project, the ExtractCrmCustomizations.ps1 powershell script will be executed using the configuration files that are mentioned on the Setup page to connect to Dynamics and extract the solution files into the "Src" folder of the project.

Clone this wiki locally