sivaprasad9394
Occasional Collector

FS 5.2 Rule Definition Error?

Jump to solution

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,

Validation_error.png

Thank you,

Siva

0 Kudos
1 Solution

Accepted Solutions
MarsDD
Occasional Observer

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

View solution in original post

0 Kudos
2 Replies
MarsDD
Occasional Observer

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 Kudos

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

0 Kudos