-
Need help decyphering meaningless error message!
So I've migrated a v7.6 process and gone through all the code converting the 'Evaluate' entries into real v9 code. I've validated it with no problems and now I've got the stage where I want to publish it for the first time. I get the following error message: The type arguments for method…
-
Text getting chopped at top and bottom of pages in report
I have a report that has a field which contains a large amount of text so that it requires multiple pages to display the field. The text is getting chopped at the top and bottom of the page. If you save to PDF format, you get the same kind of problem. The field is a grid cell. I've checked the "Can Grow", "Multiline" and…
-
Customize Checkin - Update a type with Excel sheet values
Hi, I am busy customizing the checkin component. When a user edits and checks in the imported spreadsheet, a type needs to be updated with the updated values from the spreadsheet. I have tried using the code below to get the data from the repository: try { IDfSysObject sysObj = (IDfSysObject)getDfSession().getObject(new…
-
Why is Lifecycle a linear set of states and not a network of states?
Hello, I have read in many documentation that lifecycle is a linear set of connected states. The reason is not mentioned in those documentations. Why is the restriction in place? Why is Lifecycle a linear set of states and not a network of states? Thanks, Prathibha
-
Keep Email replies in Notes
We use a simple form in our process to request information from the originator from any stage within the process. The form basically is just a memo field that we insert into an email template with the originator and process user as the to: and cc: persons and life is good. But for the reply, it just goes to the person's…