Validate custom object property via ACT console
Ayush Kumar
Member, Moderator, Employee Posts: 468
✭✭✭✭
Answers
-
Get the property and after setting a value, "Validate" method will call the function under
<onvalidate>
Tag if any.rpm_set = engine_order_response.Properties.GetByName("RPMSetNumber") rpm_set.Value = 2 rpm_set.Validate()
2