Three free tickets to Procurement & Supply Chain LIVE: Chicago. First come first served. Contact Dave Duncan at dduncan@ptc.com.
Can WTPart numbers be built by choosing values from several enumerated lists and adding the values together to create one final part number?
60SSMMM-ZZZR
Solved! Go to Solution.
This can be done via OIR, assuming shape, material code, and size are attributes on WTPart and their values are set by the user while creating WTPart. Then this can be done using OIR.
If your attribute values do not need any manipulation/calculation, then simply update OIR. If manipulation and calculation are needed, then create a custom rule algorithm. Refer to the articles below:
As number calculation is planned after submitting the part creation, make sure to use com.ptc.core.rule.server.impl.GetServerAssignedConstraint constraint for the number.
Hope this helps.
Thanks
This can be done via OIR, assuming shape, material code, and size are attributes on WTPart and their values are set by the user while creating WTPart. Then this can be done using OIR.
If your attribute values do not need any manipulation/calculation, then simply update OIR. If manipulation and calculation are needed, then create a custom rule algorithm. Refer to the articles below:
As number calculation is planned after submitting the part creation, make sure to use com.ptc.core.rule.server.impl.GetServerAssignedConstraint constraint for the number.
Hope this helps.
Thanks