Frequent Questions
- OOTB Rule handler : (create-status,add-status,set-status,CR-check-item-status,CR-assert-targets-checked-in,disallow-adding-targets,disallow-removing-targets,EPM-attach-related-objects,require-authentication,demote-on-reject)
- Utility to delete the Workflow created job(Workflow job got hung/corrupted then utility to delete this object) : verify_tasks
- Export Preference utility:preferences_manager
- Utility to creates new users, groups, persons, roles, and volumes outside of a Teamcenter session: make_user
- Utility to export saved queries:import_export_reports
- Handler to invoke some utility from workflow : invoke-system-action -system=script
- Executes a specific action on a specific task in the workflow process from which the related background process was initiated : invoke-system-action -system=script
- Email send from workflow on completion(Handler to use is): system
eg: system mailx -s "Notification: Task has been approved" smith /tmp/approval_note.txt
- clearlocks : Utility to clear the locks in case of dead process
- Interdependent LOV : You can create an interdependent attachment so that the user is prompted to enter values for each level in a cascading LOV
- TC_project_validate_conditions:Determines how the ASSIGN_TO_PROJECT and REMOVE_FROM_PROJECT Access Manager privileges are validated in conjunction with privileged membership validation.Make it 0 to assign project to object in Teamcenter
- Multiple concurrent user session to rich client: To start multiple rich client you need to change activation_mode="NORMAL" to activation_mode="PER_CLIENT" in the tcserver.xml file. File will be available at location TC_ROOT/iiopservers/.
First of this blog is very insightful, thank you for publishing. I have a question I was hoping you could help or provide guidance with. Is there an SOA solution (C# Preferred) for the following use case?
ReplyDeleteAs a dba I want to change/update a users password.
I know that it can be done with ITK (make_user), but am finding it difficult with an SOA solution. Any assistance would be much appreciated!
Thanks ,
ReplyDeleteI didn't found any relevant apis for the same.
Let me know as well if you get something on this.
I will continue searching for the same ...