Home Self-Service Portal - Community

Change Request Portal Template

I added extra parameters such as Area, Priority, Impact, Risk into the CR template in Cireson Portal. I pasted the CR template into the Custom folder.

{
                                            columnFieldList: [
                                                { DataType: "UserPicker", PropertyDisplayName: "CreatedBy", PropertyName: "CreatedWorkItem", Disabled: true },
                                                { DataType: "Enum", PropertyDisplayName: "Area", PropertyName: "ChangeAreaEnum", EnumId: '28f88c04-d11d-78c0-a237-fa9abd6c6478' }
                                            ],
                                        },
{
                                            columnFieldList: [
                                                { DataType: "Enum", PropertyDisplayName: "Priority", PropertyName: "ChangePriorityEnum", EnumId: 'b40092af-f163-af28-6150-bb0ffa677660' },
                                                { DataType: "Enum", PropertyDisplayName: "Impact", PropertyName: "ChangeImpactEnum", EnumId: '44edd2ff-6280-afb7-3a0d-d6e8a711d894' },
{ DataType: "Enum", PropertyDisplayName: "Risk", PropertyName: "ChangeRiskEnum", EnumId: '347a02c1-9784-f335-04b0-662efc8d6676' }
                                            ]
                                        }

When i open the Cireson portal, the parameters are showing empty even though they are all selected in the SM Console.

Is this a bug?


Best Answer

Answers

This discussion has been closed.