Hi,
I have created two modules called equipment and fuel log to manage my fleet vehicles. On creating a new fuel entry i would like the current mileage/ hours from the equipment module to be automatically populated.
This depends on if you wish it to be populated the moment you link the equipment record to your fuel record. If not, you could have a logic hook to pull through that information upon save so when you view the record after saving you will be able to see that result.
That would be the simplest solution. Is that something that would be suitable?