Transaction time out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 03:07 AM
Hi All,
There is a list view ui action created in our project. UI action merges number of records on list view and deactivate merged records and create new resultant record with few details of merged records. UI action is working fine for leaser number of records but not working when records are higher in number it is Taking long to complete its functionality as shown in attachment.
Is it something OOB property for long running transactions which needs to be modified.? Please help me in this?
Thanks,
Tara Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 03:24 AM
- Check the slow transaction query and try to find the specific to your case. You can put indexing on your query for faster result.
- Check if you can optimize your server side script calling in your UI Action.