Hi,
Can Anyone pls help me out on how to post table of records(Inline entries) using Android Native app.
for posting single record, i am using the below code,
request = RequestBuilder_PostSample.getInstance().buildPOSTRequest(INetListener listener, String collection, IODataEntry entry, String requestTag); mApplication.getRequestManager().makeRequest(request);
Then , How to set the Values in Table ( List<IODataEntry> ) and Post.
In my scenario, have to post the table of records in single request. So, Batch upload is not support.
Regards,
dinesh