This commit is contained in:
2026-03-29 14:24:01 +08:00
commit 3e0ef9086b
4321 changed files with 3174841 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
role PI_PRD_IMS
modelPermission: read
tablePermission Dim_Market =
Dim_Market[MARKET] IN
SELECTCOLUMNS (
FILTER ( DM_AUTH_PRD, DM_AUTH_PRD[KCODE] = CUSTOMDATA ( ) ),
"market", DM_AUTH_PRD[MARKET]
)
tablePermission Dim_PackInfo =
Dim_PackInfo[PACK_COD] IN
SELECTCOLUMNS (
FILTER (
DM_AUTH_PRD_PACK,
DM_AUTH_PRD_PACK[KCODE] = CUSTOMDATA ( )
),
"PACK_COD", DM_AUTH_PRD_PACK[PACK_COD]
)
annotation PBI_Id = 8bdaab61a673440f8dd9c968a39f1ea3