Hi Friends
While creating a document in the Docbase, Should accept only the Unique document name.. Should not accept the Duplicate name.
How we can acheieve this by WDK
Regards
Mani
You could create a TBO that checks it for you before creating a document. Note that TBO uses the session of the current user, so if you check if a document already exists, it might not give the correct result because it's possible the current user cannot see all the documents.
Extend the current duplicate name check validator and remove the current folder limit