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
resourceId
Signature
public String resourceId {get; set;}
1healthcloudext.ResourceDetails, resourceIdProperty Value
Type: String
scheduleEnd
Signature
public String scheduleEnd {get; set;}
1healthcloudext.AppointmentProvider, scheduleEndProperty Value
Type: String
scheduleStart
Signature
public String scheduleStart {get; set;}
1healthcloudext.ResourceDetails, scheduleStartProperty Value
Type: String