Expand my Community achievements bar.

mitchgrrt
mitchgrrt
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • That gave us enough info to find the problem.it. Thanks forthe help.For future reference, here's the override I did. After doingthis you can set a debugger watchpoint on someObj.managedByLCDS tosee what's going on. [Transient] private var managedByLCDS:Boolean = false; [Transient] [Bindable(event="...

    Type

    Questions

    Views

    700

    Likes

    0

    Replies

    0
  • I see that temp.uid is this value:uid = "64DCDBBA-A0A7-7FA6-39B5-D385AF574CF1" Does that mean temp is managed by LCDS? It has this valueright after a call to temp = new PositionVO(); Backing up a little, I think that at the time temp is newed,it is not being managed by LCDS, but then later it is bec...

    Type

    Questions

    Views

    699

    Likes

    0

    Replies

    0
  • In my case the temp object hasn't yet been saved to theserver. It has an id field but the value of the field is 0.getLocalItem(temp) throws a DataServiceError exception withthe message "null identity passed into getLocalItem".This makes it appear that temp is NOT being managed. However,the behavior ...

    Type

    Questions

    Views

    701

    Likes

    0

    Replies

    0
  • Is there an example of how to call getLocalItem()? Fromreading the doc I'm not getting it, and Google is not helping.Calls I have tried have thrown exceptions. Thanks.

    Type

    Questions

    Views

    702

    Likes

    0

    Replies

    0
  • We have an application that's doing this (greatly simplified) var list:ArrayCollection; // list of PositionVO service.fill(list); var temp:PositionVO; temp.title = "hello";The list is a list of PositionVO objects and it is filled byan LCDS DataService. We think the temp object is not part of the lis...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    8
Top badges earned by mitchgrrt
Customize the badges you want to showcase on your profile