Hi All,
I want to write plugin code where i need to search for record of "Product" and assign it to lookup fields.
can you help me how to write code for this using query expression.
i have fetch number and client details only i need to search record in product entity based on these values
can anybody tell me how to write a code for this.
scenario: if Number =123
Client=ABC
if (Product entity contains data matching with number=123 and client =ABC )
then assign id of this record to associated lookup.