Is there any trickery in a BPM to request the caller to refresh it’s data?
I could use a ClientContext value and check it in the UI, but I was hoping for something more elegant.
Is there any trickery in a BPM to request the caller to refresh it’s data?
I could use a ClientContext value and check it in the UI, but I was hoping for something more elegant.
Just call get by id in the Post Proc BPM and then replace the data in the data-holder.
Page 15 of Programming Guide #RTFM LoL
https://epicweb.epicor.com/doc/Docs/Epicor10_ConvertedCode_ProgrammingGuide_101400.pdf#search=Programmers%20Guide
C’mon Epicor don’t expect you to read those - that’s why the first 15 minutes of advanced customization class is how to click the wrench icon
ps - what’s a EpiTextBox, asking for a friend
(Thanks for the link)
The Character control inside the Configurator designer is derived from the Ice.Lib.Framework.EpiTextBox assembly.