Difference between revisions of "HowTo:Create a new Reference"
(Created page with "How-To UBIK Studio") |
|||
Line 1: | Line 1: | ||
+ | == Technical implementation == | ||
+ | Without the workflow the user has to complete the following steps: | ||
+ | |||
+ | Step 1: Create new Reference instance | ||
+ | # Navigate to the MetaClass ''REFERENCE'' | ||
+ | # Create a new instance | ||
+ | # Set at least name, description and reference | ||
+ | # Save the changes | ||
+ | |||
+ | Step 3: Create new MetaProperty instance | ||
+ | # Navigate to the MetaClass ''CUSTOMMETAPROPERTY'' | ||
+ | # Create a new instance | ||
+ | # Set at least name, description and data type to GUID | ||
+ | # Change the MetaProperty’s category if necessary | ||
+ | # Set the new reference | ||
+ | # Save the changes | ||
+ | |||
[[Category:How-To]] | [[Category:How-To]] | ||
[[Category:UBIK Studio]] | [[Category:UBIK Studio]] |
Revision as of 11:25, 21 August 2013
Technical implementation
Without the workflow the user has to complete the following steps:
Step 1: Create new Reference instance
- Navigate to the MetaClass REFERENCE
- Create a new instance
- Set at least name, description and reference
- Save the changes
Step 3: Create new MetaProperty instance
- Navigate to the MetaClass CUSTOMMETAPROPERTY
- Create a new instance
- Set at least name, description and data type to GUID
- Change the MetaProperty’s category if necessary
- Set the new reference
- Save the changes