Jump to: navigation, search

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


Line 8: Line 8:
 
# Save the changes
 
# Save the changes
  
Step 3: Create new MetaProperty instance
+
Step 2: Create new MetaProperty instance
 
# Navigate to the MetaClass ''CUSTOMMETAPROPERTY''
 
# Navigate to the MetaClass ''CUSTOMMETAPROPERTY''
 
# Create a new instance
 
# Create a new instance

Revision as of 12:35, 21 August 2013

Technical implementation

Without the workflow the user has to complete the following steps:

Step 1: Create new Reference instance

  1. Navigate to the MetaClass REFERENCE
    Reference
  2. Create a new instance
  3. Set at least name, description and reference
  4. Save the changes

Step 2: Create new MetaProperty instance

  1. Navigate to the MetaClass CUSTOMMETAPROPERTY
  2. Create a new instance
  3. Set at least name, description and data type to GUID
  4. Change the MetaProperty’s category if necessary
  5. Set the new reference
  6. Save the changes