JmgProfileDay.copyDay Method
Copies the JmgProfileDay record and associated JmgProfileSpec records to the specified profile and day ID.
Syntax
public boolean copyDay(
JmgProfileId toProfile,
JmgDayId toDayId,
NoYesId doOverwrite)
Run On
ClientOrServer
Parameters
- toProfile
Type: JmgProfileId Extended Data Type
The profile ID to copy to
- toDayId
Type: JmgDayId Extended Data Type
the Day ID to copy to
- doOverwrite
Type: NoYesId Extended Data Type
A Boolean value that specifies whether the existing records must be overridden.
Return Value
Type: boolean
true if values where copied successfully; otherwise, false.