Options

EP one webpart connects to two

lzrlzr Member Posts: 264
edited 2005-12-09 in Navision e-Commerce
Is this possible? For example you have the customer list which you want to connect to both the customer card and the sales order for the customer
Navision developer

Comments

  • Options
    IHateLinuxIHateLinux Member Posts: 223
    Hi,

    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
  • Options
    lzrlzr Member Posts: 264
    Ok, thanks for clearing that up!
    Navision developer
Sign In or Register to comment.