Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: Web ui navigation - Navigate to opportunity create from competitors product list

$
0
0

Hi Marouane

 

As I specified you can add the products in the dynamic navigation scenario in my code above,where I have specified a comment :

 

"" AFTER RECEIVING THIS LR_ENTITY , you can create it's bol relation to initiate any fields on web ui."

 

Use the normal BOL programming to add products like :

 

1. Fetch BTAdminH from BTOrder through relations of BTOrder.

2. Create related entity BTAdminI of BTAdminH . ( Creates an Item on opportunity ).

3. Add the product id on the created item from step 2 ( BTAdminI->set_property( ........... ) )

 

/Hasan


Viewing all articles
Browse latest Browse all 7775

Trending Articles