Creating a "New Record Menu" for CSM configurable workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 01:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 06:19 PM
That's the correct code:
{ "contextual": [ "record", "kb_version_compare", "kb_translate", "kb_view" ], "newTabMenu": [ { "label": { "translatable": true, "message": "New Commercial Claim Case" }, "routeInfo": { "route": "record", "fields": { "table": "sn_ins_claim_cml_auto_service", "sysId": "-1" }, "multiInstField": "sysId" }, "condition": { "tableDescription": { "table": "sn_ins_claim_cml_auto_service", "canCreate": true }, "plugin": "com.snc.uib.csm_agent_workspace" } }, { "label": { "translatable": true, "message": "New Vehicle" }, "routeInfo": { "route": "record", "fields": { "table": "sn_bom_vehicle", "sysId": "-1" }, "multiInstField": "sysId" }, "condition": { "tableDescription": { "table": "sn_bom_vehicle", "canCreate": true }, "plugin": "com.snc.uib.csm_agent_workspace" } }, { "label": { "translatable": true, "message": "New Account" }, "routeInfo": { "route": "record", "fields": { "table": "customer_account", "sysId": "-1" }, "multiInstField": "sysId" }, "condition": { "tableDescription": { "table": "customer_account", "canCreate": true }, "plugin": "com.snc.uib.csm_agent_workspace" } } ], "maxMainTabLimit": 10, "maxTotalSubTabLimit": 30 }