cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to display the values in the input fields of the view

Former Member
0 Kudos

Hi All.

I am facing an unique issue.

My custom element created in my custom node getting a null value

from a Get Vendor Details RFC written in RFC.

The values are getting populated in the custom element but not coming in the

input field of the corresponding view.

Then, I wrote this code

wdContext.nodeCustom.setLeadSelection(1);

and all the output came in the input field.

Now, after a build it is not coming in the input fields of the view.

All my custom nodes are Singleton and values are coming in the custom elements

as I can print them by wdComponentApi.getMessageManager.reportSuccess(""+customnode.getField());

All my nodes are Singleton.

Please give your valuable inputs.

Regards

Kaushik Banerjee

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185086
Active Contributor
0 Kudos

Hi

Check the node property

initializeLeadSelection true

if not make it true , I would suggest to make a value node of the same structure as in RFC after execuation of the RFC populate the value manually.Dont bind it directly to the UI element.

BR

Satish Kumar

former_member192152
Active Participant
0 Kudos

First, verify if your custom node needs to be set to cardinality and selection = 1:1.

And second, verify if you initialize de context structure - if it is linked to a model.

regards,

Angelo