i want to create a new record. how can i do this and where? The record is to accomplish control whether a check box is filled out, and if the check box is not filled out, is a certain entry are deleted.
Hi, to create add page check off corresponding check box on the Choose pages tab. As I understand you want to delete record if one of the field is unchecked (empty). In this case I recommend you to use Before record updated or Before record added event on the Events tab. You can find some sample events in the PHPRunner Help.