Add Subtab in Configuration Record

Create a subtab in the configuration record in NetSuite.

{
    "type": "object",
    "subtab": {
        "id": "Bookpatient_subtab",
        "group": "extensions",
        "title": "Bookpatient"
    },
    "properties": {
        "Bookpatient.TermsAndCondition": {
            "group": "extensions",
            "subtab": "Bookpatient_subtab",
            "type": "string",
            "title": "Terms And Condition URL",
            "description": "Config description example",
            "default": "https://www.enlightensmiles.com/GDPR/Terms_and_conditions_enlighten_may_2018_lab_portal.pdf"
        }
}

Leave a comment

Your email address will not be published. Required fields are marked *