| TimeGetPunchesParamsOutOutTimeSlicePreID Property |  | 
                Gets or sets the actual out time slice pre ID
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic int OutTimeSlicePreID { get; set; }function get_OutTimeSlicePreID();
function set_OutTimeSlicePreID(value);
Property Value
Int32 Remarks
Remarks
                Gets or sets the actual out time slice pre ID.   This value is used to group both the in and out times for a time card which can then be used to track individual time slice
                data such as approving just the in part of a punch vs the out part of a punch.   For example a "ClockIn" will have its own ID as does a "ClockOut" this type of data helps
                to cross connect with all the different pieces of a punch and then ties them together.  
                
|  Note | 
|---|
| To corresponding item for a OutTimeSlicePreID value will be a InTimeSlicePreID value.   Each of these IDs have a transaction type such as "Clock In/Out",
                    "Begin/End Meal" and "Begin/End Break".  The In/Out-TimeSlicePreID will both be recorded in the same post processing line in order for these items to match. 
 When approving time for either an employee or manager the corresponding In/Out-TimeSlicePreID will be required to flag either the In/Out transaction type.
 | 
 Example
Example04:00 PM
 See Also
See Also