- Create new attribute on Entity object.
- It seems attribute is marked as persistent. So you will have to change it.
- If you don't have Entity Java class and accessor methods, please generate it (see Java tab). Once you have get method for FullName, change as shown below.
- Add same attribute to your View Object as well, so that you can run BC Tester.
- As you navigate to rows, you will data change in FullName. But if you change FirstName of LastName, it is not reflected in FullName. You will need to specify Dependency on FirstName and LastName for FullName attribute as shown in next screenshot.
- Now as you change FirstName, you will see change in FullName immediately.
These same steps apply to View Object transient attributes also, except few minor differences.
No comments:
Post a Comment