Auto Generated Symbol inside barcodeField

Certified Associate Developer

Who knows how to get rid of this auto generated symbol inside barcodeField? It creates false sense of available data thereby affecting my coding logics. The screenshots of both the Interface and  expression are attached.

  Discussion posts and replies are publicly visible

Parents
  • Hi 

    I tried the same thing that you did and  the barcode component seems to be working fine without any infinity error through the local variables. But yes it is not working correctly if you are using rule input of type integer. Adding screenshots. So your solution here would be to use local variables it will not cause any issue unless you are casting it to an integer or you can also use rule input of type text which should also work absolutely fine.

    Using Local variables:

    Using Rule input of type integer:


     

Reply
  • Hi 

    I tried the same thing that you did and  the barcode component seems to be working fine without any infinity error through the local variables. But yes it is not working correctly if you are using rule input of type integer. Adding screenshots. So your solution here would be to use local variables it will not cause any issue unless you are casting it to an integer or you can also use rule input of type text which should also work absolutely fine.

    Using Local variables:

    Using Rule input of type integer:


     

Children