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

acl script help: add profile to a tag

bfriesen
18-Opal

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

ACCEPTED SOLUTION

Accepted Solutions
TimPhelps
12-Amethyst
(To:bfriesen)

Use

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

after the insert_tag(indexterm); line.

Tim

View solution in original post

2 REPLIES 2
TimPhelps
12-Amethyst
(To:bfriesen)

Use

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

after the insert_tag(indexterm); line.

Tim

Thanks Tim, will give it a try.

Bryon

Announcements

Top Tags