cancel
Showing results for 
Search instead for 
Did you mean: 

isChangedByClient problem

Former Member
0 Kudos

Hi All,

We are using isChangedByClient method to check whether the end user has done any changes on the input fields. So if any changes done the record can be updated by RFC. it works fine.

But now a Question.

We have a 'Back' button on our next screen. If we come back to previous screen the value of isChangedByClient method returns remains 'true' due to which we are not able to identify whether the record has been changed again or not.

Can we reset the value of isChangedbyClient value?

Thanks & Regards,

Nilesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Nilesh

Try

wdContext.getContext().resetChangedByClient();

This reset all changed nodes.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Hi

See the Thread

Kind Regards

Mukesh

Former Member
0 Kudos

I have already seen this thread.

It's not related to my prblem