-
Hi,
an error occur while role deleting.
"Error while deleting from table 'DWRoles'. Exception: The DELETE statement conflicted with the REFERENCE constraint "dxfk_xxxxxxx". The conclict occurred in database "dwsystem", table "dbo.DWFCProfileToRole", column 'rid'. The statement has been terminated".
No profile is linked to role. How can I solve it?
Thanks
Mayra
-
Hi, I have the same problem. How can I delete FC?
-
Hello,
there is the possibility to create a parallel task assigned to a role list and avoiding that users of the same roles cannot approve same task?
For example:
Role list: Role A, Role B, Role C
Role A: User 1, User 2
Role B: User 3, User 4
Role C: User 5
Task X will be assigned to Role list, User 1,2,3,4,5 can see that task. User 1 approve, User 2 cannot approve because a user (user 1) of same role had approved before him. User 4 can approve because no other user with same role approved that.
At the moment this works only if every role has only one user. How can I solve it?
Thanks
-
There's the possibility to show table field in stamp?
-
Sure!
Choice of select list works only with textual fields. Maybe a bug?
-
Hi,
there's the possibility to link a decimal field to a select list?
Here the problem:
I have a multicolumns select list "gadget"
Article ID |
Article name |
Price |
1 |
Pen |
0,30 |
2 |
Mouse |
15,00 |
I tried to link this select list to a table field, no problem for "Article name", but I cannot associate "Price" column to the relative decimal field in table field.
There's any solution?
Thanks
-
Good morning,
I have a problem with a loop within a workflow.
I created a loop to add all the partial amounts contained in a table field. When there are too many rows (I think more than 10), the woorkflow is unpupblished.
How can I change this setting in Docuware 7.2?
Thank you
-
To export a keyword field is mandatory to copy content to a text field, right?
-
I found this solution to avoid loop
UBound(DW_TABLE_FIELD[XXX], 1) - LBound(DW_TABLE_FIELD[XXX], 1) + 1
-
There's the possibility to include table field in CSV Export?
Thanks