Validate custom object property via ACT console
Get the property and after setting a value, "Validate" method will call the function under <onvalidate> Tag if any.
<onvalidate>
rpm_set = engine_order_response.Properties.GetByName("RPMSetNumber") rpm_set.Value = 2 rpm_set.Validate()