New form with Related Items redirect to edit form
The "Related Items" object works fine on an Edit or Display form, but it doesn't work on a New form since there is not ID for the parent record yet.
How can I redirect the Save button click of a New form back into the Edit form for that same parent record?
I don't want the user to have to go hunting for their new expense report to start adding expense items to it.
How can I redirect the Save button click of a New form back into the Edit form for that same parent record?
I don't want the user to have to go hunting for their new expense report to start adding expense items to it.
Here is what I have so far:
$().SPServices.SPRedirectWithID({
redirectUrl: "http://share.showprg.com/Lists/Expenses ... _Edit.aspx",
qsParamName: "ID"
});
I am trying to redirect the New Form into an Edit Form, so the parent record will have an ID and the user can start adding child records right away.
$().SPServices.SPRedirectWithID({
redirectUrl: "http://share.showprg.com/Lists/Expenses ... _Edit.aspx",
qsParamName: "ID"
});
I am trying to redirect the New Form into an Edit Form, so the parent record will have an ID and the user can start adding child records right away.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hello,
Please, upgrade Forms Designer up to 2.7.11 version and follow instruction from our article:
How to open edit form right after creation of an item in SharePoint
Please, upgrade Forms Designer up to 2.7.11 version and follow instruction from our article:
How to open edit form right after creation of an item in SharePoint
-
- Information
-
Who is online
Users browsing this forum: No registered users and 29 guests