BPM to request client refresh

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 :wink:
https://epicweb.epicor.com/doc/Docs/Epicor10_ConvertedCode_ProgrammingGuide_101400.pdf#search=Programmers%20Guide

2 Likes

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 :smile:

ps - what’s a EpiTextBox, asking for a friend

(Thanks for the link)

1 Like

The Character control inside the Configurator designer is derived from the Ice.Lib.Framework.EpiTextBox assembly.