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

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Translate the entire conversation x

Toolbar button to remove outputclass entry automatically

bfriesen
18-Opal

Toolbar button to remove outputclass entry automatically

I am looking at creating a toolbar button to remove the outputclass entry automatically. What should the command look like? I have tried mt -local outputclass='' but it show up like this if delete the quotes then it says unrecognized command.

 

bfriesen_0-1759944486471.png

bfriesen_1-1759944525810.png

 

Thanks

 

Bryon

 

 

ACCEPTED SOLUTION

Accepted Solutions

You could try 

oid_delete_attr(oid_caret(),"outputclass")

View solution in original post

3 REPLIES 3

You could try 

oid_delete_attr(oid_caret(),"outputclass")

Thanks Clay I was trying to copy what was done for us previously. So I thought I could leave it blank get it to remove whatever the outputclass was set to

They had used the mt  (modify tag) option. https://support.ptc.com/help/arbortext/r8.3.1.0/en/index.html#page/Program/acl_ref/help9092.html

bfriesen_0-1760451057106.png

I changed it to your suggestion and it works as expected. 

bfriesen_1-1760451117651.png

 

Bryon

Great, I'm glad it worked for you!

Announcements

Top Tags