|
|
At this time, this functionality is available only in Salesforce Classic.
|
|
Field
|
Value
|
|---|---|
|
Label
|
The name you want to use for the button, for example, Dispatch Technician.
|
|
Name
|
Auto-populated based on the value in the Label field.
|
|
Description
|
Brief description, for example, Dispatch Technician on Service Board.
|
|
Display Type
|
Detail Page Button
|
|
Behavior
|
Execute JavaScript
|
|
Content Source
|
OnClick JavaScript
|
|
Select Field Type
|
Work Order
|
window.open('https://<sb_hostname>/sb/index.html#/scheduler/svmx_job?_providerId=salesforce&id={!SVMXC__Service_Order__c.Work_Order_ID_18_digits__c}','ServiceBoard','resizable=1,status=0,toolbar=0,menubar=0,scrollbars=1');

window.open('https://<sb_hostname>/sb/index.html?_providerId=salesforce','ServiceBoard', 'resizable=1,status=0,toolbar=0,menubar=0,scrollbars=1');