I have problem with validation form.
1. I have step where task is assigned to tech group All
(other groups in form)
a) Lider = Person A or Person A and Person B
b) User group = Person 1, Person 2 ... Person X
c) All = Lider + User group
Now I have conditions to few cells in "item list"
If user is one of Lider (group) then he need to fill and set proper values in each row in "item list".
if user is one of User Group then he don't need to do anything or is filling first part of "item list"
Paths:
if Path Zapisz (save) >> resets [cancel all and assign again] all done tasks and all need to do task (step) again
if path "ocena raportu" (next step) then all need to finish step ..
[when was 1 of all - then validation works, but I would like to validate only if the user is one of particular group.
another problem is if i do conditions on that validation then is validate for last person but it should ship validation and hold only particular use doesn't matter if other finished or not.
I did the bugging from step and
if anyuser go ba save then:
- action on save is done
- condission check is done to see what was the path
thats fine it went throw save and path grup of acctions but ...
if any user went by "next step" then "holds" ... waits for others and did not use save step action :/
so if I have wait for others to finish the validation is not working :/ is not doing any actions on "end" or "on save" .... ..
So how to validate form only if path is "next step" , condition is "wait for others to finish" and user is in "special group? " ?
but ignore checks if path is "save" ?
if Path Zapisz (save) >> resets [cancel all and assign again] all done tasks and all need to do task (step) again
if path "ocena raportu" (next step) then all need to finish step .. [when was 1 of all - then validation works, but I would like to validate only if the user is one of particular group.
another problem is if i do conditions on that validation then is validate for last person but it should ship validation and hold only particular use doesn't matter if other finished or not.