Ability to Auto-populate the ‘Serial Number’ in the Work Order Creation UI without OIC integration
Summary:
Ability to Auto-populate the ‘Serial Number’ in the Work Order Creation UI without OIC integration
As part of our project, there is a requirement to populate the custom DFF field ‘Serial Number’ in the Work Order Creation UI for serial-controlled items, using a logic that derives values from fields such as Work Order Number, Organization Code, Planned Completion Date, etc.
Can I achieve this using Groovy script in Business object?
E.g.: Serial Number logic is PlantPrefixYearMonthSerialNumber(Combination of 00 and WONumber)
The MonthYear in Serial Number logic is fetched based on the planned completion date of the work order.