Skip to main content
Question

IFS Cloud data Model

  • November 9, 2023
  • 5 replies
  • 221 views

Forum|alt.badge.img+6

Hi, 

is it possible to find  ifs cloud data model? 

It's very useful to see dependencies between data & tables

Thanks a lot

5 replies

Forum|alt.badge.img+2
  • Do Gooder (Partner)
  • 8 replies
  • October 30, 2024

Hi IFS Community !

Any feedback on this topic raised almost a year ago ?

Thanks in advance

 


Forum|alt.badge.img+17
  • Superhero (Partner)
  • 514 replies
  • October 30, 2024

I haven’t seen IFS data model yet. By the way in IFS there is a table which contains referencies between logical units: REFERENCE_SYS_TAB


Nishantha Anuruddha
Sidekick (Employee)
Forum|alt.badge.img+6

Hi, 

is it possible to find  ifs cloud data model? 

It's very useful to see dependencies between data & tables

Thanks a lot

I’m sorry that I have not understand the question properly. Can you elaborate the situation/issue bit more may be with the requirement.  


Forum|alt.badge.img+2
  • Do Gooder (Partner)
  • 8 replies
  • November 5, 2024

Hi Nishantha Anuruddha,

Is there a way or a documentation that explains and shows the relationships between all tables in IFS Cloud ?

For example, it will show that data table A is linked to data table B, and A provides B with such and such data.

In some softwares, there is what is called a “Data Model” where all links between all tables are represented along with dependancies amongst them.

Hope this makes the question clearer.

Kind regards


Forum|alt.badge.img+17
  • Superhero (Partner)
  • 514 replies
  • November 8, 2024

Hi @FCH 

 

Have You tried to check query results?

select * from reference_Sys_tab

 

There are relations between LuName and RefLuName. This is only one way to check that.