Category Archives: javascript

Redirect from NewForm.aspx to DispForm.aspx or EditForm.aspx of newly created item

You may need to redirect from NewForm.aspx to DispForm.aspx (or other page) of newly created item when creating SharePointsolutions like Invoices and Orders management. There are a couple of blogs out there that already have a solution for this. Because at the moment of item creation there is no item ID yet all we can do is to redirect [...]

Implementing cascading drop down lists in SharePoint

Continuing my last post I will show some JavaScript that can be used to implement cascading drop down lists in SharePoint. Assume you have Products list and Categories list. Products have a lookup column to the Categories list. And we have Order line list which have lookup columns to Products list and to Categories list. [...]

Picking default columns values from related list

In my last post I showed one way of how to establish parent – child relations in SharePoint. Sometimes there is a need to pickup default columns values from related list. For example in my Sales Orders Management application I want to choose Product from a list when creating new Order or Invoice. But I [...]

How to establish a parent – child relationship in SharePoint

I want to show you one of the ways how to quickly establish parent – child relationship in SharePoint. By using this way you will be able to add child items on the parent item view page as shown in the image below: