08-26-2020, 11:48 PM
Hi
notDuplicate accepts a list of other fields that you want to combine together to validate them all at once instead of separately as your map above does. Try like this:
and let us know how it goes.
notDuplicate accepts a list of other fields that you want to combine together to validate them all at once instead of separately as your map above does. Try like this:
Code:
<map>
<originmodule>
<originname>Products</originname>
</originmodule>
<fields>
<field>
<fieldname>vendor_part_no</fieldname>
<validations>
<validation>
<rule>notDuplicate</rule>
<restrictions>
<restriction>vendor_id</restriction>
</restrictions>
</validation>
</validations>
</field>
</fields>
</map>
and let us know how it goes.
Joe
TSolucio
TSolucio