Forum Discussion
Former_Member
8 years agoIdeator I
Hi Lin,
Code looks right.
I usually look at the returned Item from MyItem.apply();
MyItem = MyItem.apply(); if ( MyItem.isError() ) { // have a look at the error string or do something }This should give you some clues what is going wrong with the update. Cheers, Brian.