I have a situation where i need to get selected belongsTo model's property and use it to populate other fields. For example i have a service definition model and it has a recommended price. Each business can define it's own services that has it's own price and a belongto field to service definition model.
I want to get recommended price of dynamically selected service definition to fill the price field of service model.