Fill lookup on metadata

Hello all,

I want to fill a lookup on metadata with data from our ERP, im planning to create an external service that reads the table from the erp and populates the lookup filed on the metadata_metadatatype table.

Is this the correct way to do it or is there an api or another more official way to do it ?

thanks

Jorge

Hi,

It is not a good idea to manipulate the database tables directly. The recommended approaches are:

  • The API
  • Via Python by calling the MetadataType model.

This topic was automatically closed 8 hours after the last reply. New replies are no longer allowed.