4
Views
2
Comments
Solved
Server Dependancies
Question

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

2024-06-12 10-07-10
Daniel Martins
Solution


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

UserImage.jpg
Chris Watson

Expose Read Only, that's what had me stuck. I'm glad it was something simple!


Thanks Dan!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.