Enable Journal Category in Journal Enter Form after Saving
I want to enable journal category in Journal Enter Form.So I create form personalization like this..
Navigate to Payables >General Ledger Super User->Journal->Enter
Help > Diagnostics > Custom Code > Personalize
Seq: 10
Description: Enable Journal Category
Condition:
=========
Trigger Event : WHEN-NEW-ITEM-INSTANCE
Trigger Object : HEADER.USER_JE_CATEGORY_NAME
Condition : :FOLDER.SHOW_BATCH_STATUS = 'Unposted' and :FOLDER.SHOW_APPROVAL_STATUS = 'Required' and :HEADER.USER_JE_SOURCE_NAME in ('AutoCopy','Manual','Spreadsheet')
Processing Mode : Not In Enter-Query Mode
Actions (Tab)
=======
Seq : 10
Type :Property
Language : All
Enabled : Checked
Object Type : Item
Target Object: HEADER.USER_JE_CATEGORY_NAME
Property Name :UPDATE_ALLOWED
Value:TRUE