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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

acl script help: add profile to a tag

bfriesen
16-Pearl

acl script help: add profile to a tag

We have a script that automatically adds the index tag to our parts catalog. I want to take it one step futher and would like to add a profile to the index element. In the acl script it has an entry

insert_tag(indexterm)

What do I need to add to this to add a profile entry under the otherprops heading?

Thansk

Bryon

1 ACCEPTED SOLUTION

Accepted Solutions

Use

oid_modify_attr(oid_caret(),"otherprogs","YourValue");

after the insert_tag(indexterm); line.

Tim

View solution in original post

2 REPLIES 2

Use

oid_modify_attr(oid_caret(),"otherprogs","YourValue");

after the insert_tag(indexterm); line.

Tim

Thanks Tim, will give it a try.

Bryon

Top Tags