ashishjain
4th December 2010, 21:08
Hi,

There are 2 Forms on a sub-session. Form-2 is having a table field that is mandatory. This session is used to update an extended table. Initially when session is getting zoomed & we do update on Form-1 (but don't do any changes on Form-2); we are unable to save the record because of mandatory field on Form-2 is blank.
Is there any way that field of Form-2 becomes mandatory only when we save Form-2 ?

Currently i am handling this situation by making the table field on Form-2 as "Mandatory unless empty".

Thanks

toolsjb
6th December 2010, 05:19
Hi,
Field could be mandatory or not mandatory.
"Mandatory unless empty" is feature of the reference but not of the field.
If there is a case when field could be empty it means field is NOT mandatory.

So only way in this case is set field to not mandatory and program necessary behaviour.

Hitesh Shah
6th December 2010, 19:24
Mandatory functionality will occur main table occurrence wise and not form wise (as u wish) .

In such a case , make the field non-mandatory and make changes in program script to accomplish the desired functionality .