cancel
Showing results for 
Search instead for 
Did you mean: 

Is the enum type for propertyPackages in stencilset.json

minhquankq
Champ in-the-making
Champ in-the-making
Hi all,

Is the enum type for propertyPackages in stencilset.json? I want to use select box in properties form, how can I do that?

Example:

    {
            "name": "calendarname",
            "properties": [
                {
                    "id": "calendarname",
                    "type": "Enum",
                    "title": "Business calendar name",
                    "value": "",
                    "description": "Choose business calendar.",
                    "popular": true,
                    "items": [
                        {
                            "id": "MyCalendar",
                            "title": "MyCalendar",
                            "value": "MyCalendar"
                        },
                         {
                            "id": "YouCalendar",
                            "title": "YouCalendar",
                            "value": "YouCalendar"
                        }
                    ]
                }
            ]
        }

I will add that propertyPackage to Boundary timer event, when I select boundary event, I can select calendar by combobox. (currently, I use textbox as String input).

Thanks,
Quan Vo
1 REPLY 1

minhquankq
Champ in-the-making
Champ in-the-making
I have found type "kisbpm-multiinstance", that is what I needed, but I don't know where can I custom the value of selectbox.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.