Oracle Find Journals Form Personalization
Hello,
I was doing personalization of form Find Journals where when user find for journal the user logged in only able to find its own journals. Like if he type jun-16 in period and click on find all the journals created by that user of period will show only.
Here is what I am doing in personalization,
Trigger Event: when-new-record-instance
Trigger Object: Folder
Condition: FOLDER.CREATED_BY <> FND_GLOBAL.USER_ID AND :SYSTEM.RECORD_STATUS = 'QUERY'
Level: User 'Username'
Actions Tab:-
Type: BuiltIn
Builtin-type: Do_key
Argument: Clear_record
Now whats happening is the form is hanging indefinitely. I mean its working like when i click on record other than created by logged in user it hangs. Then I have to close the application.