20210828 - 폼 버튼 제어 (등록시, 수정시 각 조건에 따른 보이기/감추기)

1. 신규 생성 폼 - 취소는 항상 보이기(조건없음), 등록 버튼만 보임

Create 등록 버튼

Button - Server-side Condition - Type : Item is NULL

Item : P5_PO_ID (key로 설정되어 있고, hidden 상태)



2. 수정 폼 - 저장과 삭제 버튼 보임

Button - Server-side Condition - Type : Item is NOT NULL

Item : P5_PO_ID (key로 설정되어 있고, hidden 상태)














댓글 없음:

댓글 쓰기

20250315 - 글로벌 변수 Global Variables

G_USER Specifies the currently logged in user. G_FLOW_ID Specifies the ID of the currently running application. G_FLOW_STEP_ID Specifi...