Each InformationSet has a link to add, update or view data. Here is the pattern of URL
Add new entry : www.example/information/manage/[NAME]/add
Edit entry : www.example/information/manage/[NAME]/update/[ID]
View All entry : www.example/information/manage/[NAME]
View Single Entry : www.example/information/manage/[NAME]/view/[ID]
View example for InformationSet "country" and id "5"
Add new entry : www.example/information/manage/country/add
Edit entry : www.example/information/manage/country/update/5
View All entry : www.example/information/manage/country
View Single Entry : www.example/information/manage/country/view/5
A common use of Interface link in Interface Builder to create admin panel menu. In Interface Builder we always use relative like below
Add new entry : information/manage/country/add
Edit entry : information/manage/country/update/5
View All entry : information/manage/country
View Single Entry : information/manage/country/view/5
Related Links: Interface Builder