Renaming Label on Manufacturing Req.
Customer would love to rename the Label "Production Date" to "Required Date" in JIWA65.13 in Manufacturing Requistions.
Ive tried this It changes the RunNo Label. But I cannot find a form control for the Production Date label. Can anybody help?
' JIWA 65.13
' In Manufacturing Req. Form Loaded
VBFormObject.lblRunNo = "123"
VBFormObject.lblProductionDate = "ABC"
End Sub
Ive tried this It changes the RunNo Label. But I cannot find a form control for the Production Date label. Can anybody help?
' JIWA 65.13
' In Manufacturing Req. Form Loaded
VBFormObject.lblRunNo = "123"
VBFormObject.lblProductionDate = "ABC"
End Sub