Jump to content

TIBCO EBX Set Visible Field length less than defined maxlength while inserting new record from EBX


Danilo Riccitelli 2

Recommended Posts

Hi.

I would like to limit the length of a field when creating a new record to be less than the maximum length defined for that field.

So if the field has maxlength of say 100 chars, i would like to see only say 10 in the "create record" window (when pupulating the record the chars over 10 will scroll left)

Is this possible

Thanks.

Danilo

Link to comment
Share on other sites

I am not sure if EBX would support this as a Out of the box feature but you could use Widget/UI Bean to add some custom Java Script that could support this requirement.

 

If you are using DataExchange for adding a record then you can use java transformation to limit the number of chatacters.

 

For Only displaying a error message you can use regex on Data Model Configuration.

 

 

 

Hope I made sense.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...