Form personalization: Account Details Screen in Receivables
I need to restrict the output of the Account details screen based on Transaction type.
I am unable to use the Default where property in Account details screen.
Can some one help on this?
Here are the steps that I have done:
Level: 'Form'
Trigger event: 'WHEN-NEW-FORM-INSTANCE'
Actions--> Type = 'Property'-->Object Type = 'Block' -->Target Object = 'CQIT_PS'--> Property Name = 'DEFAULT_WHERE' --> Value = 'TYPE_NAME in (SELECT NAME FROM RA_CUST_TRX_TYPES_ALL R WHERE R.ATTRIBUTE2 = 'XYZ')'