Hello guys,
I have form(ProdUpdateJour with 6 DataSource) with lookup field. Lookup field have 6 values(Base Enum).
If I choose each value in the lookup field, it fetches data from different data source and appears on the form.
Now, I have to combine all datasource and show the common field values on the form.
Primary field - ProdId
Common fields - ProdId, Status, UserId, Data& time.
I need to add 7th Base enum(All Status). If I choose "All Status", user want to see the joined records from different data source.
Kindly help me to achieve this scenario.
Thanks