Question
Hawaii Medical Service Association
US
Last activity: 14 Nov 2016 10:48 EST
mapping between a property and a column
What prpc mechanism maps a property with a column inside the blob and afer it is exposed?
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Hawaii Medical Service Association
US
Hi Stilr,
Data-Admin-DB-Table configures which table is mapped to which class in pega. I am interested to know which property is mapped to which column: Where is it configured which property is mpaped to which column. If it is external table, the mapping between proeperties and column is in the class rule form, but if it is internal table, I am not sure where a property is mapped to column like table and class is mapped in Data-Admin-DB-Table?
Pegasystems Inc.
US
Hi DyanG412,
Does this help you:
How to expose a property as a database column with the Property Optimization tool
Marissa | Community Moderator | Pegasystems Inc.
Hawaii Medical Service Association
US
Hello Marissa,
I was actually willing to know where a property's maping to a column is configured for prpc talbles. I can observe properties and columns in external class are mapped in the class rule. However, I am willing to know which configuration in prpc maps the properties to prpc tables.
Pegasystems Inc.
US
The relation of class to db table is stored in the DATA-ADMIN-DB-TABLE instance. If this isn't the information you are targeting please expound upon the issue you are encountering.
Accepted Solution
Hawaii Medical Service Association
US
Hi Stilr,
Data-Admin-DB-Table configures which table is mapped to which class in pega. I am interested to know which property is mapped to which column: Where is it configured which property is mpaped to which column. If it is external table, the mapping between proeperties and column is in the class rule form, but if it is internal table, I am not sure where a property is mapped to column like table and class is mapped in Data-Admin-DB-Table?
-
Rahul Krishnan
Pegasystems Inc.
US
Hello,
If I understand what you are asking, you shouldn't need to do anything special. The engine maps the properties to columns of the same name. What is driving your question? Are you finding that isn't happening? Are you trying to expose a column and having an issue?
Thanks,
Mike
Hawaii Medical Service Association
US
Hello Mike,
The driver behind my question is that when I exposed some pagelist properties, I saw they were exposed as PropertyName_1 in database table. I thought they would be expose as PropertyName in the dabase table.
2) can I make the propertyName and corresponding column name same?
3) where can I cofigure to make them same?