How to delete an application within App
How to delete an application within App Builder? I always find delete button is disabled.
-
And for those one in a million times when you can't actually delete an application... yes it happens... twice to me so far..
Usually has to do with the database not being updated when you stop applications. You could consider it as a ghost process. The status says everything is stopped but the database tables don't reflect that entirely... Anyway there may be some other steps to take but these seem to work for me:
For the application to delete:
Delete all the forms individually
All of these tables should be empty
[dbo].[WF_APPLICATION_FILE]
[dbo].[WF_ENABLED_APPS]
[dbo].[WF_PROC_DEFS]
[dbo].[WF_PROC_INSTS]
[dbo].[WF_MANUAL_WORKITEMS]
[dbo].[WF_ACTIVITY_INSTS]
Please sign in to leave a comment.
Comments
5 comments