Hello,
i need to write a callback rule (preferibly in JSR format).
When i modify a numeric field (let's say "cost_ha" in "u_costs" table), the callout should fill another field (let's say land_cost) with the value "cost_ha" * "land_surface". "land surface" is a field in a different table (let's say "u_main") in a different tab of the same window.
I can access cost_ha with A_Value.getValue().
How can i get the value of land_surface?
Let's say that the tab containing u_main is the main tab (number 0, sequence 10), while the tab contiaining u_costs is a linked tab ( number 0, seq 20).
How could i access a differrent tab ?
Thanks