Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
business maps/validations/ notDuplicate validation on UI10 field
#2
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:


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
Reply


Messages In This Thread
RE: business maps/validations/ notDuplicate validation on UI10 field - joebordes - 08-26-2020, 11:48 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)