Backend URL to edit custom module item?
I have a custom module defined using the Module Builder. It has a menu item under Content. Subpage is my custom module. Right now the URL to the content list is /Sitefinity/Content/subpage. This shows a list of Subpage items. Clicking any of the links will allow me to edit a particular Subpage. But all of the Subpage items have the same URL. But I would like to have a dedicated URL to edit each Subpage.
Is there anyway to do this?
It is important that I get an answer to this. So I'll try to clarify my question.
Steve,
I'm not sure this is exactly the same thing that the original poster was asking, but say I have a custom module that I built using module builder. On the content menu, I can view my items and select one to edit. But is there any way to navigate directly to the edit screen for an item?
My exact scenario is as follows: I have a module built using module builder. For my module, I am using the stock list and edit screens from Sitefinity. I have written a function to clone a given custom content item. (The user will be logged into the back end when doing this.) At the end of cloning the item, I want to navigate to the edit screen to display and edit the item.
Is this possible in any way?