Why to create Sharepoint 2013 Workflows using app model
Hi, is it a good practice to create SharePoint 2013 workflows using app model, the app contains list on which the workflow will run, if the app gets uninstalled it will delete the all the data with it,...
View ArticleUsing SP.WebRequestInfo() for calling a Webservice
Hi, i want to call an WebMethod from distant Webservice below the code [WebMethod] public string Annotate(string Test) { return Test; }This method is called in my hostedApp using WebProxy as showed in...
View Articleloading term set values in asp.net control
i have created a term set in an office 365 sharepoint site. I need to load the term set values in an auto hosted app using client object model for c# into an asp.net control. Please...
View ArticleProvider hosted app installation on test environment
HiI need to publish and install provider hosted app on app catalog site on test enviornment.I followed the procedure by registering app using http://mytestserver/_layouts/15/appregnews.aspxand...
View ArticleIn auto-hosted apps i added custom list , now when i deploy than i am not...
Hi to all , In auto-hosted apps i added custom list using visual studio 2013 , now when i deploy than i am not able to find that list in office 365. Only default.aspx content is showing in apps. I am...
View ArticleLaunch application by known URL
Hi,I'm trying to launch an application by predicting the URL. Until now I could launch the app by calling http[s]://mySpHostUrl/MySiteWhereIInstalledTheApp/AppNameAsSetInManifestIt seems to stop...
View ArticleCan we add An App Part in Custom PageLayout through SharePoint designer 2013
Hi all,Reg: Provider Hosted Apps in SP2013I am facing one issue. I want to add one App Part in my PageLayout, like what we used to do with Webpart. But i am not able to see the Apps Category(Where my...
View ArticleAdding email feature to send email in office 365
I am creating a website in sharepoint online office 365. I want to add asubscription module in this website so that an email can be sent to user as well as admin. Can any one help me how to do it?
View Articleusing autohosted apps how we will find if list all ready exist usin client...
Hiii to all , I am using autohosted apps and now i want to find if list all ready exist in site by using title of list . I am trying using this code but i am not able to find the solution var...
View ArticleSharepoint 2013 hosted app giving error :-Install app for SharePoint':...
Hi Friends,I have created a Sharepoint app for Office 365 ,while deploying I am receiving error :-Install app for SharePoint': Sideloading of apps is not enabled on this siteI have enabled Sildeloading...
View ArticleWCF_RIA_Services
I am needing to create an app that will use 5 different tables. I think Ria Services is the best data source option for me. What I am confused about is should I just put all of the needed fields from...
View ArticleProvider hosted app. An error during installation event
Hi,I have an AppEventReceiver in my app and during installation event I have an error:The remote event receiver callout failed.Details: "rd00155d516979" is not the intended audience...
View Article"Access Denied" App Part on Anonymous Public facing site
I am working on a SharePoint-Hosted App in Office 365 Dev Preview. The App has an App Part that get's added to the Home Page of the site. When I am logged into the site, the App part shows up just...
View ArticleHow can i read List items from root site like as:...
I have App part project and i want to read list items from my root site "https://site.sharepoint.com/Lists/ListName"but after adding app part to wiki page, my codes can't read list and items.here is...
View ArticleHow can i acces all the items inside the folder of document library using...
I want to retrieve all the items stored inside the folder of document library using REST api,i can access items inside the document library but not inside the folder of document libray,Also how to get...
View ArticleError after deployed sharepoint Hosted apps in tenancy site
Hi All I created SharePoint Host App and scope level is tenancy site. after deployed the app in tenancy site , getting error "The page can't display".I followed the below url to configure the App...
View Articletaxonomy field control for auto hosted app in visual studio
How to include taxonomy field control in auto hosted app in vs-2012Regards,Chaitanya
View Articleget item by version from sharepoint list through rest uri in sharepoint...
Is there any way to filter on the version of a list item, to get a prior version through rest URI in a sharepoint hosted app?
View ArticleSharePoint Store - Downloading Access Apps
I see that you are very experienced with SharePoint architecture. I have a quick question. Do you know anything about the SharePoint app store? I am looking for some troubleshooting help and would...
View ArticleSharePoint 2013 WebProxy return 403 - Calls to WebProxy without app context...
Greetings:I'm trying to use the web proxy feature in SP 2013. Here is the code:var hostWebUrl = "http://contoso.com/somepage.html"; var request; var response; function successHandler() { if...
View Article