Product configurator formating in kinetic

I’m currently attempting to build a product configurator within kinetic screens and small things keep triping me up.

I manufacture products that are measured in mm and require a numeric box to have a min and max value based on a data lookup.
Inputs.numericbox.MaximumDecimal / .minimumDecimal dont have the required effect.

I have the lookup working fine as i can output that to .value ok.

Also I can’t find where I can format the numeric box as a full number instead of a decimal to 5 places.

Welcome @towle92 !!

1 Like

Welcome to the community @towle92.

For your first question it would be easier to see the code that you are using, it may be a number of things that are causing the error as well as the kinetic interface

For the second (at least in 10.2.500) in the input properties there is a format option which when you click the ellipses button on the right side, opens up a Data Forma Editor that makes making an update easier.

I can also verify that this code works in 10.2.500 (might be different in Kinetic)

Inputs.numericbox.MinimumDecimal = .01M;

See below images

Set the Min Max with the following Code:

Test Inputs after clicking the button:

image
image of the code setting the min and max decimals.

in kinetic it looks like this

the issue is no matter what combo i put in the box including the format ->>>9 all i get in the box is 0.00000

You may want to open a support ticket, that sounds like a bug.

we have an upgrade scheduled for the 31st and apparantly there is a lot of kinetic product config bugs fixed in this update

1 Like

Welcome @towle92 !

1 Like