Steps to reproduce:
I am creating a new document using "Create Document Assistant".
I provide details and attach a local file on “Document Information” screen then I clicked on Next.
I kept “Correspondence Info” blank and clicked on Next
I kept “Select Document Folder” blank and clicked on Next
Now, on “Other Connection” window, by mistake I entered incorrect Project number and clicked on Finish.
When I check under document list two documents get created.
Investigation done so far:
On further investgation using debug tool found that issue is with screen “Other Connection” when you click on “Finish”, application first creates document and then tries to validate connection object. If connection object is not valid, it presents error but does not remove document entry. Now, if user decides to fix the project number correctly after error and clicks on Finish, system creates another entry of document.
Issue is only where there is an issue with “Other Connections”.
Is there a way to exclude “other connection” screen? or any other suggestions to fix this issue.