Autoenter Calculation

Hi,

In the auto enter option for a field we don’t have the ability to use a calculation

For eg: I have 2 fields called “list_price” & “sale_price”

Whenever the user changes the value in the “list_price” I want to auto enter sale_price = list_price

This is a powerful option where you can enter any calculation

Is this possible now? I don’t want to fire a method after value changes in the list_price

Thanks

Make a self join and then use the “Related” auto-enter option.

Bob Cusick

bcusick:
Make a self join and then use the “Related” auto-enter option.

Bob Cusick

Yes that’s one of the solutions for my current situation.

But I want Servoy to add this function in the feature list so that I can enter any calculation within the auto enter option

For eg: if I have a field called due date in which I want to enter today + 30 days I should be directly able to specify in the auto enter option instead of creating relationship for the auto enter option

Hope this would be added to the feature list

Thanks