< Back

Document Subject: Computed when composed fields in web forms change value on Saving
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#WebIDField or http://A555F9/nn.nsf/ByAlias/WebIDField

When using computed when composed fields in Web forms, they can change value when saving usually if they contain and time or @unique orientated formula.




Instead of using a computed when composed field called RefNo with a formula of:

@Unique

Put an editable field called TempRefNo HTML attributes of:

"type=hidden"

and a default formula of

@Unique

then after it have your computed field called RefNo witha formula of:

TempRefNo