I would like to reuse a part of a entity of an existing Project A in new Project B.
Is there any way to change the Project name of Project A to Project B and use the entities in Project B without affecting the original Project A?
I had tried but failed.
*I'm using SVN.
On SVN.
1. Create new folder.
2. Copy Project A folder under new folder.
Project A has following properties:
- Product Name: ProdA
- Package Name: PackageA
- Package File Name: PackageA 1.0.0
- Package Description: PackageA
Project A has:
Entity: EntityA
EntityA has List: MenuA (Label: ListA)
On AppWorks.
3. Create new workspace:
- Using SVN as Source Control Management type.
- Set URL points to the folder (on SVN) created with step 1.
4. In the new workspace, change Project name Project A to Project B.
5. In the Project B, change entity name EntityA to EntityB.
On Project B:
6. Update package properties.
- Packaging > Package Property
- Change
- Product Name: ProdB
- Package Name: PackageB
- Package File Name: PackageB 1.0.0
- Package Description: PackageB
On Entity B:
7. Update Entity B properties.
- List
- Change List name from MenuA to MenuB.
- Change List's Label from List A to List B.
8. Save and Publish.
On AppWorks client:
MenuB is displayed but original MenuA disappeared.
(Any recommendations on how to reuse would be appreciated.)