2024 May 02 10:09 AM - edited 2024 May 02 10:15 AM
Hello Experts.
Is there a way we can invoke Side Effects like instant validation on key fields which are to be filled during press of CREATE button?
For example I can perform a check on field in Precheck event but it gets invoked only when I press continue and in the form of validation message.
My requirement is to instantly display validation state message for particular field once the invalid value is entered, just as we get state error of field in draft mode using side effects.
I tried using side effects but it does not get invoked here, I suppose, because they are used for Draft enabled app and invoked in Transactional buffer, at this point during Create the transactional buffer is not yet reached. Also I see standard behaviour of field format validation automatically works based on field type.
Required something like this (This is standard behaviour)
Request clarification before answering.
I think this should work.
draft determine action Prepare
{
validation <validation_name_1>;
validation <validation_name_2>;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
86 | |
11 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.