I have a document library that has:
-several custom columns such asa: name, description, comments, links (lookup from site) etc
-a web part page template (in this template I have a 'Data view' that displays all the info the user inserts in those custom columns)
In AllItems view, when I click New Document, my template opens up in Sharepoint Designer as Untitled_1.aspx and I have to 'Save as' to the document library and then edit its properties.
What I'd like to do is: when I click New to be able to set all that info (like EditForm.aspx would do, but to also create this document in the document library after I set those column values) and then go to this Item (with DispForm.aspx or smth like that).
If anyone has had this same problem, please help, I haven't found anything to help so far...
-several custom columns such asa: name, description, comments, links (lookup from site) etc
-a web part page template (in this template I have a 'Data view' that displays all the info the user inserts in those custom columns)
In AllItems view, when I click New Document, my template opens up in Sharepoint Designer as Untitled_1.aspx and I have to 'Save as' to the document library and then edit its properties.
What I'd like to do is: when I click New to be able to set all that info (like EditForm.aspx would do, but to also create this document in the document library after I set those column values) and then go to this Item (with DispForm.aspx or smth like that).
If anyone has had this same problem, please help, I haven't found anything to help so far...