switch to integer basetype
-
5 years, 7 months ago #180285 years, 7 months 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 Roll
KeymasterHas successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
5 years, 7 months 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.
Kahn
ModeratorHas successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Kahn
ModeratorHas successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Kahn
ModeratorHas successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
5 years, 7 months 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.