-
Notifications
You must be signed in to change notification settings - Fork 15
GenerateTypescriptContext
Magnus Gether Sørensen edited this page Aug 9, 2018
·
3 revisions
(**
SolutionUpdateTsContext
*)
#load @"_Config.fsx"
open _Config
open DG.Daxif
open DG.Daxif.Common.Utility
let xrmDefinitelyTyped = Path.toolsFolder ++ @"XrmDefinitelyTyped\XrmDefinitelyTyped.exe"
let xrmTypings = Path.webResourceProject ++ @"typings\XRM"
let jsLib = Path.webResourceFolder ++ "lib"
Solution.GenerateTypeScriptContext(Env.dev, xrmDefinitelyTyped, xrmTypings,
solutions = [
SolutionInfo.name
],
entities = [
// eg. "systemuser"
],
extraArguments = [
"web", "XDT"
"jsLib", jsLib
])
Setup Instructions
General
Example Scripts
- _Config
- CountEntities
- DataExportSource
- DataImportTarget
- GenerateCSharpContext
- GenerateTypeScriptContext
- PluginSyncDev
- SolutionCreateDev
- SolutionExportDev
- SolutionExtract
- SolutionImportArg
- ViewExtender
- SolutionPack
- WebResouresSyncDev
- WorkflowSyncDev
Contribute