File tree Expand file tree Collapse file tree
src/XrmDefinitelyTyped/Generation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ let generateFormDefs state crmVersion generateMappings =
272272 if i = 0 then form
273273 else { form with name = sprintf " %s%i " form.name i }))
274274 |> Array.concat
275- |> Array.filter ( fun ( form : XrmForm ) -> form.formType.IsNone || ( form.formType.IsSome && form.formType.Value <> " Card" ))
275+ |> Array.filter ( fun ( form : XrmForm ) -> form.formType.IsNone || ( form.formType.IsSome && form.formType.Value <> " Card" && form.formType.Value <> " InteractionCentricDashboard " && form.formType.Value <> " TaskFlowForm " ))
276276 |> Array.Parallel.map ( fun xrmForm ->
277277 let path = sprintf " %s /Form/%s%s " state.outputDir xrmForm.entityName ( getFormType xrmForm)
278278 let lines = getFormDts xrmForm crmVersion generateMappings
You can’t perform that action at this time.
0 commit comments