I have to develop big profile for employee. Here is its view:
There are many fields which I have divide on different tab like in screen shot. I am planing to save this data in steps. Like I am thinking to save first tab, then I will save rest of tabs with the help of edit form as its profile is already created. (If I can do it with other better way then please suggest).
If I follow my own thinking, then field validation will create issue. As there are some required field on other tabs will gives warning. Now if I change the validation rules to 'update'. Then some other fields on rest of tabs will show warning as its not going to update yet. So how to cop with this problem?