FS 5.2 Rule Definition Error?
Author: sivaprasad9394
Publication Date: 6/22/2016 6:19
Hi ,
I am getting RULE definition error for Valication scope as SAVE.
How to resolve it?Do i need to add message tag inside <VALIDATION>
Refer the image attached,

Thank you,
Siva
Tags: 5.2, fs, rules
0
-
Author: MarsDD - 6/22/2016 7:01
Hi Siva,
you must define for each input element a own validation block.
like
<DO>
<VALIDATION scope="XYZ">
<PROPERTY name="XXX" source="XXX" />
<MESSAGE lang="*" text="ABC" />
</VALIDATION>
<VALIDATION scope="XYZ">
<PROPERTY name="XXX" source="YYY" />
<MESSAGE lang="*" text="CBA" />
</VALIDATION>
</DO>
Regards,
Marcel
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar