function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fahad abidfahad abid 

Canvas app create its name new web tab after installation

Hi ,
I  mv working on canvas app that is working fine in Canvas app previewer .Now if any one install this app after installation it create new web tab with same name as app name  and app run into tab when clicked  
Best Answer chosen by fahad abid
pconpcon
All you need to do is create a new web tab [1] then when you are packaging your app [2] during step #7, choose Component Type field to be Tab and add your newly created Web Tab to the package.

[1] https://help.salesforce.com/apex/HTViewHelpDoc?id=creating_web_tabs.htm&language=en (https://help.salesforce.com/apex/HTViewHelpDoc?id=creating_web_tabs.htm&language=en)
[2] https://developer.salesforce.com/docs/atlas.en-us.platform_connect.meta/platform_connect/quick_start_package_canvas_app.htm

All Answers

pconpcon
Are you trying to create a package that includes a web tab for your canvas app?  I'm sorry if that's wrong, but I do not see an actual question in your post.
fahad abidfahad abid
Yes that is actually what I want do .how can I do it?  
fahad abidfahad abid
Yes that is actually what I want do .how can I do it?  
pconpcon
All you need to do is create a new web tab [1] then when you are packaging your app [2] during step #7, choose Component Type field to be Tab and add your newly created Web Tab to the package.

[1] https://help.salesforce.com/apex/HTViewHelpDoc?id=creating_web_tabs.htm&language=en (https://help.salesforce.com/apex/HTViewHelpDoc?id=creating_web_tabs.htm&language=en)
[2] https://developer.salesforce.com/docs/atlas.en-us.platform_connect.meta/platform_connect/quick_start_package_canvas_app.htm
This was selected as the best answer
fahad abidfahad abid
thanks
pconpcon
If that solves your issue, please choose a "Best Answer" so that this post can be removed from the unresolved queue and so people in the future can find the answer.