Author Topic: Saving remote data  (Read 3427 times)

rgorantla

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 88
    • View Profile
Saving remote data
« on: January 05, 2015, 09:15:30 pm »
Hi ,

I have remote Json data (3 rows) - i change data in those 3 rows and click save - Update list doesnt have any data

But if i create new rows and click save - list have data for those new rows .


Can you tell me what am i missing here?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Saving remote data
« Reply #1 on: January 06, 2015, 05:25:52 pm »
you need to mention primary key of the records

http://paramquery.com/pro/api#option-dataModel-recIndx

rgorantla

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 88
    • View Profile
Re: Saving remote data
« Reply #2 on: January 07, 2015, 07:14:58 am »
My bad - had e in recindex ...

Thank you.