-
Notifications
You must be signed in to change notification settings - Fork 15
Playground
Magnus Gether Sørensen edited this page Aug 9, 2018
·
1 revision
(**
Playground
*)
#load @"_Config.fsx"
#r @"System.ServiceModel"
open _Config
open System
open System.IO
open System.Collections.Generic
open Microsoft.Xrm.Sdk
open Microsoft.Xrm.Sdk.Client
open Microsoft.Xrm.Sdk.Messages
open Microsoft.Xrm.Sdk.Query
open DG.Daxif
open DG.Daxif.Common
open DG.Daxif.Common.Utility
let proxy = Env.dev.connect().GetProxy()
Setup Instructions
General
Example Scripts
- _Config
- CountEntities
- DataExportSource
- DataImportTarget
- GenerateCSharpContext
- GenerateTypeScriptContext
- PluginSyncDev
- SolutionCreateDev
- SolutionExportDev
- SolutionExtract
- SolutionImportArg
- ViewExtender
- SolutionPack
- WebResouresSyncDev
- WorkflowSyncDev
Contribute