cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound plugs are not visible in SPRO

Former Member
0 Kudos

Hi Experts,

I'm facing a problem in IC agent please guide.

In IC agent whenever i click on END button need to call a View (let's say V2) (Actual view : default view(let's say V1))

In order to full fill this requirement im creating I/P for V2.

In the main window of the component i created Inbound plugs, but these inbound plugs are not visible in SPRO.

Please see the screenshot to understand, i cant create a z component as needed the inbound plugs in standard component "crmcmp_clm"

SPRO Path :

how i get the newly created inbound plugs in SPRO please guide.

Accepted Solutions (0)

Answers (1)

Answers (1)

olivier_schietecat2
Participant
0 Kudos

Check whether you have made the plug available in the component interface (for use outside the component):

Component workbench > CRMCMP_CLM > Runtime Repository Editor > ComponentInterface > InterfaceView > InboundPlugs

Once you have, if it still does not appaer... It could be that the valuehelp does not consider enhancement sets (as you may have multiple enhancement sets). In that case, just fill in the inbound plug in uppercase yourself without valuehelp.

Former Member
0 Kudos

Hi Olivier,

Thank you, for your reply! the inbound plug is present in component interface. and checked with the solution by giving ip in uppercase still it does not work, do we have any other spro settings? in order to get the ip in valuehelp?

olivier_schietecat2
Participant
0 Kudos

Hi,

It is not required to have the IP in the valuehelp, just entering the inbound plug name will be enough to reach your IP.

After entering the name of your IP, next thing to check is whether the navigation bar profile supports navigation to your plug.

CRMC_UI_NBLINKS > Define Navigation Bar Profile > Define Generic Outbound Plug Mappings...

... with the target ID you defined.

This mapping can be called with dynamic navigation.

Former Member
0 Kudos

Hi Olivier,

still the same problem, unable to trigger the main window IP method, done the following changes as suggested.

IP definition :

Navigation bar profile :

can u please suggest any blog or document.

olivier_schietecat2
Participant
0 Kudos

Hi,

Does it give an error? Does it do nothing at all?

If you perform following check... Does it pass?

Usually the best way to implement a setup is to steal code from standard existing setup.

Each component could have a way of implementing something... it is best to stick to the same way and be consistent.