You are on page 1of 7

Welcome, Guest

Thread: Task list in hyperion planning dataforms 11.1.2 version


This question is answered.

Sign In / Register Guest Settings Search FAQ

Reply to this Thread

Search Forum

Back to Thread List

Replies: 4 - Pages: 1 - Last Post: Dec 1, 2011 4:44 AM Last Post By: mady mady Posts: 4 Registered: 11/05/11 Task list in hyperion planning dataforms 11.1.2 version Posted: Nov 30, 2011 2:23 AM Hi, I created a task list using administrator account and assigned these task list to user1. I mention a due date and alerts also. Here user1 have appropriate roles to access the dataform and to finish the task also. Now the issue is, when user1 finished and put the status as completed. But in admin user, those tasks status is showing as Incomplete. How admin will get that updated status as completed in task list. Regards, Madhu David Mendele Posts: 11 Registered: 11/29/11 Re: Task list in hyperion planning dataforms 11.1.2 version Posted: Nov 30, 2011 7:07 AM in response to: mady Helpful Reply Reply

list , epm , planning , hyperion , task

Hi, All users that have assign access to a task list can use it to work. However the task list cant be used collaboratively. It means that all users have to complete all the tasks defined in this task list. If you want to check the work of these users you can generate a Task list report: Go to: View > Task List > Report You select the task lists, then the users and the information field you want to display in the report. Regards, David Mendele Business & Decision Peru

mady Posts: 4 Registered: 11/05/11

Re: Task list in hyperion planning dataforms 11.1.2 version Posted: Nov 30, 2011 7:59 AM in response to: David Mendele Hi David Mendele, Thanks for the reply. ya as u said i looked into report. but there also am getting status as incomplete using admin user. First of all i will explain u clearly about this issue. using admin account i created two task lists and assigned these tasks to user1. for example salary account and salary details ok. Now i login as user1 and put those task lists status as completed ok.

Reply

Then now i login as admin and checked out those Task lists. In this scenario, am not getting those task lists(*salary account* and *salary details*) status as completed. It is still showing that status as Incomplete only which is already finished by user1 ok. Now, how can i get those assigned task lists status as completed automatically using admin user. I hope u understand about the issue.

Regards, Madhu Edited by: 895234 on Nov 30, 2011 8:01 AM David Mendele Posts: 11 Registered: 11/29/11 Re: Task list in hyperion planning dataforms 11.1.2 version Posted: Nov 30, 2011 8:14 AM in response to: mady Reply

Correct

hyperion , task , planning , list , epm

Hi, The task list cant be used collaboratively, it means that several users can use the same task list but finally all users have to complete all the tasks. Its the reason why you cant see the task completed by the user1 if you are connected with another user. If you are connected with the admin user, the only way to get the task status for the user1 is to generate a task list report: Go to: View > Task List > Report 1. Select the task list to check 2. Select user1 Then, in the report you will see the task completed by the user1. Regards, David Mendele BI / EPM Project manager at Business & Decision Lima, Peru

mady Posts: 4 Registered: 11/05/11

Re: Task list in hyperion planning dataforms 11.1.2 version Posted: Dec 1, 2011 4:44 AM in response to: David Mendele Hi David Mendele, Thanks the reply. It is working Regards, Madhu

Reply

Pages: 1

Validatedata.js in 11.1.2 Posted: Dec 13, 2010 2:08 AM Hi All I'm having an issue with ValidateData.js file in 11.1.2 I created a code given below function validateForm(){ if (equalsIgnoreCase(applicationName,"Visa")) { if (equalsIgnoreCase(formName,"02. New Asset Requests with Threshold")) { var variable_name_1 = "Test" var variable_name_2 = "Form validation" /* Example #1 */ /* This will display the value of a variable in a message box. */ alert(variable_name_1);

Reply

