no, this is not possible with EP.
The limitation in EP is:
- one "data providing" connection
To get correct result, each action on the data provider (e.g. Customer card) must have the same Web Part request type for the right data consumer (e.g. List web part).
This will work:
Customer Card with 2 actions of type list connected to a list web part (e.g. Sales Order List, Sales Quote List, Invoice List,...)
This wont work:
Customer Card with different actions connected to another list web part
(Contact Card, Sales Order List, Sales Order Detail,...)
You will get here an error, because the list can not display the contact card.
Comments
no, this is not possible with EP.
The limitation in EP is:
- one "data providing" connection
To get correct result, each action on the data provider (e.g. Customer card) must have the same Web Part request type for the right data consumer (e.g. List web part).
This will work:
Customer Card with 2 actions of type list connected to a list web part (e.g. Sales Order List, Sales Quote List, Invoice List,...)
This wont work:
Customer Card with different actions connected to another list web part
(Contact Card, Sales Order List, Sales Order Detail,...)
You will get here an error, because the list can not display the contact card.
HTH,
Rainer