I'm not 100% on my outsystems lingo so bare with me...
I'm currently trying to build a Phone app that uses dependencies from a web based application. I have all the web app tables in my phone app, but only the 'Get' action is visible under each of these tables. If I want my phone app to be able to write data to the dependency tables, how do I achieve this? Is there a way to get the 'Create' actions for these tables, or is it a case of building the data in a replicated table locally and synching the local table with the web app?
Thanks
Hi Chris,
Just make sure that public entities are not exposed as read-only: https://www.outsystems.com/help/servicestudio/9.1/index.htm#t=Using_Data%2FExpose_an_Entity.htm
Hope it helps you.
Best regards.
Daniel Martins
Expose Read Only, that's what had me stuck. I'm glad it was something simple!
Thanks Dan!