-
D2 "PDF Preview in property page"
Hi, I have been working on D2v3.1. I would like to know, about "PDF Preview" option in property page configuration. I tried to know about "PDF Preview" functionality, there I have unchecked the 'creation,edit,import' mode option under "Enable" tab. but still am getting, message like "Would you like to open or save the…
-
role "everybody" on todolist cause Exception
Hi to all, In my simple process there is a First action with a role "everybody" on ToDoList. When i open a new folder I get this error: "Exception 'ORA-01460: unimplemented or unreasonable conversion requested' occurred when attempting to 'Create alert request'." This error disappear if i remove the role from toDoList.…
-
Functionality stopped working when upgrading from version 9.1.3.0 to 9.1.3.5
Hi, I have recently upgraded our dev environment from version 9.1.3 to 9.1.3.5. After the upgrade I noticed that some functions has stopped working. For example I use a stored procedure to search for templates. See code below: SelectSql(new MetastormDefault(),"EXEC dbo.sp_nasdaqomx_search_SA_invoice…
-
want to add dmf tags in jsp, dynamically.
hi my requirement invloves creation of dmf checkboxes, but the number of checkboxes is not fixed. it is based on the count of certain values in the database. i tried using the forloop in scriplet, but i was not able to assign the name and id of the checkbox. i tried accessing the dmf table in java class to add a row and…
-
Data Integrator 4.4.1
Data Integrator 4.4.1 has been released. Be sure to read the complete release notes for complete details. I have provided some of the important new features, changes and resolved issues. Important Information, New Features, and Changes in this Release: Userid validation without password on –su enabled components for…
-
eAttachment eStatus
What does eStatus on eAttachment mean? Is it possible to somehow keep the file on eAttachment but at the same time hide the file from showing in the multiclip ? Basically we want to retain copies of "deleted" files for security/audit reasons and then be able to "undelete" them as admins
-
Creating editable BO column without a DB backing
Is it possible to create a Scripted BO column which isn't tied to a DB field ? Basically I want to have an editable checkbox on a scripted BO grid, and on Commit() if that checkbox is selected I'll do some custom stuff. Is that possible or does every scripted BO field have to be connected to a database column ? I already…