Dynamic validation with _valmsg and _valexp within a SDO

Ingo Bouveron

New Member
Hello,


Background:
We have an old CHUI-Application and some parts shall be re-written
as an GUI-Application with WebClients (AppServer).

Due to the fact that there are changes to the validation of some fields
made by another part of our company for the CHUI-Application
I would like to have dynamic validation in my preTransactionValidate procedures, without changing my code , just re-compiling.

The validations are all "DB-REQUIRED" and simple CAN-FIND-logic.


I was thinking of something like that:

Get rowobject or rowobjupd
Get the corresponding DB-Field-Name
Get the _valmsg and _valexp from the Meta-Schema
Validate .....?
...
...


Does this make sense at all and where to get more information?


Kind regards

Ingo Bouveron

(Sorry for my english)
 
Back
Top