How can we append 2 classes WtChangeOrder2 and WTChangeActivity2 and query for the activity object
Aug 27, 2024
11:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 27, 2024
11:38 PM
How can we append 2 classes WtChangeOrder2 and WTChangeActivity2 and query for the activity object
Hi Everyone,
I have Activity number and change notice number as well and I can use simple query on WTChangeActivity2 to get activity as object but I want to enhance Java query spec so
How can we append 2 classes WtChangeOrder2 and WTChangeActivity2 and query for the activity object from specific change notice using number
Labels:
- Labels:
-
API
-
General Customization
1 REPLY 1
Aug 28, 2024
02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 28, 2024
02:30 AM
Hi @_1647
Here is an example how to use joins in query spec.
https://community.ptc.com/t5/Windchill-Customization/Query-spec-for-multiple-objects/m-p/914578#M985
your task is just connect your tables. (objects)
PetrH
