TimeSlicePreModelPunchPromptEmpAnswers Property | |
Add/accept custom punch prompt data.
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<PunchPromptEmpAnswerModel> PunchPromptEmpAnswers { get; set; }
function get_PunchPromptEmpAnswers();
function set_PunchPromptEmpAnswers(value);
Property Value
ListPunchPromptEmpAnswerModelRemarks Punch prompts allow you to submit answers to questions that the employee was asked when they punched. An example question would be "Were you injured during your shift"
See Also