cancel
Showing results for 
Search instead for 
Did you mean: 

How to clear value in node?

Former Member
0 Kudos

Hello Everyone,

I would like clear value on node binding from web service. How should I do?

Thank you in advance.

Amnart.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

implement this code in your application

wdContext.node<yournode>.invalidate();

where <yournode> is the name of your node.

Regards,

Satya.

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear Everyone,

Thank you for your advice.

Amnart.

Former Member
0 Kudos

Hi,

Just you need to invalidate the node.

Suppose your node name is cn_Name.

wdContext.cn_Name.invalidate().

I hope this way you will be able to clear the node.

Thanx.

former_member192434
Active Contributor
0 Kudos

Hi Amnart,

Invalidate your node.

NodeName().invalidate();

It will clear out the node value.

Thanks

Anup

Former Member
0 Kudos

Hi,

you tried by invalidating the node ?

Regards,

ramesh