cancel
Showing results for 
Search instead for 
Did you mean: 

seting null value to context elemnt

Former Member
0 Kudos

Is it possible to Set all the context elements under a context node to null at atime.

Regards,

Venki.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venky,

Yes it is possible.

you can use the below code it will set null for all the elements.

wdContext.<Node_Name>.inValidate();

Hope this will help

Regards

Narendra

Answers (3)

Answers (3)

former_member192434
Active Contributor
0 Kudos

yes its possible...

create a node and inside node create attribute....as much as u need to map or bind it...with resource attribute.

thanks

Former Member
0 Kudos

Hi,

if the Context Node is "Value Node" then use the invalidate method on that node.

Regards,

ramesh

Former Member
0 Kudos

Hi Venky,

wdContext.nodeVn_BaseUOM().invalidate()

in the above code Vn_BaseUOM() is the name of node.So you can use this exmaple in using in your case.

Regards

Narendra