Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ResourceDetails Class

Represents the home visit details for manual scheduling of appointments. Once the scheduler has selected the recommended resources along with the time slot, it will schedule the appointment using this Apex class.

Namespace

healthcloudext

resourceId

The ID of the selected service resource.

Signature

public String resourceId {get; set;}

1healthcloudext.ResourceDetails, resourceId

Property Value

Type: String

scheduleEnd

End date time of the selected slot for appointment.

Signature

public String scheduleEnd {get; set;}

1healthcloudext.AppointmentProvider, scheduleEnd

Property Value

Type: String

scheduleStart

Start date time of the selected slot for appointment.

Signature

public String scheduleStart {get; set;}

1healthcloudext.ResourceDetails, scheduleStart

Property Value

Type: String

sequence

Sequence number on which appointment needs to schedule.

Signature

public String sequence {get; set;}

1healthcloudext.ResourceDetails, sequence

Property Value

Type: Integer