Using Cache Query in BC causing unwanted error though Cache Query property is set to FALSE
hi,I have a custom button: SUBMIT, with triggers a method "SaveRecord".
The flow is that
1. on SaveRecord method, a profile attribute SaveRecordProfile will be set to "Y".
2. Now in Pre_WriteRecord event if (SaveRecordProfile == "Y") then ContinueOperation else CancelOperation.
This functionality is working fine in my local siebel client.
However when same Applet and BC were compiled in Server. Submit button is not responding.
After enabling the logs i found out that Some Cached query is being used and it is resulting into CancelOperation in PreWriteRecord.
Same srf is being used in local and test server.
Please find the log snapshot:
0