Skip to content

Commit 19d382b

Browse files
author
Mai An Krause Bernt
committed
Adding missing types
1 parent 72d1153 commit 19d382b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/XrmDefinitelyTyped/IntermediateRepresentation.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ type ControlType =
7070
| SubGrid of string
7171
| WebResource
7272
| IFrame
73+
| KBSearch
7374

7475
type AttributeType =
7576
| Default of TsType
@@ -107,7 +108,7 @@ type ControlClassId =
107108
| Float | IFrame | Integer | Language | Lookup | MoneyValue | Notes
108109
| PartyListLookup | Picklist | RadioButtons | RegardingLookup | MultiPicklist
109110
| StatusReason | TextArea | TextBox | TickerSymbol | TimeZonePicklist | Url
110-
| WebResource | Map | Subgrid | QuickView | Timer
111+
| WebResource | Map | Subgrid | QuickView | Timer | KnowledgeBaseSearch
111112
| Other
112113
with override x.ToString() = x.GetType().Name
113114

0 commit comments

Comments
 (0)