/* Example #2 */ /* This will display some text and the value of a variable in a message box. */ alert("This is variable name 1: " + variable_name_1); /* Example #3 */ /* This will display some text and the value of a variable in a message box with two lines. */ alert("This is variable name 1: " + variable_name_1 + "\n" + "This is variable name 2: " + variable_name_2); } } return true; } I exploded the Planning.ear file and added the above given code in ValidateData.js file repacked and restarted Hyperion Planning service. When i clicked on save nothing happend.. i even tried re-deploying, but no luck. Also i tried to use the same code in 11.1.1.3 changed ValidateData.js under E:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\CERA-WIN2K3-WASCell01\planning.ear\HyperionPlanning.war\custom Restarted Planning....still when i click on save nothing happens.... Can someone tell me whether i'm missing any steps? ozmo Posts: 15 Registered: 07/28/09 Re: Validatedata.js in 11.1.2 Posted: Dec 13, 2010 3:32 AM Reply

validatedata

in response to: Celvin Kattooka...

Hi Celvin, Delete js files under "temp internet files" for every change which you did in ValidateData.js and sbdy corrects me if i wrong, there is no need to restart application everytime. just change and delete old one from ur local. rgds osman

Celvin Kattooka... Posts: 43 Registered: 03/02/10

Re: Validatedata.js in 11.1.2 Posted: Dec 13, 2010 3:36 AM

validatedata_js
Hi All

in response to: Celvin Kattooka...

Reply

