Meta_json_record

Hi Everyone, I am a beginner in Axelor,
Would like to find the code of updating DB table « meta_json_field » in the core code, but figured out that it is not easy. Can you please advise exact class name or package for this.
Would be very appreciated.

Here is : https://github.com/axelor/axelor-open-platform/blob/c7aed53e63cab177da066cf343609c360d0d942b/axelor-core/src/main/java/com/axelor/meta/web/MetaController.java#L187

You also have the repository who do some action : https://github.com/axelor/axelor-open-platform/blob/c7aed53e63cab177da066cf343609c360d0d942b/axelor-core/src/main/java/com/axelor/meta/db/repo/MetaJsonModelRepository.java

Hi Pierre,
i see. Now have to learn it, looks like JPA too :slight_smile: . Thanks a lot for quick and exact answer.
appreciated.

1 « J'aime »

Hi Malikfaisalawan,
yes, i already learned it. Thanks much! for advise and simple examples.
Appreciated.