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

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

Recommended Posts

Posted

Hello

I need to run a script that pre-populates some data in a table for future data entry in a particular layout. There are several required database fields in this table/layout that I do not want to pre-populate and I can't 'commit' the record within the script (to temporarily override database rules).

Is there a way to populate a null value in a field that passes database required constraints, but does not really populate the field with anything?

I know I can insert a blank space, but I don't want to even do this.

Joe

Posted

I dont really understand what you looking for. If you dont want to populate certain fields, then why set them at all to begin with? Are you talking about auto-entry?

Anyway, you can always set a field to no value.

Set Field [ YourField; "" ]

This topic is 6005 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.