Hi
I have 2 entities. Works and Tasks
in Works i have Work Category, Work name, Work price.
in Tasks i have Task Name, Work category(Lookup from Works), Work name(Lookup from Works), Task price(Decimal)
What i want to do is when on new task entry user selects Work name so the field Task price is autopopulated from related entity Works field value Work price.
How can i do that?