Form Personalization
Oracle OPM
12.2.10
based on below query if hash_key is not null then user should not to allow to modify the AR transaction form and disable button Incomplete/complete with the message 'not allowed to modify' but it is not working in that way, while quering all data by default it is disabled, it should not happen
1=1 AND :TGW_HEADER.ORG_ID <> 85 AND :TGW_HEADER.CUSTOMER_TRX_ID IN (SELECT CUST_TRX_ID FROM XXINK_TEST WHERE CUST_TRX_ID = :TGW_HEADER.CUSTOMER_TRX_ID AND INV_NUMBER = :TGW_HEADER.TRX_NUMBER AND HASH_KEY IS NOT NULL)
while quering the form the 'Complete' button is getting disabled, it shuold disable only when i click on Incomple button, which trigger should i use, please i need help