Hi ,
I need to fetch the value of one entity to another entity on create screen itself
For example :
I have Quote and Invoice entity
we can create invoice against a quote , during creation time i need to fetch the value of quote number initially when the create fields are loaded in the invoice page.
I already posted this question here and Maximus gave me a example on how to fetch , but it works only after submitting the form.
I need the value to be displayed on create screen before save itself.
I need to fetch the value of one entity to another entity on create screen itself
For example :
I have Quote and Invoice entity
we can create invoice against a quote , during creation time i need to fetch the value of quote number initially when the create fields are loaded in the invoice page.
I already posted this question here and Maximus gave me a example on how to fetch , but it works only after submitting the form.
I need the value to be displayed on create screen before save itself.