cancel
Showing results for 
Search instead for 
Did you mean: 

Using Open Catalog Interface (OCI) Iviews with PDK.NET

Former Member
0 Kudos

Hi,

We are using PDK.NET to develop Iviews with specific funtionallity. There's a special requirement: To develop an Iview with a button that once it's clicked opens a Web Page that contains standar Open Catalog Interface (OCI) Iviews. Once the user selects the materials then clicks the Order Button and the Information is sent back to the original PDK.NET Iview that made that call.

So we have the following question:

Is it possible to make a call to new window that contains OCI Iviews that then have the data returned to the original Iview that made the call?

Thanks for your help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Elias,

Could you find solution to this? even i have same requirement.

Kind Regards

Falgun

Former Member
0 Kudos

You need to setup Parent-Child relationship between your iViews. Parent is always notified about child's actions.

Former Member
0 Kudos

Maxim,

But what about specific information on MDM IViews. Do you know where to find info about catching data maybe with JavaScript? An example would be very useful.

Thanks for your answer