Skip to main content
Solved

Where is the Part_No start value defined?

  • October 19, 2022
  • 2 replies
  • 94 views

ZIGESAMM
Do Gooder (Customer)
Forum|alt.badge.img+7

Is there a client setup page for cofiguring the part_no which is automatic genearted with the Create Eng Part Assistant?

At the Engineering-PDM-Basic - Page  there is only the Revision adjustable.

Best answer by MikeCH

Hi @ZIGESAMM,

You cannot do this in the client, but you can do it on the DB in the sequences with ENG_PART_MASTER_SEQ:


But as always, when you work directly on the DB you have to know exactly what you are doing. 😉

2 replies

MikeCH
Hero (Employee)
Forum|alt.badge.img+13
  • Hero (Employee)
  • 166 replies
  • Answer
  • October 19, 2022

Hi @ZIGESAMM,

You cannot do this in the client, but you can do it on the DB in the sequences with ENG_PART_MASTER_SEQ:


But as always, when you work directly on the DB you have to know exactly what you are doing. 😉


ZIGESAMM
Do Gooder (Customer)
Forum|alt.badge.img+7
  • Author
  • Do Gooder (Customer)
  • 13 replies
  • October 19, 2022

Thanks for your answer. Your are right, we have to take care of it.