I have extended and IDO and added a property to expose a field on a secondary collection. It displays the value but won't let me change that value. Is there something I have to set on the field to allow it to update?
I do not believe you can update Secondary table in an IDO. You'd have to change the IDO to make that second table a Base table type rather than Secondary. Look at SLCoitems - customer is the primary table, custaddr is a 'base' table which is why you can update both tables through the IDO. Has to be a 1:1 relationship between the two tables I believe.
Yeah that is what I was afraid of…was just hoping was something simple. :)
Thanks!