cancel
Showing results for 
Search instead for 
Did you mean: 

OBN Navigation in Cloud Aplication Studio

Former Member
0 Kudos

Hi pros,

I added an Embeded Component onto a standart Opportunity TI. Embeded component includes a table of selected custome materials (standart BO Materials are not used).

Now I need to add a BUTTON which opens a pop-up window where the same selected materails are represented but with every characteristic. So it is the same table as before but bigger.

My idea is to have s custome BO with a pop-up window without possibility to save it. By pressing the BUTTON Material IDs should be transered to this BO through OBN Navigation, after modify event is called to get all the Material characteristics by their IDs, and finaly a QAFP is opened.

My questions are:

- Can this requirment be implemented better?

- What did I do wrong in my implementation described below?

I realised that bigger table as a separate BO without alternative key and QAFP. There is no need to save this BO. To open QAFP I need to use OBN Navigation, so I created a separate port:

Through this port I planned to send a list of Material IDs from the Embeded component in Opportunity. Data Model that should be presented on pop-up window is below:

And here are outbound port, OBN Navigation and Event Handler that should be called when the button is pressed:

https://www.dropbox.com/s/kli7u04qigg0mu8/image%20%281%29.png?dl=0

And here are OBN Navigation settings:

https://www.dropbox.com/s/xnmiyc7zutq0ibr/image%20%283%29.png?dl=0

But after I applied the settings created button greyed out and stoped responding.


Best regards,

Nadezhda Rukavishnikova

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186648
Active Contributor
0 Kudos

Hi,

Did you add the button using

"Add OBN Link/Button to Section Group" Button in the Exensibility Explorer of the UI-Designer?

Thanks, Pradeep.
Former Member
0 Kudos

Hi Pradeep,

The button should be positioned not on the standart screen, but on the Embeded component on the custome made tab of Opportunity. But custome Embeded component is not affected by Extensibility Explorer as far as I know.

Best regards,

Nadezhda Rukavishnikova