We just upgraded to TeamSite 6.7.1 and I've added a custom deployment script to the following file:/iw-home/local/config/lib/content_center/customer_src/etc/conf/customer/ui_custom.xmlAnd issued iw-home/iw-perl/bin/iwperl iw-home/bin/make_toolkit.iplHowever the deployment script is still not appearing under the actions menu. This script does work in 6.5.0.Thanks.
Discovered the problem -1) you need to update and run make_toolkit.ipl in two different places:iw-home/local/config/lib/content_center/customer_srciw-home/local/config/lib/content_center/customer_src_new2) You also have to update the userops_custom.xml file in both places. For example, here's a line from the ui_custom.xml file:id="custom.immediate_publish" label="Immediate Publish" description="mfs immediate publish" resourceBundle="com.corp.custom.strings" operationID="custom.immediate_publish" url="/iw-bin/mfs/immediate_publish.cgi" target="_blank"and the corresponding line in userops_custom.xml:operation description="mfs immediate publish" display-name="custom.immediate_publish" id="custom.immediate_publish"