Skip to content

Commit ada6520

Browse files
committed
MODFQMMGR-1112 Update FQM metadata for actual cost record
1 parent 9b16ba9 commit ada6520

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

fqm-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ x-fqm-essential = true
3333

3434
[entityTypes.fieldOverrides.metadata_created_by_user_id]
3535
x-fqm-visible-by-default = false
36-
x-fqm-visibility = "all"
36+
x-fqm-visibility = "hidden"
3737
x-fqm-essential = true
3838
x-fqm-joins-to-raw = [
3939
{ targetId = "bb058933-cd06-4539-bd3a-6f248ff98ee2", targetField = "id", direction = "left", type = "equality-cast-uuid" },
@@ -47,7 +47,7 @@ x-fqm-essential = true
4747

4848
[entityTypes.fieldOverrides.metadata_updated_by_user_id]
4949
x-fqm-visible-by-default = false
50-
x-fqm-visibility = "all"
50+
x-fqm-visibility = "hidden"
5151
x-fqm-essential = true
5252
x-fqm-joins-to-raw = [
5353
{ targetId = "bb058933-cd06-4539-bd3a-6f248ff98ee2", targetField = "id", direction = "left", type = "equality-cast-uuid" },

ramls/actual-cost-record.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
"x-fqm-visible-by-default": true,
115115
"x-fqm-visibility": "all",
116116
"x-fqm-essential": true,
117+
"x-fqm-source": {
118+
"entityTypeId": "e7717b38-4ff3-4fb9-ae09-b3d0c8400710",
119+
"columnName": "group"
120+
},
117121
"type": "string"
118122
}
119123
},

0 commit comments

Comments
 (0)