Do entities fetched via API JSON have to be used as persistable entities?

0
Hi, Do entities fetched via API JSON have to be used as persistable entities? Is there a way to turn off persistable?   Thanks,
asked
1 answers
0

Hi Minjung,

 

I hope you are accessing entities for Data only I believe for that Persistablity is important then only data will be stored in database, If no data, you are handling some calculation with that API then that case data we don't need to store anywhere so this case use non persistable entity. Usually if you call entity over API it's called External Entity over Odata read more about here . 

 

Hope it helps!

Thanks & Regards,

Manikandan K

 

 

answered