How can a iPad app be used to fill Sharepoint forms -


i have develop ipad (native)app can display sharepoint(2013 or online) forms (aspx forms) , allow app user fill forms when app offline.

based on searches, there does not seem way retrieve aspx forms ipad app.

there few apps (such filamente, formotus, harmon.ie etc.) seem allow that, although have not tried.

i looked @ web services here not find webservice provides forms (although there forms & list web wervice)

can let me know how can achieve this?

thanks.

you on way ! actualy there no api retreive sharepoint forms (except use iframe it's ugly ...)

for (in ios) there rest/odata api of sharepoint.

you must build own form based on list structure (where want add data). retreive fields of list or content type, can query fieldcollection of list (getting fields collection). give structure of list (fields name, type, ....), after can build own form custom logic.

you must use rest/odata add/edit/delete items. here tuto microsoft : working lists , list items rest

for offline it's ios dev, can't on this.

i hope


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -