Looking for a way to execute a “simple” lookup to the part table from within an On Field Change and return a decimal value, which then gets assigned to a Configurator input.
I’ve found several posts that allude to how this could be done but am not able to fully execute the lookup.
In the example I’m trying to accomplish, a click of a check-box input field will trigger a lookup to the Part table and return the UnitPrice value, which will then update an existing input Value (Input.DefaultBlowerPrice.Value, for example).
Am I understanding what I’ve read so far that this can be accomplished by
- Creating a Configurator User Defined Method (Server side method)
- Call the User Defined Method from the On Field Changed
- Assign the result to an input in the Configurator.
I’m sure that’s over simplifying it, but is that the basic process?