77
Views
6
Comments
OML data

Hi All,

What type of data does OML file generate 

2024-12-02 13-16-47
Vipin Yadav

Hi @Lincy Thomson,

OML stands for Outsystems Markup Language and contains all code of a module. It stores various types of data and metadata that represent the visual, logic, and data model aspects of your application. 

Thanks,

Vipin Yadav

2016-04-22 00-29-45
Nuno Reis
 
MVP

An .oml (OutSystems Modeling Language) file contains a XML representation of the visual elements in a module (O11) or application (ODC). It is used by the platform to generate the code that will become your application.

The only way to read/edit it is Service Studio / ODC Studio so there is not much more you need to know.

2016-04-22 00-29-45
Nuno Reis
 
MVP

That component was removed.

UserImage.jpg
Nani

Yes, @Nuno Reis i do know that, Just for understanding i have shared the old link.

Few months back i have tired to convert oml to xml and xml to oml but due to lack of time and knowledge i have skipped that.!

2021-11-12 04-59-31
Manikandan Sambasivam

Hi,

In OutSystems, an OML file (OutSystems Module Language file) is a binary file format used to represent an application module. It serves as the main format in OutSystems Service Studio for storing and transferring modules. An OML file contains the components and configurations of an application module.

Key Types of Data Contained in an OML File 

  1. UI Components 
  2. Logic and Actions 
  3. Data Models 
  4. Integrations 
  5. Dependencies 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.