Skip to main content
Version: 11.0

rowpostupdate

note

This article is about the rowpostupdateUDB event handler.

rowpostupdate

The rowpostupdate event may be called from web pages developed in Web Designer and processed by a USoft Page Engine service.

EventApplies toOccurs when
rowpostupdateData source objectsAfter a record is updated *

* Whether the value is updated manually or by looking up a (new) value from a dropdown list.

How to use

Find or create an Event Listener object with Event Type = rowpostupdate. Event Listeners are in the Web Designer Controls catalog:

Insert the event listener into the data source object. Insert a callClientScript action into the event listener. Use this action's Script property to code the behaviour that you want to see when the event occurs.