We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d1153 commit 19d382bCopy full SHA for 19d382b
1 file changed
src/XrmDefinitelyTyped/IntermediateRepresentation.fs
@@ -70,6 +70,7 @@ type ControlType =
70
| SubGrid of string
71
| WebResource
72
| IFrame
73
+ | KBSearch
74
75
type AttributeType =
76
| Default of TsType
@@ -107,7 +108,7 @@ type ControlClassId =
107
108
| Float | IFrame | Integer | Language | Lookup | MoneyValue | Notes
109
| PartyListLookup | Picklist | RadioButtons | RegardingLookup | MultiPicklist
110
| StatusReason | TextArea | TextBox | TickerSymbol | TimeZonePicklist | Url
- | WebResource | Map | Subgrid | QuickView | Timer
111
+ | WebResource | Map | Subgrid | QuickView | Timer | KnowledgeBaseSearch
112
| Other
113
with override x.ToString() = x.GetType().Name
114
0 commit comments