Can Ipad / Android app submit data to Sharepoint 2013

I really like the flexibility of Building Mobile Apps with Flash Builder and export to Ipad or Android application.
For a simple inspection process. I like to have 10 inspections points where my form will ask if the inspection point pass or not, basically a simple checkbox. also some text field for comments and finally a picture of the physical point inspected.
Since I'm going to have 10 questions, will return 10 binary fields and 10 text fields with 10 pictures, which I like to have the picture control to take the picture on the fly.
At the end of the inpection like to have the option of submit all the data collected for storage and future analysis, in this case will be "Sharepoint 2013".
I know Sharepoint 2013 have different methods to insert data, [ CSOM, REST, OData / OAuth ]. however I'm not sure if this is possible with ActionScript.
Can somebody point me in the right direction or if I need something else to achieve this goal ?
THX Dino.

Hi Mercury, 
Thanks for posting your issue, Kindly follow below mentioned steps to solve this issue
Go to the List Permissions and stop inheriting permissions first
Clicking the Anonymous Access ribbon button after breaking permissions inheritance
Now, allow Anonymous users to Add items (edit and delete are optional, but not recommended)
Now, your anonymous user should be able to add an item to the list
Also, check out below mentioned URL to know about the fix of this issue
http://www.codeproject.com/Articles/569965/GrantingplusAnonymousplusAccessplustoplusSharepoin
I hope this is helpful to you, mark it as Helpful.
If this works, Please mark it as Answered.
Regards,
Dharmendra Singh (MCPD-EA | MCTS)
Blog : http://sharepoint-community.net/profile/DharmendraSingh

