Receivable Personalize WHEN-NEW-FORM-INSTANCE not working at form transaction Summary After Patching
Hi,
Could anyone help me, i've done Deploy Patching RCP 2016. its seems that the patching do some change and some of my personalize not working. and one of the Personalize setup as below
Seq : 75
Description : Filter attribute1 transaction_type = Profile CLPG_AR_FILTER_TRANSACTION_TYPES
Level : Form
* Condition TAB:
Trigger Event : WHEN-NEW-FORM-INSTANCE
Condition : fnd_profile.value('CLPG_AR_FILTER_TRANSACTION_TYPES') is not null
Processing mode : Not in Enter - Query Mode
* Actions Tab :
Seq : 10 ; Type : Property ; Language : All
Object Type : Block
Target Object : TGW_HEADER
Property Name : DEFAULT_WHERE
Values : exists (select 1 from RA_CUST_TRX_TYPES_ALL where attribute1 is not null and CUST_TRX_TYPE_ID=RA_CUSTOMER_TRX_PARTIAL_V.CUST_TRX_TYPE_ID and attribute1=fnd_profile.value('CLPG_AR_FILTER_TRANSACTION_TYPES'))