Hi Zoho,
In my
application, on my
Commercial_Terms_form form, I had a field named
Project_Name.
This field was used in a variety of scripts, but somehow it just disappeared - so I could not send the form, since it is mandatory.
When I tried to add a new field under that name the system only allowed me to name the field "Project_Name1" (like there was already a field under that name - but there wasn't).
Finally I have added this field on the "with action" script of the form, using the following script:
must have Project_Name
(
displayname = "Project Name"
type = text
width = 200px
)
Now, in the report the field is completely empty. this is not that bad since I only have about 7 entries in this report, but when I try to manually update the field for each entry - I get a success message that it was updated,
but the field stays empty!!!
Please help me as quick as possible.... I have to get this form working.
Ravid