I have been requested to have the part description to be forced to upper case when the user saves data. I have created a BPM under Part.Update which does the upper case conversion. My problem is that if I make it a Pre-Processing BPM it changes to upper case when saved but it converts the previous description, not the new one. If I put it in post-processing, it appears to convert properly but it isn’t saved.
What is the proper way to do this?
At some point I will need to force the PartNum to uppercase when a new part is added, but that one seems trickier. Haven’t found a place in the BPM world where it works.