Can I make details records editable based on conditions? For example, records with colA=1 can be modified, but records with colA<>1 cannot.
Like
2 comments
21:02 Oct 16, 2019
Try to add async validators into the edit page linked to the detail.
Please investigate the asyncValidate in the BaseEntityPage and the asyncValidate method in the AccountPageV2.
21:03 Oct 16, 2019
You'll probably need "messages" to get information from the detail main page.
https://academy.bpmonline.com/documents/technic-sdk/7-14/messages-messages-property
Show all comments