Dear all,
To cater a client requirement, we have enhanced contract header basic data component and added a sub screen using ViewContainerUIElement.
We have added a meta data field with 255 characters ,but this field is not a visible field. We wanted to update all the custom screen values entered by user in the context element attribute of this field. This is working fine when we are uploading contract through program.
But when creating directly we are unable to update this is table level.
The problem is even though context attribute of this meta data is changed, this is not updating in PDO updates. By debugging i found that Mapper class only calling for update if any of the UI field is changed, but the meta data is not in the screen, which results this is not being updating in database.
How to update this meta data attribute even though it is not a UI field? Please help.
Thanks,
Vamshi