Is there any event in CSR context use after render the form (OnPostFormRender)?
Hi all,Is there any JavaScript event in CSR context can I use after render/load the form (On Post Form Render)?
View ArticleGet list item with skip and top in rest api sharepoint 2013
not getting list item using skip and topbelow are my code/** Date.parse() support for poor IE8 */ (function (n, f) { var u = n.parse, c = [1, 4, 5, 6, 7, 10, 11]; n.parse = function (t) { var i, o, a =...
View ArticleChart Solution for SharePoint Hosted Apps
Hi,Bit background: We migrated from SharePoint 2010 to SharePoint 2013. We had used the out-of-box (OOB) chart web part available in 2010 and were able to successfully port them over, however it...
View ArticleSkip not working with rest api sharepoint 2013 app part
Getting items from Pages Library, Skip not working with below codequeryUrl = appweburl + "/_api/SP.AppContextSite(@target)/web/lists/getbytitle('" + pageLibraryName + "')/items?@target='" + hostweburl...
View ArticleRetrieve E-mail ID of the user name given in people picker of Infopath
We are using Infopath 2007 blank template till now in our project. We now need to migrate it to SharePoint 2013. But we couldn't retrieve the E-mail ID of the user we are giving in the people picker....
View ArticleECB Custom action hide/show based security group
Hi All,I am developing a SharePoint hosted app where I need to deploy an ECB custom action most likely on the host web (and perhaps also on the app web).The ECB needs to show and hide based on a SP...
View Article"Value does not fall within the expected range" in Joins
Hello, I'm trying to create query with JOIN between a custom list and a picture library, however I am getting the following message: "Value does not fall Within the expected range". Either list has...
View ArticleGet row count after applying Odata filter
Hi,I thought it was going to be as easy as getting $inlinecount (doesn't do anything) or /items/$count (fails) to get total number of items returned after $filter is applied but...
View ArticleAccess lists created in a separate App
I am trying to figure the best way to debug and deploy my Apps. The App will have some custom lists and forms/code that will interact with the lists. I don't want the lists to be deleted whenever I...
View ArticleSharePoint hosted app part and SPHostUrl + SPAppWebUrl
Hi,I have sharepoint hosted app that gets hostweburl and appweburl with the next lines function getUrl() { hostweburl = getQueryStringParameter("SPHostUrl"); appweburl =...
View ArticleError when trying to add App to SharePoint 2013: Sorry, only tenant...
When I create a provider hosted app for SharePoint 2013 with the August 2013 CU applied I receive the error "Sorry, only tenant administrators can add or give access to this app" when deploying to an...
View ArticlePrompt dialog box showing app part URL as title
Hi,I've SharePoint hosted app, which content one list and app part performing edit and delete operation.Issue is when i prompt confirm dialog box in non-IE browsers(Firefox/Chrome) are show app url as...
View ArticleWhy does SharePoint keep asking user consent in oauth process?
Hi, I have registered an app with /_layouts/15/appregnew.aspx, because I made a remote web application without the .NET environment. The app shows the skydrive-pro folder structure of the logged-in...
View ArticleRemote event receiver not getting trigerred in SharePoint online site
Hi All,I have developed a remote event receiver and installed the event receiver in a SharePoint online site. But, the event receiver is not getting trigerred.Its very urgent. Please help me in...
View ArticleCan we register a remote event receiver when any site collection gets created?
Hi,There is no any "SiteCreated" or "SiteCreating" type of event receiver in app model. But, I want to trigger some events on the site collection creation. There are some web level events in the app...
View ArticleShow Sharepoint Metadata in outlook folder
When I link a sharepoint mail folder to outlook, I would like to show some meta data, normal things like received date, date send etc. is this possible? Because the default implementation is pretty...
View ArticleThe 'CountRelated' attribute is not allowed.
I have been trying to add CountRelated="TRUE" attribute on lookup field however whenever I try to deploy my SharePoint hosted app installation is failing with an error saying "The 'CountRelated'...
View ArticlePOST Process Query - 403 Forbidden
Hello together,we develop SharePoint hosted apps and have currently a 403 issue. This appears not everytime, mostly if you do nothing and click again on the screen. Form architecture side there is also...
View Articledeploy Sharepoint hosted app in production server
I have developed a Sharepoint hosted app in my developement server. I need to deploy the app in Production server. How can i achieve this.
View Article