00:00 there is no straight way to uninstall a web app
00:02 instead follow this general step to housekeep a user’s workspace
00:05 first go to “Appage”
00:07 check the box on to top to select all records..
00:11 ..and delete them
00:22 then go back to home workspace
00:25 because there is data dependancy, those data depending on others should be deleted first
00:29 e.g. let’s “delete” the data of “site_Post”
00:32 “truncate” simply deletes the records but “delete” also purges the table structure
00:36 then “delete” the table for master data
00:45 lastly delete those without any data dependancy
00:58 sequence for deleting different objects very much depends on the app and database design
01:04 backup the share and study the design if there is uncertainty
00:02 instead follow this general step to housekeep a user’s workspace
00:05 first go to “Appage”
00:07 check the box on to top to select all records..
00:11 ..and delete them
00:22 then go back to home workspace
00:25 because there is data dependancy, those data depending on others should be deleted first
00:29 e.g. let’s “delete” the data of “site_Post”
00:32 “truncate” simply deletes the records but “delete” also purges the table structure
00:36 then “delete” the table for master data
00:45 lastly delete those without any data dependancy
00:58 sequence for deleting different objects very much depends on the app and database design
01:04 backup the share and study the design if there is uncertainty