[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator

InlineFormServiceExtension1

Properties

string
description Optional

The description of Form Service Extension.


string
displayName Optional

The description of Form Service Extension.


array of FormField
formFields Optional

The list of form Fields

JSON Example

{
    "description": "...",
    "displayName": "...",
    "formFields": [
        {
            "displayName": "...",
            "enabled": true,
            "hidden": true,
            "mandatory": true,
            "name": "...",
            "options": [
                {
                    "key": "...",
                    "value": "..."
                },
                {
                    "key": "...",
                    "value": "..."
                }
            ],
            "pattern": "...",
            "patternDescription": "...",
            "source": "...",
            "toolTip": "...",
            "type": "BUTTON",
            "value": "..."
        },
        {
            "displayName": "...",
            "enabled": true,
            "hidden": true,
            "mandatory": true,
            "name": "...",
            "options": [
                {
                    "key": "...",
                    "value": "..."
                },
                {
                    "key": "...",
                    "value": "..."
                }
            ],
            "pattern": "...",
            "patternDescription": "...",
            "source": "...",
            "toolTip": "...",
            "type": "BUTTON",
            "value": "..."
        }
    ],
    "name": "...",
    "state": "OPEN"
}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Used By

FormServiceExtension

Feedback

Was this page helpful?