Friday, November 27, 2015

Create a Custom Start Menu Application


Hi,

I faced some issue when Creating custom Menu Item and I found what I missed. So In this post I'll describe top to bottom (what I've learn) how to create a custom start menu without getting any errors.

Step 1
Go to content editor (select core db).
 


Step 2 
Create you Application using Application Template.



Give your application path there.
Note : If you want to view a
".aspx" page as an application give the the aspx file path as appication path.




Step 3
Create Application Shortcut where (Bottom, Left, Right, Programs) you want to populate.




Step 4
Give your Application as a on Application Shortcut.



Imporatnt : when you give you application you should go to Raw value and add your application path as "url" (/Applications/<your Application>) if not in there.


before adding url

 

after add the url 




Final Step
Then select master or web db and check your application is in the start menu. It should be there.



 
I'll hope you this post helpful for clear to when create a custom Menu Item.
Thanks