Search the FirstSpirit Knowledge Base
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
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
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
Hello Siva,
do you need further help or did Marcel's reply already help you? If so, it would be great if you marked his reply as "correct answer" so that other community users find the solution easily. If you have already found a solution by yourself, it would be very kind of you, if you posted it here.
Best regards
Sebastian