Business Fields String Mapping
Business Fields String Mapping Table
WNC
BOM
Attribute name
STRINGVALUE.definition as PropertyDefinition
PROPERTYDEFINITION.id as IdentifierSelect
IDENTIFIER.id as IdentifierString
Attribute value
STRINGVALUE.valueComponent as CharacterString
Association of Attribute to its WTObject.
StringValue.definition = propDefn
propDefn.id = ident
propDefn.propertyType = ‘user defined attribute’
ident.id =’’
StringValue.valueComponent = ‘’
PropertyValueAssignment.assignedTo = PropertyAssignmentSelect
Classification.class=‘part properties’ or ‘document properties’ or ‘validation properties’
PropertyValueAssignment.classifiedAs =[Classification]
PropertyValueAssignment.assignedPropertyValues[] = StringValue
Part 21 Representation
#8= ORGANIZATION(IDENTIFIERSTRING('/NULL'),#9,$,$,$);
#9= LOCALIZEDSTRING($,'Demo Organization');
#95= VIEWCONTEXT(CHARACTERSTRING('part definition'),PROXYSTRING(
'mechanical design'),PROXYSTRING('design'));
#133= PARTVIEW($,$,$,$,$,#95,$);
#136= PROPERTYVALUEASSIGNMENT($,$,$,$,(#98),#133,$);
#96= IDENTIFIER('sValue',$,CLASSSTRING('identification information'),#8);
#97= PROPERTYDEFINITION(#96,$,$,$,CLASSSTRING('user defined attribute'),$);
#98= STRINGVALUE($,$,#97,$,$,CHARACTERSTRING('test String'));
Was this helpful?