cancel
Showing results for 
Search instead for 
Did you mean: 

creating wda with node property interface and value

Former Member
0 Kudos

hi,

i am creating one wda with node property

Node Name node

Interface Node yes

Input Element (Ext.) yes

Dictionary structure ztable

Cardinality 1..1

Selection 0..1

Initialization Lead Selection yes

Singleton yes

Supply Function

if i create node of that property in my application, and map the input value in view and in window also, still while testing the following error is coming,

when i execute this app.

The following error text was processed in the system D10 : Adapter error in &VIEW_ELEMENT_TYPE&

FIELD_INPUT" of view "ZAPP.MAIN": Context binding of property VALUE cannot be resolved: The Mapping to Node COMPONENTCONTROLLER.1.ZAPP Has Not Been Completed.

if in node, i set property Input Element (Ext.) to NO ( (unchecked), then every things working correctly,

is it possible to create WDA having this node property, if yes please explain ?

regards,

Y.N

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

If you set the Input Element( Ext) to Yes

That means the component is taking values to the node from other component.

When you are running the application it is not binded to any other component hence the error, change it to No and try

Abhi

Former Member
0 Kudos

hi abhi,

but i have to use this application in other main application, i want to execute both the application,

means the main as well as this one, if i dont set the value then i am not able to pass value from main app to this app, is there any other way to achieve this ?

abhimanyu_lagishetti7
Active Contributor
0 Kudos

If it is not big data, pass using Plugs, instead using the context

Abhi

Answers (0)