Similar problem here: I want to grab the 1st and 2nd line of assembly numbers for each JobAsm under ASM 0. Then I want to populate a concatenation of the two to a UD field in all the Child assemblies and sub-assemblies below each of the main two assemblies. I have all the cans but I am missing the plastic thingy to make it a six pack.
I have a BPM which will allow you to change the Job number at the point of job firming, it also handles sub assemblies, materials and ops etc. If this is the requirement let me know and i will dig it out.
Yes, because when we only change the JobNumber the JobHead will have empty Materials, Operation, Demand summary, etc. I’m using SQL Trigger now to change all the data but I don’t know if it’s the best practice.
Agree with Neil here. It is a poor practice to put dynamic information into database keys, and some would argue (like part numbers) that primary keys should contain little or no information, i.e. not “smart”. Personally, I would add an attribute (UD Field) to the record to disseminate this extra information. It appears you have been asked to replicate the previous manual system instead of taking the opportunity to transform the process.