Hi everyone,
I am working on a piece of code (Extensible Framework).
Screen Parts, tabs HDR (Record View) and MFP (Manufacturers).
One of the requirements is to update the part's description on primary manufacturer update (the primary manufacturer is concatenated in the part's description).
If I add console output in beforesaverecord of MFP ('[extensibleFramework] [tabName=MFP][isTabView=true]': { beforesaverecord: function(){ console.log('on MFP tab');.......) I see a message each time there is a save on a line (there can be multiple manufacturers per part but only one primary) and it seems I can retrieve the new primary manufacturer when it changes.
I am wondering how, from a function on tab MFP, I could update the part's description?
I could do it using a flex on save on R5PARTMFGS but I am wondering how it can be done using EF.
Thanks,