There are really three steps:
Person_DTO dto = person.getDTO();
dto.setAddress1("invalid value");
person.setDTO(dto);
Necessary Change Handlers will fire to validate the change to this "person" object as well as other cascading events as specified in the entity's change handlers.
Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Documentation build: 7.30.2019 15:44:44 [SDK_1564515884000]