Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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.
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
After
David