RSS

Forums/Help from the Community/Community Questions & Answers

Answered

Which object interface method to use to update data?

Mika Friman
asked this on Dec-31 2010 10:29

I have data-table news, and would like to update contents of one of those. I have got the form and data is coming nicely to handling page, but problem is that which method should I use? 

Tried already the SET-method, by choosing "use created object" giving object/id {$ http_request.id } and name to var_request.news (table with updated news with the same name as in data-table)

How to do that correctly?

 

Comments latest first

Heikki Röppänen
HammerKit Oy

You used the right method. But you should change "use created object" to "create object from id" because variable {$ http_request.id} only has the id of the object. Not the whole object.

Jan-03 2011 14:15.