RegisterPropertyString('Users', '[]'); $this->RegisterPropertyString('PowerMeters', '[]'); $this->RegisterPropertyString('WaterMeters', '[]'); $this->RegisterPropertyString('Tariffs', '[]'); } public function ApplyChanges() { parent::ApplyChanges(); } // Called by the button in form.json public function GenerateInvoices($data) { } }