Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

how to allow input form to add integer data type for one field

Avatar

Level 4

@Parvesh_Parmar ,@AkshayAnand 

,@isahore ,@AndreaBriceno,@ParthaSarathy

,@ParthaS ,@Craig_Thonis ,@Manoj_Kumar_ ,@Amine_Abedour ,@Marcel_Szimonisz,@DavidKangni 

,@Amit_Kumar,@ShashankNigam02,@Ganesh5067, @Jonathon_wodnicki

@Denis_Bozonnet 

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

isahore_0-1710485571567.png

 

 

BR,

Ishan

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

isahore_0-1710485571567.png

 

 

BR,

Ishan

Avatar

Community Advisor

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.

https://experienceleague.adobe.com/en/docs/campaign-classic/using/configuring-campaign-classic/input....

 

Thanks,

Deb