Home › Forums › QuickApps Forum › Adding Custom Toolbar Button › RE: Adding Custom Toolbar Button
09/22/2015 at 3:17 am
#7161

Anonymous
Participant
hi Henny,
n
Let me give u an example.
n
I have the following page where I show the Projects items (meetings, taks, announcements) based on the project ID.
n
http://sitex/SitePages/Navigation/ProjectPortal.aspx?SourceID=30
n
I added a quest list view for the tasks and then add a custom toolbar buttom for a new task. I defined the URL
n
http://sitex/SitePages/Navigation/TaskNewItem.aspx?SourceType=Project
n
Added an HttpParameter named SourceID but …
n
I also need send the Source parameter with the current url in the case :
n
Source=http://sitex/SitePages/Navigation/ProjectPortal.aspx?SourceID=30
n
Thanks
n
n