-
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…
-
"No Engines are Available" Troubleshooting Guide
This is one of the most common errors found in BPM. The basic idea is that the Web front end cannot find any Engine back end to connect to. This can happen even on an all-in-one server. Below is the error in BPM v9.2: Central to this is the EngineServiceConfig.xml located in the IIS Extensions directory. This file controls…