콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4635 화면

for example i want to update value of some field in same form with two button


if Field Value updated by Button one then validation/condition will be check 

if Field Value updated by Button two then any type of condition/validation will never b check 

how it can be possible any solution or tips 

아바타
취소
베스트 답변

Hi,

For this you have to record button click some where in the record itself, like two boolean fields for each buttons and mark the boolean as true from the button function.

Suppose if you are clicking the first button then it calls the first button function, here in this you can write the boolean field of first button as True. If the second button is clicked then boolean field of the second button has to be made as True.

Then later while checking the condition, you can check whether which boolean field is True and use the condition based on it.

Thanks

아바타
취소
작성자

Thanks Niyas your kick(tip) perfect for goal & I do it ... Alhumdolillah ....

관련 게시물 답글 화면 활동
2
4월 19
2813
1
10월 16
6738
1
4월 20
7386
2
3월 19
11135
1
3월 15
5950