Help Center/ Huawei Cloud Astro Zero/ FAQs/ Application Backend Development/ What Users Are Recorded by the owner Field Preset in a Huawei Cloud Astro Zero Custom Object?
Updated on 2025-08-14 GMT+08:00

What Users Are Recorded by the owner Field Preset in a Huawei Cloud Astro Zero Custom Object?

Huawei Cloud Astro Zero presets the owner field for all custom objects, as shown in Figure 1.

Figure 1 Preset owner field

The owner field records the following data:

  • For the object data entered by a user on the GUI, the owner field records the ID of the user who enters the data.
    Figure 2 Adding data on the GUI
  • For object data entries triggered by flows or scripts through scheduled tasks, the owner field records the user ID of the task creator.
  • For the object data recording triggered by events, the owner field records the system user ID 00000000000000000001.

In the data debugging (development environment), run the SQL statement select Namespace_Object.owner from Namespace_Object; to obtain the value of owner.

Figure 3 Querying the owner value