Make the value in field disappear

I have created an interface with 3 tab(A, B,C)...using chose function have configured it .

My doubt is::

1) if am filling all the value in tab A and move to tab B then value entered value in tab A should become blank.

In tab A have fields of text type and user type for user picker.

  Discussion posts and replies are publicly visible

Parents
  • Hi Radha,

    You can explicitly make those values null on the tab change in the saveInto of the button or link (whichever you are using to navigate to other tabs) and should also consider showing the user a warning for losing all the data if they navigate away. That way, you should be able to achieve what you are looking for. 
    Tip - Consider using buttons instead of links if you are looking forward to showing confirmation dialog before the user navigates away from the screen as the link will submit the form (if called inside a process model).

    Thanks,
    Harshit

Reply
  • Hi Radha,

    You can explicitly make those values null on the tab change in the saveInto of the button or link (whichever you are using to navigate to other tabs) and should also consider showing the user a warning for losing all the data if they navigate away. That way, you should be able to achieve what you are looking for. 
    Tip - Consider using buttons instead of links if you are looking forward to showing confirmation dialog before the user navigates away from the screen as the link will submit the form (if called inside a process model).

    Thanks,
    Harshit

Children