Jump to: navigation, search

Difference between revisions of "HowTo:Release MetaDefinitions"


 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
#Select the [[Context]] you want to release the MetaDefinitions for in the tree view.<br/>[[File:UI_HowTo_Release_MetaDefintions_03.png|220 px|border|alt=Select the Context|Select the Context]]
 
#Select the [[Context]] you want to release the MetaDefinitions for in the tree view.<br/>[[File:UI_HowTo_Release_MetaDefintions_03.png|220 px|border|alt=Select the Context|Select the Context]]
 
#You can verify the current status of MetaDefinitions in the ''[[Object Explorer]]'' on the right hand side:
 
#You can verify the current status of MetaDefinitions in the ''[[Object Explorer]]'' on the right hand side:
#*The field ''MetaDefinitionsXML'' shows the MetaDefinitions persisted in the database and used by the [[UBIK_Web_Service|Web Service]] as well. If this field is empty, no data is persisted.
+
#*The field ''MetaDefinitionsXML'' shows the MetaDefinitions persisted in the database and used by the [[Web_Service|Web Service]] as well. If this field is empty, no data is persisted.
 
#*The field ''MetaDefinitions'' shows the temporary calculated MetaDefinitions in the current session. Initially this field is always empty.
 
#*The field ''MetaDefinitions'' shows the temporary calculated MetaDefinitions in the current session. Initially this field is always empty.
 
#Trigger a recalculation of the MetaDefintions (according to the configuration in [[Application Context Management|ACM]]) by pressing ''Evaluate Temporary Meta Definitions''.<br/>[[File:UI_HowTo_Release_MetaDefintions_01.png|220 px|border|alt=Evaluate Temporary Meta Definitions|Evaluate Temporary Meta Definitions]]
 
#Trigger a recalculation of the MetaDefintions (according to the configuration in [[Application Context Management|ACM]]) by pressing ''Evaluate Temporary Meta Definitions''.<br/>[[File:UI_HowTo_Release_MetaDefintions_01.png|220 px|border|alt=Evaluate Temporary Meta Definitions|Evaluate Temporary Meta Definitions]]
Line 14: Line 14:
 
==See also==
 
==See also==
 
* [[ACM_Manager|ACM Manager]]
 
* [[ACM_Manager|ACM Manager]]
* [[OLD_Application_Context_Management|Application Context Management (Old technique)]]
 
  
[[Category:How-To]]
+
[[Category:How-To|Release MetaDefinitions]]
[[Category:Application Context Management]]
+

Latest revision as of 11:10, 3 December 2015

The releasing of MetaDefinitions can easily be done by using the ACM Manager.

  1. Open Tools → ACM Manager or press F11
  2. Select the Context you want to release the MetaDefinitions for in the tree view.
    Select the Context
  3. You can verify the current status of MetaDefinitions in the Object Explorer on the right hand side:
    • The field MetaDefinitionsXML shows the MetaDefinitions persisted in the database and used by the Web Service as well. If this field is empty, no data is persisted.
    • The field MetaDefinitions shows the temporary calculated MetaDefinitions in the current session. Initially this field is always empty.
  4. Trigger a recalculation of the MetaDefintions (according to the configuration in ACM) by pressing Evaluate Temporary Meta Definitions.
    Evaluate Temporary Meta Definitions
  5. Verify the result in the field MetaDefinitions, which should not be empty anymore
  6. If the results are as expected, release the MetaDefinitions by pressing Release Meta Definitions.
    Release Meta Definitions
  7. A message box will show up informing you about the status of the operation.
  8. The field MetaDefinitionsXML shows the new MetaDefinitions, the field MetaDefinitions is empty again.

See also