Setting value dynamically on public accessible surveys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello all!
since people, who will access my survey are not stored in sys_user table, i have created a survey, which is public accessible via link. To send the survey to my customers, I trigger a Business Rule, which fires an event with notification. This notification has a link to the survey and is sent to the email address of a user saved on the Task form.
At the moment, I need to parse the number of the task or some other identificator on the survey form to be able to identify which survey belongs to which customer after customer filled out the survey. Since i dont use trigger rules, i cant parse the dynamic values from the source table to the survey form. I also tried to parse a task number as URL parameter, but when i click on the survey link on the notification it cuts off the additional information i am trying to provide via link.
Have you got any ideas, how could I implement the setting of the value from the source table on the survey form without using trigger rules?