Question
Legato Health Technologies LLP
IN
Last activity: 3 Jan 2018 4:44 EST
Expose Property using PRPCServiceUtils expose command
HI All,
I have one property in Source env. which i need to Expose in destination environment using PRPCServiceUtils expose command. Can any please guide with steps.
Thanks,
Bhushan
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
Hi Bhushan,
You need to create the column in the database in destination environment then perform the expose functionality using prpcserviceutils, so that the column will be populated with the data. The expose feature will just populate the data into the column and it is not responsible for the creation of the column.
Hope it is clear for you.
Regards
Mahesh
Pegasystems Inc.
US
The Help provides some basic information about prpcServiceUtils:
https://community.pega.com/sites/default/files/help_v73/procomhelpmain.htm
https://community.pega.com/sites/default/files/help_v73/sys%20mgmt/sm-automated-parameters-properties-ref.htm
Let us know if you specific questions after reviewing these and other links on these pages.
Legato Health Technologies LLP
IN
Hi Nick,
Thanks for your reply. I am looking around the steps. for Example if I am optimizing the property in abc class in source environment. how to move this in destination environment using prpcserviceutil. i.e: here we are trying to remove manual property creation in DB and Manual DB table save from Dev. Studio.
Thanks,
Bhushan
Pegasystems Inc.
US
Hi Bhushan,
Based on the above shared PDN documentations it says "To specify the data to expose, Use the include and exclude classes. For example, if you include Rule- with descendants and exclude Rule-File- with descendants, the Pega Platform processes everything in Rule-, except rules in Rule-File-."
Which means you need to specify your abc class name in the expose.includedClasses property and set expose.includeDescendents to true if you don't want to include the descendents of your abc class.
Hope this helps you.
Regards
Mahesh
Legato Health Technologies LLP
IN
Hi Mahesh,
So, i do not need to create new column in DB in destination? PrpcServiceUtil expose command will do it?
Thanks,
Bhushan
Accepted Solution
Pegasystems Inc.
US
Hi Bhushan,
You need to create the column in the database in destination environment then perform the expose functionality using prpcserviceutils, so that the column will be populated with the data. The expose feature will just populate the data into the column and it is not responsible for the creation of the column.
Hope it is clear for you.
Regards
Mahesh
Legato Health Technologies LLP
IN
Hi Mahesh,
It's clear now. Appreciate your reply.
Thanks,
Bhushan
Pegasystems Inc.
US
You're welcome Bhushan.