this is my original ValidateData.js file function customOnLoad() { if (equalsIgnoreCase(applicationName, "Visa")) { // It is possible to limit your custom JavaScript to specific Applications, if (equalsIgnoreCase(formName,"02A. New Asset Threshold")|| equalsIgnoreCase(formName, "02. New Asset Requests with Threshold")) { // Provides an alert when user opens up the form 02. New Asset Requests or 02A. New Asset Threshold alert("There are thresholds defined for Asset Classes."); // + ".\n" + "Please select the required Asset Class cell in the right corner form." + ".\n" + "Threshold values for the selected class will be displayed"); } } }

function customCellEnterPre(row, col, cell) { // This function will be called when focus enters any data cell but before any built in logic // Return values: // true: Continue with remaining logic // false: Skip remaining logic var valid = true; if (equalsIgnoreCase(applicationName,"Visa")) { if (equalsIgnoreCase(formName,"02A. New Asset Threshold")|| equalsIgnoreCase(formName, "02. New Asset Requests with Threshold")) { // You can access row or column indices into the grid by providing arrays of member names

var correctTimeCol = findColByMemberNames(new Array("Threshold")); var correctAccountRow = findRowByMemberNames(new Array("Windows")); // You can trigger specific logic if the cell matches some pre-defined collection of member names // The following code verifies that the row and column correspond to the intersection defined by the // members if ((row == correctAccountRow) && (col == correctTimeCol)) { alert("Values for this Asset Class should be greater than 1200" + ".\n" + "If wrong values are entered system will not consider the Asset Class."); } } } return(valid); } Now when i launch the form...i'm not getting any messages. but if i click on Windows cell, it is giving me the message. Can someone please let me know what could be the possible issue for customOnLoad function Celvin Kattooka... Posts: 43 Registered: 03/02/10 Re: Validatedata.js in 11.1.2 Posted: Dec 13, 2010 3:48 AM hi ozmo I deleted the temp files..... the problem that i now have is when a user loads the form it should give him a message....(using the customonload) but that is not working. But if the user clicks on the cells (Windows in row and Threshold in column) he is getting a message.... Celvin Kattooka... Posts: 43 Registered: 03/02/10 Re: Validatedata.js in 11.1.2 Posted: Dec 13, 2010 4:25 AM It works fine now...... I dont know what happend...for the first time ozmo Posts: 15 Registered: 07/28/09 Pages: 1 Re: Validatedata.js in 11.1.2 Posted: Dec 13, 2010 4:26 AM Celvin yaa Reply Reply Reply

in response to: ozmo

in response to: Celvin Kattooka...

in response to: Celvin Kattooka...

Welcome, Guest Sign In / Register

Thread: Planning 11.1.2 Javascript file locations


This question is not answered. Helpful answers available: 4. Correct answers available: 1.

Guest Settings Search FAQ

Reply to this Thread

Search Forum

Back to Thread List

Replies: 3 - Pages: 1 - Last Post: May 8, 2011 11:11 PM Last Post By: JohnGoodwin

user12087276 Posts: 86 Registered: 10/23/09

Planning 11.1.2 Javascript file locations Posted: May 5, 2011 10:10 AM Hi guys. We are running Planning EPM 11.1.2 with WebLogic.

Reply

I am trying to make some changes to the ValidateData.js javascript files. Where would these files be located in 11.1.2? I previously developed jscript changes for EPM 11.1.1.3 and those files are located somewhere else.

Thanks JohnGoodwin Posts: 14,450 Registered: 10/09/07 Re: Planning 11.1.2 Javascript file locations Posted: May 5, 2011 10:45 AM in response to: user12087276 Help ful Rep ly

Here you go http://forums.oracle.com/forums/thread.jspa?messageID=9483164&#9483164 Cheers John http://john-goodwin.blogspot.com/

Kapil Bankeraika Posts: 21 Registered: 05/08/11

Re: Planning 11.1.2 Javascript file locations Posted: May 8, 2011 3:00 PM in response to: user12087276 Hi,

Reply

I presume you are trying to locate ValidateData.js for data validation here. Planning 11.1.2 comes with inbuilt data validation functionality for webforms. Is there something for which you need to still make changes in ValidateData.js? JohnGoodwin Posts: 14,450 Registered: 10/09/07 Re: Planning 11.1.2 Javascript file locations Posted: May 8, 2011 11:11 PM in response to: Kapil Bankeraika Reply

Kapil Bankeraika wrote: Hi, I presume you are trying to locate ValidateData.js for data validation here. Planning 11.1.2 comes with inbuilt data validation functionality for webforms. Is there something for which you need to still make changes in ValidateData.js?
11.1.2 comes with basic form validation, it doesn't come close to what can be achieved with custom javascript. I am not promoting custom javascript just stating the facts. Cheers John http://john-goodwin.blogspot.com/ Pages: 1 Back to Thread List

Customizing Text, Color, and Images (Planning) Posted: Mar 30, 2011 11:59 PM I have read this link http://download.oracle.com/docs/cd/E17236_01/epm.1112/hp_admin/frameset.htm?ch13.html and traying to do it in my app but i can't found where HspCustomImgs_en.template loacted Any one know where is the position of this file in Hyperion 11.1.2? Thanks JohnGoodwin Posts: 14,450 Registered: 10/09/07 Re: Customizing Text, Color, and Images (Planning) Posted: Mar 31, 2011 12:20 AM in response to: Theresia Help ful

Reply

Rep ly

It will probably be packed inside the ear file at :<MiddlewareHome>/EPMSystem11R1\products\Planning\AppServer\InstallableApps\Common\HyperionPlanning.ear This contains HyperionPlanning.war and inside there will be the files to update Cheers John http://john-goodwin.blogspot.com/

Theresia Posts: 103 Registered: 09/14/10

Re: Customizing Text, Color, and Images (Planning) Posted: Mar 31, 2011 3:32 AM in response to: JohnGoodwin Thanks John you're right.

Reply

I found this file after extract HyperionPlanning.ear then extract HyperionPlanning.war inside ear file. I update this file and archive as a new HyperionPlanning.ear and rename the old one then move it to the other backup folder. Planning Services start normally but always error 400 when try to open HyperionPlannning web form. I try to restore old ear file but no luck. Can you tell me where i can find log or figure out this situation? JohnGoodwin Posts: 14,450 Registered: 10/09/07 Re: Customizing Text, Color, and Images (Planning) Posted: Mar 31, 2011 3:59 AM in response to: Theresia Reply

Are you definitely sure you have restored to the original ear file, also you would need to restart the services after restoriing, if you don't find a resolution you might have to deploy the planning app server again. Cheers John http://john-goodwin.blogspot.com/

Robb Salzmann Posts: 713 Registered: 01/31/11

Re: Customizing Text, Color, and Images (Planning) Posted: Mar 31, 2011 8:26 AM in response to: JohnGoodwin Hi,

Reply

You may need to be a bit more invasive. Before you redeploy (which you should) delete the /tmp directory in WL associated with the HyperionPlanning app. If you're using an earlier version of WL, its a directory called stage usually somewhere under user_projects. In the future, consider deploying the war file on tomcat, using a different port, then develop there while running in parallel to the existing planning application. Tomcat expands everything out into a directory under webapps. This makes the development cycle faster. Regards, Robb Salzmann

Theresia Posts: 103 Registered: 09/14/10

Re: Customizing Text, Color, and Images (Planning) Posted: Mar 31, 2011 6:33 PM in response to: Robb Salzmann Thanks John i would try to redeploy from configuration manager right? Thanks Robb, i'm little experiance about that some question pls, refer to ur statement: "In the future, consider deploying the war file on tomcat, using a different port" Can I deploy on Tomcat at 11.1.2? Where can i do that? Is it from configuration manager?

Reply

Theresia Posts: 103

Re: Customizing Text, Color, and Images (Planning) Posted: Apr 1, 2011 1:55 AM in response to: JohnGoodwin

Rep ly

Registered: 09/14/10

Hi John still try to figure out this situation. I have reconfigure planning app but still no luck to access Planning web form. I have read http://forums.oracle.com/forums/thread.jspa?messageID=6494904, update C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\Planning0\security\boot.prop erties, starts planning services up and have updated encrypted username/password value the boot.properties. but still no luck to access Planning too. This is a single VMWare system. Any idea to figure this situation out? Thanks

Robb Salzmann Posts: 713 Registered: 01/31/11

Re: Customizing Text, Color, and Images (Planning) Posted: Apr 1, 2011 2:57 PM in response to: Theresia Hi Theresia,

Helpf ul

Repl y

It sounds like you need to redeploy the Planning web app on WL: http://download.oracle.com/docs/cd/E13222_01/wls/docs81/index.html#deploymentfiles As far as tomcat goes, here's a little background: Tomcat doesn't have an 11.1.2 - as far as I can tell Tomcat is not an Oracle product so doesn't carry the Oracle versioning. (Oracle does seem to own just about everything, so I could be wrong) This also means is not in configuration manager. Its a stand alone product that is basically a 'mini' weblogic of sorts. Tomcat 6 will work fine. http://tomcat.apache.org/download-60.cgi Here's the how to for deploying the war file: http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html When the HyperionPlanning war file is deployed on Tomcat, it will automatically unzip everything into directories that make sense under the webapps\HyperionPlanning directory. Usually Tomcat out of the box will "auto deploy" your war - you just place it in the root of the webapps directory, start Tomcat and it will to the rest. Tomcat also defaults to port 8080, so it shouldn't interfere with the "real" planning app server running on that machine. If it does, just install Tomcat on your laptop, copy the war file over and work on it there. Regards, Robb Salzmann Theresia Posts: 103 Registered: 09/14/10 Re: Customizing Text, Color, and Images (Planning) Posted: Apr 3, 2011 9:16 PM in response to: Robb Salzmann Hi Robb thanks very much for your guidance I am success to login in to Hyperion Planning webnow, When i redeploy it's always error weblogic.management.ManagementException: [Deployer:149082]You cannot deploy application I try to stop planning services, delete the deployment app and create manual from Weblogic console. After starting plannig services, i can access Hyperion Planning web normally Regards, Theresia Pages: 1 Reply

You might also like