I'm trying to send an email on promotion to "Released" of Parts when a couple of criteria are met, the parts being of a certain custom classification we've added, and them not being used in another BOM anywhere (i.e. they're top-level Parts being released…
hello,
My initial goal is to have a confirm pop up when using the action to create a new revision.(for parts)
I have an action that run a simple client method like this:
if(confirm("creation of new major revision")) {
//here i want to launch the…
Hi ,
I have a Part Item type with the following Configuration for its Lifecycle:
As seen , I want the Assembly and Material classification to have a different life cycle from the rest of the Parts.
However when I try to mass Promote the items of…
I'm trying to do mass promotion but got following error after executed:
String or binary data would be truncated. The statement has been terminated. in SQL: INSERT INTO [MPO_MASSPROMOTIONRECORD] ( [BEFORE_PROMOTE_ITEM_ID],[BEHAVIOR],[CONFIG_ID],[CREATED_BY_ID…
Hi everyone ,
I'm currently trying to implement a C# method that should be able to browse all the versions of a
Part Item ,
thus we can read the states of the different versions and promote them .
but the problem is that I don't know how to…
Hello All,
I need to disable the OOTB promote option available on the Item, I dont want users to use that option and promote ot even Admin users.
Please let me know how to disable that option, I have seen this behaviour in Part Itemtype, let me know…
Hello,
How is the lifecycle promotions for the part submission warrant set up out of the box? I can see that there's a "PPAP Lifecycle" r the PSW. Is it connected to any of the OOTB change management items or are you meant to manually promote the PSW…
Hi Community,
does anybody know how to get the current Change Process item (basically it´s item_number, like ECO-10001) within the PE_ChangeItemTransition Method?
I want to modify the private static void PromoteImpl part around line 5297. This part…