Hi @Shneor Cheshin,
I do not believe it is currently possible to attach surveys to a Person or custom object like this.
Surveys in FSM were originally for customer satisfaction responses and have evolved from there which is why the options for them are to be on customer related elements e.g. tasks or the customer themselves.
If this could be seen as a sort of extended status for the technician then perhaps you could use userdef fields on the Person table and sync this to mobile. You could then have a Business Rule that triggers on these fields changing to report on this as required.
Kind regards,
Lee Pinchbeck
Hi @Lee Pinchbeck
Thanks for the reply.
This is not just a simple UDF, there are some questions to answer to determine fatigue status.
For example:
How many hours have I worked?
How many out of these hours are over-time?
How many hours have I slept the night before?
Any symptoms? (headache, weakness, etc.)
etc.
These needs to be saved for future auditing in case of an accident/issue that happened to the tech.
Cheers!
By the way,
Is there a way to attach a survey to a task and not to a task template?
Ad-hoc kind of functionality.
Cheers!
I don’t know too much about surveys, but you could create a new table in the db to store these values. You could display the entries in a new tab on the person screen and could create a new mobile screen to input the values. With a little scripting I think you could create exactly what you’re looking for.