-
Use Flagdata In Dynamic Role
Is it possible to use flag data in a dynamic role's formula? In v7.6 it was possible to set a variable equal to a flag paramater data and then define the dynamic role as the variable, but in v9 we only have access to the ProcessContext, thus cannot use a variable. Is there another way, other than writing the data to a DB…
-
Editable BO With Parameters - Not Refreshing?
I have an editable BO which takes a parameter. I've added it to a form and created editable controls based on the BO fields. The parameter is set on form load, and the fields of the BO displays correctly. The parameter for the BO is set equal to a Local variable. When changing this variable however, the BO fields on the…
-
Exception: Unknown policy attribute 'separator' supplied in policy, with value:/xFF
Trying to implement a policy for a M2F transfer. The source is a fixed-length flat file, being transferred to the mainframe.. When I write the policy as a fixed length policy, I get the error: Exception: Unknown policy attribute 'separator' supplied in policy, with value:/xFF. When I write the policy as delimited, with…
-
v9 Label Visibility Using Local Checkbox Bug
I was trying to get a message to appear & disappear based on other fields on the form. The script behind the form would manipulate a checkbox based on values in the other fields. This was working perfectly. However, the label would not turn on, become visible... Until, I changed the checkbox business object from "local" to…
-
Scheduled Creation of new folders
I have a requirement for a scheduled folder to be created, say at 7am, and there is to be only one process a day but they may run two on a Monday for the weekend. I think I have the limiting to one folder for a date worked out - the first form has a date field that when they submit the form will check the date against…
-
Duplicate Comments 3-30-2011 2-35-59 PM.jpg
-
v9 Grid shows empty row on first load that breaks "When row selected"
I've got a grid on one of my forms that gets its information from a read-only business object. The grid has the "Field is dependent on another" and "Field has dependants of its own" boxes checked. When a user selects a row in the grid, the "When row selected" sets some local variables to the values from…
-
Automating Audit Letter Response process
We are about to begin a working group to explore the possibilities of automating the process of gathering responses from various lawyers in our firm to audit letter requests from clients' external auditors. I was wondering whether anyone here had experience automating such a process, whether you have any knowledge or…
-
v9 Business Object / Table / Editable not working
II want to create a simple editable grid from a table that is listed under Solution Tables. When I go to create the Business Object it works if I use a query but not if I choose table. It says the table doesn't exist. I know it exists because when i do a simple query object it works great. I also verified the table in SQL…