Forum Discussion
JohnBarulich1
8 years agoQrew Cadet
Bumping my post and adding context:
The whole reason we created this [Modified Records] table was to handle the different cases where the user would edit/create a record. Sometimes a user would click 'New Record' to add another record, and sometimes the users use grid edit to add another record. This [Modified Records] table holds the records that have been edited or created, whether through the 'New Record' or through grid edit.
This was an attempt to simplify all creations and edits into one table, where I would access this [Modified Records] table and make proper changes to certain fields in the full records table, instead of writing separate scripts for when the grid is edited and when a 'New Record' is created.
Would a service worker be better suited for this problem? I originally thought my idea was a solid solution but since the code doesn't run using the IOL, I'm not exactly sure how to proceed.
Still need any help,
Thanks
The whole reason we created this [Modified Records] table was to handle the different cases where the user would edit/create a record. Sometimes a user would click 'New Record' to add another record, and sometimes the users use grid edit to add another record. This [Modified Records] table holds the records that have been edited or created, whether through the 'New Record' or through grid edit.
This was an attempt to simplify all creations and edits into one table, where I would access this [Modified Records] table and make proper changes to certain fields in the full records table, instead of writing separate scripts for when the grid is edited and when a 'New Record' is created.
Would a service worker be better suited for this problem? I originally thought my idea was a solid solution but since the code doesn't run using the IOL, I'm not exactly sure how to proceed.
Still need any help,
Thanks