2260
Points
Questions
0
Answers
170
-
- 985 views
- 2 answers
- 0 votes
-
- 3048 views
- 8 answers
- 0 votes
-
This answer accepted by vera. on June 19, 2020 Earned 15 points.
- 986 views
- 1 answers
- 0 votes
-
- 1305 views
- 2 answers
- 0 votes
-
- 1290 views
- 2 answers
- 0 votes
-
- 924 views
- 2 answers
- 0 votes
-
select * from item where item_number = ‘134433-14’;
select item_number, p2.* from page_two p2, item i where i.id = p2.id and i.item_number = ‘134433-14′;
There is a lot more but this gets you started.
This answer accepted by Teasedale. on June 5, 2020 Earned 15 points.
- 950 views
- 2 answers
- 0 votes
-
As far as I know it is magic that the database is told to enable an attribute. But the attribute and its properties are kept in two main tables: NODETABLE and PROPERTYTABLE. Most everything is stored as number codes so it will be a bit difficult without a code sheet, which Oracle does not provide. For instance, non-page-three part attributes:
select description from nodetable where objtype = 1 and parentid = 10005;
- 1572 views
- 2 answers
- 0 votes
-
Yeah, 9.3.7. Last half of 2021. We can start a rumor mill of what it should have. I “heard” it will have:
- An integration to Slack or build-out of Discussion capability.
- Digital Thread/Twin for in-field management.
- A SIMPLE pdf redline tool.
- pdf watermarking of old and new revisions.
- Publish and Notifications to external email addresses with return receipt.
- A change impact assessment feature.
- Updated html editor and larger html fields.
- Checkbox and To-Do fields.
- Rejection codes.
- 1130 views
- 4 answers
- 0 votes
-
- 1151 views
- 4 answers
- 0 votes