Application Studio User Defined Methods coding error trying to make callContextBpmData.Number01 = Inputs.numBudgetPriceFrom.Value;
I get the error:
The name ‘callContextBpmData’ does not exist in the current context
Please see the screen shot included below.
Can anyone please give me the syntax for this or tell me how to do it?
Yes, this is the kinetic version of the configurator. I was updating callContextBpmData via the after field x changed → row-update whenever the user keyed in configuration values but when the results are displayed it does not trap the after field x changed, only when the user keys in data. Do you know how to trap when a result is display in a text/number box from the c# code?
I just thought of a possible solution. When the save button is pressed for the configure, I could do a make the callContextBpmData = result fields with multiple row-updates.
One warning about using CallContextBpmData using HTTPS, it is passed through the HTTP header and there’s only so much space available. As long as this doesn’t get too large, you’ll be OK. But there have been people using it for debugging and blew past the HTTP Header default limit, which is 16Kb. It’s configurable but something to consider.