Background:
I have a Laserfiche Forms (v11) process that contains a Workflow task. That Workflow (v11) retrieves a business process variable, assigns values to 2 tokens, and then invokes a business process. So, basically, this 'Upload documents' process in Laserfiche Forms contains a Workflow Service task that sprouts up another Forms instance of a separate Forms process, 'Periodic Reports'.
The 'Periodic Reports' process starts with a Start Event (so that it can be started from a workflow). The form for the first task, 'Input Dates', has field rules that determine which date fields appear, given which report is selected from the 'Report Name' drop down menu.
Result:
Everything seems to work up until the user who's assigned to the 'Input Dates' task opens the form/task (which was created using the newer forms designer, not classic). The field rules are ignored, so no date fields appear. However, if the user, then, re-selects the same option from the 'Report Name' drop down menu, the expected date fields do appear according to the field rules.
Is this a known issue?