|
J
|
Jane 12/14/2009 |
|
Hi, values("Cost") = values("HourlyRate") * values("HoursWorked") |
|
|
L
|
Levski author 12/14/2009 |
|
Hi, to calculate and save value use Before record added/Before record updated events on the Events tab. Here is just a sample: values("Cost") = values("HourlyRate") * values("HoursWorked")
|
|
|
|
Sergey Kornilov admin 12/14/2009 |
|
This is correct, import page doesn't provide any events at this moment. |
|