Jump to content

how to set field value for container


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

Recommended Posts

I see that one can set field values in scripts, but how does one set the value of a container field?

In particular, I have two fields ("IsRecordLocked" and "Signature"), the first is a text field and the second is a global container with a jpg of my handwritten signature. How do I get Signature to display my signature when IsRecordLocked = 1?

Thanks ahead for help.

Link to comment
Share on other sites

Case ( IsRecordLocked = 1; Signature )

or, if IsRecordLocked is really text,

Case ( IsRecordLocked = "Yes"; Signature )

Calculation result is Container (important).

Signature is a global, hence available from anywhere without a relationship. But you would have to be somewhere where IsRecordLocked is available, as it's a regular field. Why is it Text? I would think Number? I don't use "Yes" myself; I prefer a Boolean number.

Link to comment
Share on other sites

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