Discussion
1
Replies
64
Views
Posted: July 28, 2015
Last activity: August 2, 2015
Closed
Inheritance
Lets say there is a property x in Sampleclass-Class1-Data-.
I want to "move" not reference the property to Sampleclass-Class2-Data-
Can I somehow move properties?
Thank you for your assistance.
Dear Arvind,
You can't "move" properties. What you can do is to perform a SaveAs from Class1-Data- to Class2-Data-, and then delete the property from Class1-Data-.
Regards,
Teng Hao Chua
Pega Academy Support Team