cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

How do you assign an object's name as an attribute value?

AR_9920456
12-Amethyst

How do you assign an object's name as an attribute value?

We want to assign the object name 'TEST_S325.5_46HP' to attribute values. We have 3 attributes: 'customer', 'emission', and 'engine'. We assign 'TEST' to 'customer', 'S325.5' to 'emission', and '46HP' to 'engine' without underscores in the object name.

1 REPLY 1

@AR_9920456 

 

How does this look?

Notice the attributes were updated WITHOUT iterating the object, this test was done on a WTPart but this can work on an EPMDocument or any object type.

This was done using some code I wrote per your post.

 

Before

d_graham_0-1710628424173.png

After

d_graham_1-1710628814877.png

 

David

Top Tags