Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 2589 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, does anyone know how to validate a container field as unique?

I am placing a barcode graphic into a container field and want to ensure that barcode can't get assigned to another record.

Thanks for any help..

 

Posted

Two ideas:

  • Create another field, type text, with an auto-enter calc = getastext(barcode_graphic). Set that field's validation to unique.
  • or
  • Create another field, type text, with an auto-enter calc = Base64Encode ( barcode_graphic ). Set that field's validation to unique.
  • Thanks 1

This topic is 2589 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.