How can we get link item via econfigurator API
Hello,
Our customer would like use econfigurator API to create order, in order to initialize Link Item value of Product, they have to set need execute of linkitem to 'Y'. however, they find some low performance SQL will be executed since SearchSpec is missing in link definition.
For example, in Siebel 7.8 Sample, there is a "DSL Service" product, which contains a link as "Action Code": BO: Order Entry- orders (sales), BC: Order entry- Order Items, field: Action Code.
For this case, they said they can not define its'searchspc since order item can not initialize during context. Then, missing searchspec will lead to full table scan for order item table, also, it seems always "action code" of the first record will be returned.
For example, in Siebel 7.8 Sample, there is a "DSL Service" product, which contains a link as "Action Code": BO: Order Entry- orders (sales), BC: Order entry- Order Items, field: Action Code.
For this case, they said they can not define its'searchspc since order item can not initialize during context. Then, missing searchspec will lead to full table scan for order item table, also, it seems always "action code" of the first record will be returned.
0