Creating a "New Record Menu" for CSM configurable workspace

Misgana
Tera Guru

I was trying to create a new record menu for my CSM Configurable workspace, but when I try to choose the workspace setting only Agent Workspace is showing. How do I add workspaces to the workspaces setting or to the All workspaces table?find_real_file.png

 

find_real_file.png

5 REPLIES 5

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 }