Skip to content

Update column based on the changed value of another column


Basically you need to create an event handler using add_eventz(). More on event handler: https://phpgrid.com/example/custom-event-handler/

For custom validation rule, use set_col_customrule() function. See https://phpgrid.com/example/custom-data-validation/

Feedback and Knowledge Base