Forum Post: Creating a relationship between an OpenEdge External object and a Native...

  • Thread starter Thread starter bakar
  • Start date Start date
Status
Not open for further replies.
B

bakar

Guest
It is possible to create a relationship and to attach the right records between an external object (openEdge) and a native rollbase object from the UI. But if we want to use this logic in object script triggers, how can we set the relationship? After creating a record in OpenEdge, an ID will be generated by OpenEdge. We want to use this ID for the relationship with the native Rollbase object. After some testing within the object script triggers, we are struggling to catch the ID, it remains empty. We've created also a second trigger (on create) to get the ID. It looks like that we can not use the SelectNumber of SelectQuery API. it looks like that the query API's are not supported for external tables, is that true? How can we achieve this?

Continue reading...
 
Status
Not open for further replies.
Back
Top