Jump to: navigation, search

Difference between revisions of "HowTo:Make an Object appear on the Mobile Client"


Line 5: Line 5:
 
# [[HowTo:Create a new Context]]
 
# [[HowTo:Create a new Context]]
 
# [[HowTo:Create a new MetaClassScope]] or [[HowTo:Create a new QueryScope]]
 
# [[HowTo:Create a new MetaClassScope]] or [[HowTo:Create a new QueryScope]]
 +
# [[HowTo:Create a new View]]
 +
# [[HowTo:Create a new ViewItem]]
  
 
=== See also ===
 
=== See also ===

Revision as of 12:18, 20 November 2019

Publishing an object's data, including its children, properties and documents, requires to configure the Application Context Management (ACM). Follow the steps how to do that:

  1. Create a new Application
  2. Create a new Context
  3. Create a new MetaClassScope or Create a new QueryScope
  4. Create a new View
  5. Create a new ViewItem

See also