We are trying to add the Drawing field from the PartRev table as a read only field on the Sales Order Line Entry screen. We haven’t found a better way to help order entry make sure they are referencing our correct internal revision. We have the customer part number set up to include the revision so we can have different revision of the customer part in the system at one time. I have tried a FKV linking the part info to the order line, but the part info doesn’t have a rev field I can link to (I was thinking a second FKV linking part to rev) and the order detail line doesn’t have the rev as an option to link a new FKV to either. How would I pull in that info?
Thanks
Melissa
As we move into the UX transaction doing less custom and more bpm stuff is best. I do this kind of information grab post processing on SalesOrder.ChangePartNumMaster. It will likely be a custom Drawing field you will need to add, but you can get it all running using OrderDtl.Reference or OrderComment.
1 Like