Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block | ||
---|---|---|
| ||
import org.joget.apps.app.service.AppUtil; import org.joget.apps.form.dao.FormDataDao; import org.joget.apps.form.model.FormRow; FormDataDao formDataDao = (FormDataDao) AppUtil.getApplicationContext().getBean("formDataDao"); String formId = "crm_account"; String tableName = "crm_account"; String id = "0001"; //Get the record FormRow row = formDataDao.load(formId, tableName, id); |
Thai |
---|
กระบวนการ |
public void clearFormCache(org.joget.apps.form.model.Form form)
English |
---|
Clear cache for a form |
Thai |
---|
แบบสอบถามจำนวนแถวทั้งหมดสำหรับฟอร์ม |
...