-
WDK : line break in NLS properties
Hello all, Can we have line break in NSL properties, to display a message in multiple lines? I have something like this, but this is displayed all in one line. Is this even possible? Please advise. MSG_DELETE_MESSAGE=Are you sure you want to delete this Record?\n\nID={0}\nProject Name={1}\nProject Manager={2} I expect this…
-
WDK : Button doesn't work
Hello all, I have a component with 2 JSP pages. i.e. inside one container. <pages> <filter clientenv="webbrowser"> <start>/custom/jsp/test/test_start.jsp</start> <detail>/custom/jsp/test/test_detail.jsp</add> </filter> </pages> <class>com.test.MyTestClass</class> In my "test_start.jsp" I have buttons for some operations,…
-
RE: Import operation :: Applet load takes long time.
Hi all, When trying to import a file, the file selector applet load takes incredibly long time (~ 3 minutes) every time, displaying the Java Applet spinwheel, before it displays the file selector. This is happening on certain PCs and not all. Can someone please suggest where to look to correct/adjust this? Java settings?…
-
Capital Projects: Pass static parameter to custom report.
Hello everyone, I am attempting to pass an static parameter from the RCF <report_ui> to my Java class. Something like the following. Will this work? <control help_tip="Common Project Ref" name="ecs_param_project_ref_default" type="label"> <params> <param name="label" value="Common Project Ref"/> <param name="is_visible"…
-
Where I can download HR Config D2 4.X?
It is not in the download center.
-
EPFM :: Custom Jasper Reports
Hello all, I have a custom report that has 2 subreports. [subreport2 depends on subreport1 and subreport1 depends on my main report.] 1. User enters a transmittal name as report input. 2. In my main report [JRXML], I query all documents associated with this transmittal, and list them. 3. Pass the r_object_id of the…
-
EPFM :: Matching rule, during "Import"
Hello all, Can we -- through RCF configuration, or any other mean -- make "Matching Rules" apply when doing a manual Import directly from EPFM. I understand it can be applied when performing Bulk Upload, by applying the rules to "Document Loading" object/template. Thanks.