,@isahore ,@AndreaBriceno,@ParthaSarathy
,@ParthaS ,@Craig_Thonis ,@Manoj_Kumar_ ,@Amine_Abedour ,@Marcel_Szimonisz,@DavidKangni
,@Amit_Kumar,@ShashankNigam02,@Ganesh5067, @Jonathon_wodnicki
hi all,
how can we do wrong data type error pop displayed in input from
iexample
i Have store id column(integer type) in store schema
but i want to restrict if someone enters value in store id column as string
since I Have store id column as integer type in store schema when entering value as string type in store id column
it will automatically throw error or
or what do we need to add anything in input form to show error pop up for wrong data type entered
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @DishaSharma,
For an integer type field, the corresponding input element in the input form would not let you enter a string.
If you do so, it will automatically give you an error.
BR,
Ishan
Hi @DishaSharma,
For an integer type field, the corresponding input element in the input form would not let you enter a string.
If you do so, it will automatically give you an error.
BR,
Ishan
Hi @DishaSharma ,
As Ishan mentioned, it won't let you put another data type in integer field. If you would like to add more validation can use leave tag and retrun some error.
Thanks,
Deb
Views
Likes
Replies