Jump to: navigation, search

Difference between revisions of "HowTo:Create a new Application"


 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
An [[Application]] is used to bring the desired structure ([[View]]) in connection with the [[Context]] to the mobile client.
+
Create an [[Application]] object as starting point for the configuration of the [[Application Context Management|Application Context Management (ACM)]]
  
# Navigate to the [[MetaClass]] APPLICATION in the ''[[Class Browser]]''<br/>[[File:UI_APP_01.PNG|220 px|border|alt=Application|Application]]
+
# Navigate to the [[MetaClass]] [[APPLICATION]] in the {{CB}}<br/>[[File:UI_APP_01.PNG|330 px|border|alt=Application|Application]]
# Create a new instance using the ''[[Bulk Editor]]''<br/>[[File:UI_APP_02.PNG|880px|border|alt=Application|Application]]
+
# Create a new instance using the {{Bulk Editor}}<br/>[[File:UI_APP_02.PNG|880px|border|alt=Application|Application]]
# It is recommended to set at least name and description
+
# It is recommended to set at least name and description.
 
# Save the changes with {{key press|Ctrl|S}} or the save command
 
# Save the changes with {{key press|Ctrl|S}} or the save command
 +
 +
== See also ==
 +
* [[HowTo:Create a new Context]]
 +
* [[HowTo:Deploy changed Structures to Mobile Client]]
 +
 +
[[Category:Publishing]]
 
[[Category:How-To]]
 
[[Category:How-To]]
[[Category:UBIK Studio]]
 

Latest revision as of 12:55, 20 March 2015

Create an Application object as starting point for the configuration of the Application Context Management (ACM)

  1. Navigate to the MetaClass APPLICATION in the Class Browser
    Application
  2. Create a new instance using the Bulk Editor
    Application
  3. It is recommended to set at least name and description.
  4. Save the changes with Ctrl+S or the save command

See also