Similar Messages

  • I have an iPad with apps and data already on it  i just bought a mac how do i transfer the data from i pad to mac

    i have an iPad with apps and data already on it  i just bought a mac how do i transfer the data from i pad to mac

    here
    1) Without connecting your iPad to your laptop, start iTunes. Click on Edit. Click on Preferences. Click on Devices. Check the box next to "Prevent your iPod etc. from automatically syncing." Click OK.
    2) connect your iPad to your laptop and start iTunes.
    3) When iTunes starts, right click on your iPad under Devices in the left column. Select Transfer purchases etc.
    4) After it finishes transferring all your apps to your new laptop, right click on your iPad and select Backup your iPad.
    5) After it finish backing up your iPad, right click on your iPad and select Restore etc.
    6) After it finishes restoring, left click on your iPad , then click on the Apps tab on top, and check the box next to Sync Apps, then click on Apply below.
    If everything on your iPad looks good after the sync, go back and click on Edit / Preferences / Devices and UN-check the box next to Prevent your iPod etc. The only other thing you may want to check is if your contacts, bookmarks, etc. are syncing correctly now. If not, go to the Info tab after connecting and make sure you indicate which features you want to sync with what sources.

  • Unable to save lookup field data in SharePoint 2013 online list

    Dear Support,
    I had successfully created provider hosted app and deployed on SharePoint 2013 online site, in my project I created orderservice.asmx.cs web service and write a code for save record on SharePoint
    2013 online list as I mentioned below and calling on App1.js file.
    But I am unable to save lookup field value as mentioned below code
    Customer is a lookup field I want to save data in SharePoint 2013 online list( Order)where I had successfully
    inserted text field  data (Title &
    Special_x0020_Instruction).
    i am getting error as mentioned below
    500 Internal Server Error {"Message":"Invalid web service call, missing value for parameter: \u0027Title1\u0027.","StackTrace":"   at System.Web.Script.Services.WebServiceMethodData.CallMethod(Object target, IDictionary`2
    parameters)\r\n   at System.Web.Script.Services.WebServiceMethodData.CallMethodFromRawParams(Object target, IDictionary`2 parameters)\r\n   at System.Web.Script.Services.RestHandler.InvokeMethod(HttpContext context, WebServiceMethodData methodData,
    IDictionary`2 rawParams)\r\n   at System.Web.Script.Services.RestHandler.ExecuteWebServiceCall(HttpContext context, WebServiceMethodData methodData)","ExceptionType":"System.InvalidOperationException"}
    Please let me know the code how to insert lookup field value (Customer)
    in SharePoint online list.
    OrderService.asmx.cs
    Public
    int InsertOrder (Order
    orderRecord)
                pwd.MakeReadOnly();
                clientContext.Credentials =
    new
    SharePointOnlineCredentials (myUserName, pwd);
    try
                  Web
    oWeb = clientContext.Web;
    ListCollection lists = oWeb.Lists;
    List oOrderlist = clientContext.Web.Lists.GetByTitle("Order");
                    clientContext.Load<ListCollection>(lists);
                    clientContext.Load<List>(oOrderlist);
                    ListItemCreationInformation
    itemCreateInfo = new                 ListItemCreationInformation();
    ListItem oListItem = oOrderlist.AddItem(itemCreateInfo);
                    oListItem["Title"]
    = Title;                        listItem["Special_x0020_Instruction"]
    = orderRecord.Instruction;
                        listItem ["Customer"]
    = orderRecord.CustomerId;
                        listItem.Update();
                        clientContext.ExecuteQuery();
    return 1;
    catch
    return -1;
    App1.JS
    $("#Save").click(function
    debugger;
    var OrderProfile = $('#orderprofile').val();
    var CustomerId = $('#exCustomerlist').jqxComboBox('getItem',
    $('#exCustomerlist').val());
    //var Instruction = $('#instruction').val();
            alert(OrderProfile);
            alert(CustomerId);
    var obj = {
    'Title': OrderProfile,
    'Customer': CustomerId }
            $.ajax({
                url:
    "OrderService.asmx/InsertOrder",
                type:
    "POST",
                dataType:
    "json",
                data: JSON.stringify(obj),
                contentType:
    "application/json; charset=utf-8",
                beforeSend:
    function (XMLHttpRequest) {
    //Specifying this header ensures that the results will be returned as JSON.
                    XMLHttpRequest.setRequestHeader("Accept",
    "application/json");
                success:
    function (response) {
                    $(".errMsg ul").remove();
    var myObject = response.d;
                    alert(myObject);
                error:
    function (response) {
                    alert(response.status +
    ' ' + response.statusText +
    ' ' + response.responseText);
    Regards,
    Akhilesh

    Hi Alex Brassington,
    Thanks for your reply.
    I am having the Site Administrator Permission of the public site.
    I am having the permission of Company Administrator of that site but still unable to find
    Device Channel on Site Setting. still I gave the user full control from Site Permission but nothing is happening.
    What should I do next?

  • Access sharepoint store free apps in onpremise/local sharepoint 2013 server

    Hi Team,
    I need to Access share point store  free apps in onpremise/local sharepoint 2013 server
    I have installed Active directory and created users.In the same machine i have enabled Hyper V and installed sharepoint 2013 complete.So in my case how can i use SharePoint store apps in my Farm.I have refer lots of blogs .I dont Know where i have been Mistaken.
    Doubts in these Sections
    1.We need to buy domain are Not.Else if he have domain name (WWW.test.com) shall we use this.
    2.In Dns  creating primary zone ,Why we need to do that?
    3.Is there app can access in SP foundation
    Help need Urgently
    Thanks In advance
    Regards
    Hafeesu

    Hi Hafeesu,
    you need to setup your environment to allow apps, follow this link
    http://technet.microsoft.com/en-us/library/fp161236(v=office.15).aspx
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Upload 100 GB data into sharepoint 2013 site

    Hi Team,
    I want to upload 100GB data into sharepoint 2013 site for performance testing.
    I have the 5 document libraries.
    I want to upload the 10GB data to each document library in the site using powershell.
    Is it possible or not? Can you explain the detailed steps

    This should not be a problem, but you can't do it in 1 go as the default upload size per document = 50 MB (see
    https://msdn.microsoft.com/en-us/library/ff487972.aspx). I've created a tool that uploads documents in chunks, maybe you can use that (read the article as you'll need to increase some settings):
    https://gallery.technet.microsoft.com/office/The-Migration-Dragon-for-628acae0 Maybe that's an option for you too.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Can Exchange 2007 to be integrated with SharePoint 2013

    Can Exchange 2007 to be integrated with SharePoint 2013?

    In the sense of using Incoming and Outgoing email, absolutely. But not for other things, like Site Mailboxes, which require Exchange 2013.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • OneDrive for Business iPad App with on-premise SharePoint 2013

    I don't know if this has more to do with OneDrive for Business or SharePoint 2013 itself.
    Basically we are trying to log into OneDrive for Business on the iPad app but it says "Sorry, this app doesn't support this type of authentication"
    We are using Claims Based Authentication with our On-premise SharePoint 2013 environment, which according to this table is a supported method: h**p://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/use-the-onedrive-for-business-app-on-an-iphone-or-ipad-HA104005688.aspx#_Supported__authentication
    We have tried different combinations of the username and url. Windows username, DOMAIN\username, email address, username@domain, etc. nothing seems to work.
    Any ideas on how to fix this?

    according to office blog, it does support SharePoint on prem with following authentication(NTLM & FBA)
    Introducing OneDrive for Business for iOS v1.2
    Q. Does this announcement apply to customers who have deployed SharePoint 2013 on-premises?
    A. Yes. The OneDrive for Business for iOS v1.2 app does support some SharePoint on-premises configurations (NTLM & FBA). We are committed to providing customers access to their OneDrive for Business in SharePoint 2013 on-premises. We also recently introduced
    new capabilities in SharePoint 2013 SP1 to more seamlessly connect on-premises investments to OneDrive for Business in Office 365. More information to be shared at SharePoint Conference 2014 (March 3-6 in Las, Vegas); we will link to the relevant information
    once it has been posted next week.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • OneDrive for business App- On premises installation (Sharepoint 2013)

    Hi, 
    Just needed clarification regarding One Drive for Business application on iPhone/iPad. 
    When I connect to internal corporate network, the application works fine. However when I go on external network, it gives an error that 'You are logged in but we can't access your settings'. Is there something I am missing? Same with One Drive for business
    application for laptop. 
    It also works fine when I connect my iPhone/laptop on VPN. 
    We are using SharePoint 2013 (on premises installation). Do I need to get some subscription for business in order to get the app working over the internet? I know we need Office365 or sharepoint online in order to get the app working but it works fine when
    I am connected to internal network or VPN. 
    We do have a public IP and URL for One Drive which works fine on any browser from external internet. So the problem is only limited to the application on Apple and Laptop (windows). We are using TMG.
    Any info would be appreciated!
    Thanks

    Hi aso,
    You may want to check the authentication types for SharePoint on-premise site internal and internet access, some authentication types are not supported, you can check if it is the case.
    http://office.microsoft.com/en-001/office365-sharepoint-online-enterprise-help/use-the-onedrive-for-business-app-on-an-iphone-or-ipad-HA104005688.aspx#_Toc383014604
    http://social.technet.microsoft.com/Forums/en-US/3ad5b8ca-37e9-43b2-9201-9c5c339d157c/onedrive-for-business-ipad-app-with-onpremise-sharepoint-2013?forum=sharepointadmin
    Thanks
    Daniel Yang
    TechNet Community Support

  • Excel web app Review tab with SharePoint 2013

    Is there a way to get the review tab to show up in Excel web app with SharePoint 2013 on-prem?  Users want to be able to use the "add comments" feature while in the excel web app.

    Hi,
    That functionality isn't available in Excel Web App on-premise. I just applied the Oct 2014 CU to WAC and do not have it, so the feature just hasn't made it down yet.
    You can use the "add comments" tab in excel client. 
    Here is a similar post, you can take a look at:
    https://social.technet.microsoft.com/Forums/office/en-US/b0f3ab85-8f46-484b-8fdb-407f57846b61/office-wep-app-review-tab-is-not-disponible?forum=sharepointgeneral
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Excel Services with SharePoint List Data in SharePoint 2013 - Chart is not refreshing automatically

    Hi Everyone,
    This is My req: I m going to display pie chart and Bar chart in share point 2013.
    Steps I have follwed:
    1. Export the list to excel.
    2.Using the Power Pivot table I have done the chart.
    3. Uploaded into document Library.
    4. Added into the web part. 
    Chart are displaying. But When ever user added the data into the list chart is refreshing.
    Is there any option to refresh the data in chart? Waiting for valuable replies.
    Regards, Manoj Prabakar

    SharePoint lists as data sources in Excel Services is not supported.That's the reason refreshing is not working. There are some work around you can use  -
    Export as Data Feed - Export your SharePoint list as Data Feed , use this data feed to a PowerPivot for Excel workbook and publish this PowerPivot using Excel Services.
    User-defined functions  - write UDF in C# and extend the Excel Services functionality to work with SharePoint lists.
    https://msdn.microsoft.com/library/bb267252(office.12).aspx#Office2007ExcelServicesUnlimited_SharePointLists
    Web Services API -
    The Web Services API can be used to push data from a database and then refresh the data in a SharePoint Server list by using Excel Services.
    JavaScript Object Model - The JavaScript Object Model for Excel Services in Microsoft SharePoint Server 2010 provides many solutions for Excel Services.
    More details  - 
    https://technet.microsoft.com/en-us/library/gg576960.aspx
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Office Web Apps 2013 - Word app not working on Sharepoint 2013 but Excel does

    Hi there!
    We had some problems with Office Web Apps 2013 not working with Lync, and the status of OWA was unhealty so we decided to install some updates for OWA.
    We have downloaded November 2013 update for OWA.
    We found out a guide for putting updates on OWA and done this steps:
    * Remove-OfficeWebAppsMachine
    * Installed the november update
    * Restarted OWA server
    * ran: New-OfficeWebAppsFarm -InternalUrl https://owasrv.domain.local -ExternalURL
    https://owasrv.domain.local -CertificateName "certname" -AllowHttp  -EditingEnabled
    * Restart-Service WACSM
    - checked in IIS in the bindings if the site useses the correct certificate
    Then we went on Sharepoint 2013 and ran some commands:
    * Remove-SPWOPIBinding –All:$true
    * New-SPWOPIBinding -ServerName owasrv.domain.local
    * Set-SPWOPIZone –zone “external-https”
    Now here are the funny things:
    * Excel word app on Sharepoint 2013 works
    * Word APP not working (screenshot)
    * Lync 2013 powerpoint still not working (screenshot)
    * status of OWA is healthy
    bostjanc

    Hi,
    The Friendly name field must be unique within the Trusted Root Certificate Authorities store.  In -CertificateName, enter the friendly name you gave your
    certificate earlier.
    Validate the configuration by navigating to the discovery URL of the Office Web Apps server.  Like
    https://xxx/hosting/discovery
    Meanwhile, the issue is related to Lync, I recommend to you to post the question on Lync Server for further discussion via the link below.
    http://social.technet.microsoft.com/Forums/en-US/home?forum=ocsclients
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction
    with us. Thank you for your understanding.
    Tracy Cai
    TechNet Community Support

  • Office Web Apps not working externally SharePoint 2013

    In the production farm we have connected office web apps server which is FQDN server name ( xxx.xxx.corp.local) , we can open the sites internally without any issues, but when we open from externally office web apps asking for authentication and not working
    properly.
    Please help me how to make it work  in external. 
    Thanks, Ram Ch

    You will need a public facing URL or IP address. Check below
    You need to configure your OWA for internet
    New-OfficeWebAppsFarm –InternalUrl "md1xxx95.jdaxx.corp.local" -ExternalUrl "http://198.xxx.xxx.xxx" -EditingEnabled
    Set-SPWOPIZone –zone
    “external-http”
    Detailed steps in
    http://social.technet.microsoft.com/wiki/contents/articles/19039.sharepoint-2013-how-to-enable-office-web-apps-to-work-in-both-internal-and-external-environments.aspx
    Set-SPWOPIZone –zone “external-http”
    Set-SPWOPIZone –zone “external-http”
    If this helped you resolve your issue, please mark it Answered

  • Task Due date in SharePoint 2013

    Hi All,
    we have an issue where we want some customization or possible turn around solution on SharePoint 2013. i want to know that if we are allocating any Task to any user then we have Start Date & Due Date in Task Form. Here what i want that automatically,
    after 2 Days, Due date column should be freezes/locked (No more changes in that). And if we want to change Due date then can only change 2 times & if we want to change again Due date as 3rd time then it should not allow to change at all & require some
    kind of approval from Management.

    Hello,
    For the limited number of modification of the due date, I would use an event receiver on "itemupdating"  with this kind of logic
    If (Properties.ListItem[«Due Date»] != Properties.AfterProperties[«Due Date»]) //modification of the date
    check the number of modification, if less than 3 , increment the number and continue, if 3 set
    Properties.AfterProperties[«Due Date»]) =Properties.ListItem[«Due Date»]
    here some info about creating event recivers :http://msdn.microsoft.com/en-us/library/gg252010(v=office.14).aspx (for 2010 but the same for 2013)
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • Error in Archives data in SharePoint 2013 blog site

    Hi,
    I have created a blog site in SharePoint 2013.
    Here when i clicked on the month of june, it shows the header as May but showing the posts of july.
    Is there any solution for this issue.
    Please help.
    Thank you

    Hi,
    I checked the link for the archives, the date interval for the month of June is "31 may 2014 to 30 June 2014".
    Is it possible to change these date interval?
    Please help.
    Thank you.

  • Dependencies on the App Management Service in SharePoint 2013

    Looking for a listing of services or features in SharePoint 2013 that are dependent on the App Management Service Application being provisioned...
    Anyone have a good list of what those are or could provide me one here? I want to make sure i'm not overlooking something as i weigh the pro's and con's of setting this service up.

    I'm not aware of a list of other services that are dependant on the App Management service.
    My understanding is there aren't other out of the box services that depend on it. Update: Good news, I'm wrong :)
    The Hybrid topologies (Search, BCS, Duet) between SharePoint Server 2013 and SharePoint Online do require the app management service so if you're condsidering these then you'll want to configure it.
    If you're not using apps for SharePoint then you probably do not have a need to configure the service at this time.
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

Maybe you are looking for

  • Servlet program in eclipse

    hi all, i write simple hello servlet program in eclipse... but compiler tells " javax.servle.* " cannot be resolved... plz clarify how to run servlet program in eclipse as a tomcat webserver.... import java.io.*; import javax.servlet.*; public class

  • HP Scan Applicatio​n has stopped working Windows 7 64bit

    The HP Scan 3.5 works better - it will scan pictures but the program must restart after each scan.  Also the scans are really slow, other scanning programs work fine, Microsoft Live Photo Gallery and Picasa 3 in particular.  I would prefer to use the

  • Why is my iPhoto library blank after update?

    Strange things that happened: 1) I updated to Yosemite from mavericks 2) accidentally unplugged external drive storing iPhoto library 3) tried to open iPhoto and it told me that my library was out of date and needed to be updated and rebuilt 4) went

  • Internal table data download to XML format

    Hello All, I have devloped one OOPS ALV report in that our requirement is on "SAVE" button the data of the report has to be downloaded in given XML format.Please check the format provided in Finnish language.The word "Value" specified as value which

  • Updated to FF 3, now it is gone. Back to 2.0. Bookmarks etc. are gone.

    Update to recent version of FF. Went to open today...wouldn't open. Went through the apps tab and opened there and its the 2.0 version!! where is the updated version with all the bookmarks, etc.??? This is on a Mac. == today == == User Agent == Mozil