Hi
Is there any other option to store the static data instead of using entity in outsystems?
Because it will easier to update the data if the data in stored in external file like xml .
Hi Sowndhar,
You can do that sure, but then you lose the ability of joining the static data from the XML with other entities from the database, which may come in handy when you are trying to mesh data.
I would suggest do the following:
Kind Regards,João
Hi Joao Marques
I am currently created a normal entity to store the data and passing it to the REST API's.
Just a few static data only,remaining it will be from web form.
When anyone wants to update the data who didn't have much outsystems,it will be difficult.
So I am thinking of like store it in key value pairs and when we update the data just need to sync it in outsystems.
I didn't understand clearly what you said above.