how I can send to server_processing.php To salesforce Pages?

how I can send to server_processing.php To salesforce Pages?

sivaec88sivaec88 Posts: 6Questions: 0Answers: 0
edited July 2012 in General
I am using data tables in salesforce pages... i am also using ServerSide implementation...but sAjaxsource was server_processing.php?Any possible to change server_processing.php into salesforce datas?

Replies

  • snarf2larfsnarf2larf Posts: 64Questions: 0Answers: 0
    From what I know of salesforce you'll likely have to use their API to request the data you need and then modify that data so datatables can read it properly.
  • sivaec88sivaec88 Posts: 6Questions: 0Answers: 0
    thanks snarf2larf..... but i am new for salesforce....i am include "bServerSide": true in the page the data tables not working......can u provide any examples for that serverside implementation in salesforce for my reference.......
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    If SaleForce's API were to process and reply to DataTables' requests in the expected format (fully documented here: http://datatables.net/usage/server-side ), then it will just work. However, that is extremely unlikely... So as snarf2larf says, you'll need to work with their API and use the DataTables documentation to make it work.

    > can u provide any examples for that serverside implementation in salesforce for my reference.......

    I'm sure someone can provide you with a quote to do the work involved if you could detail it a bit more.

    Allan
  • sivaec88sivaec88 Posts: 6Questions: 0Answers: 0
    thanks allan......i read Document ...... but i can't understand the document how to get the data from salesforce and how to push the data to serverside implementation side.... can u provide any solution or example for that serverside implementation?

    siva
This discussion has been closed.