Skip to content

Commit 8c52267

Browse files
amitjoshi438Amit Joshi
andauthored
Add mapping for 'serverlogics' in DataverseEntityNameMap (#1335)
Co-authored-by: Amit Joshi <amitjoshi@microsoft.com>
1 parent adcf034 commit 8c52267

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/common/copilot/constants.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,16 @@ export const DataverseEntityNameMap = new Map<string, string>([
5050
['webtemplate', 'adx_webtemplate'],
5151
['basicform', 'adx_entityform'],
5252
['advancedformstep', 'adx_entityform'],
53+
['serverlogics', 'server-logics'],
5354
]);
5455

5556
export const EntityFieldMap = new Map<string, string>([
5657
['custom_javascript', 'adx_customjavascript'],
5758
['source', 'adx_source'],
58-
['copy', 'adx_copy']
59+
['copy', 'adx_copy'],
60+
['customjs', 'adx_customjavascript'],
61+
['customcss', 'adx_customcss'],
62+
['custom_css', 'adx_customcss'],
5963
]);
6064

6165
export const FieldTypeMap = new Map<string, string>([

0 commit comments

Comments
 (0)