switch to integer basetype
-
Klaus794 years ago #18026
I’ve created a new domain with base type ‘integer’.
In UI-Designer I can’t choose it because ‘selected datatype’ is string.
How can it be switched to ‘integer’?
Klaus794 years ago #18028Klaus794 years ago #18030::Did not work. When I change property ‘type’ of widget ‘Input’ to ‘number’ I can’t see my ‘integer domain’ in value validationi dialogue.
Behaviour is same as type would be ‘text’.
Ok, solved.
I’ve to create my domain of same base type as widget shows when clicking on value Validation (range slider -> base type float, Input -> base type string, etc.).
Mathieu RollHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)Has successfully completed the online course Basics (100)4 years ago #18211::Changing the Datatype into an other will break all your applications and is not right because the datatype is given from the ui5 framework
dont do this
Your Datatype has to be from the same Basedatatype as the Widget Property in this case String.
Than you should make a parsing within the Process Designer by using the parse and string functions from the ITIZ_Uitilities Business Object.
KahnHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)KahnHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)KahnHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)4 years ago #18031::You have to change the widget property in the Simplifier Widget Properties Tab (see picture). Then the validation data type selection dialog should deliver you the respective data types.
Edit: Or you could, as you did, create a data type corresponding to your data type property data type.
Attachments:
You must be logged in to view attached files.
You must be logged in to reply to this topic.