[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Multiple Foreign Keys

  • Thread starter Thread starter Shelley Chase
  • Start date Start date
Status
Not open for further replies.
S

Shelley Chase

Guest
Hi Greg, You would need to have a new service interface definition with the revised annotations. Best practice is to keep the service interface separate from the BE code although for demo purposed the wizard lets you easily annotate the BE code as THE service interface. So my suggestion: BE_SI1 = service interface with annotations including f1 index annotations. Code simply calls BE methods BE_SI3 = service interface with annotations including f2 index annotation. Code simply calls BE methods BE = business entity schema and business logic In KUIB these are seen as two separate data sources each with their own currency. Thanks -Shelley

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