-
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…
-
ECL.WS help - postAttachment
Is there anything I'm missing here, or is there something special that needs to be done to get postAttachment to work using ECL.WS //THIS WORKS //ListResult list = eclWS.GetList(eclServiceSession, ListContentsType.Blank, new ListFilter(), "", "", 1, 100); //Console.Write(list.Data); //THIS DOESN’T WORK – WHY? FileStream…
-
Empty record in drop down control
We have a lot of stored procedures that we created for sql server reporting services drop downs and this code usually returns a predefined code / label of blank / or null / along with the results. It seems that mbpm creates an empty record when populating their dropdown. Can we remove this? Or can we change the label so…