How to display ProjectID, PName (account) on the Page through the entity

Hello

More than 200 companies in my implementation. The module of Capex is detailed to the level of the projects, so we have a dimension of project. The number of projects is huge, so I decided to design in order to reuse the project members in entities such as below

1. form project:

Page: Entity (E01, E02...)

Project ID Name of the project .....
P1E01. P1. ProjectXYZ
P2
P3
....

P1, P2... Project member and E01-> P01 is different with E02-> P01 and so on...

ProjectID, ProjectName is members of the account.

We have the second form, the details of the assets for each planning project so that the Dimension of the project is now put in the Page of the form

2. other assets

Page: Entity (E01, E02,...); Project (P01, P02,...)

Header 1 Header 2 Header 3 Header 4
AssetIDAssetName,,,,,
Asset1
Asset2
.....

The problem is that the size of the project on the Page can only display members of the project name/alias P01, P02... which does not make sense with the users. What the user wants to use to display the ProjectName, projectID which are defined in the first form to their entity.

I think using javascript cutomization. But as I tried, it seems that javascript cutomization cannot work on my current version (11.1.2.3).

I think it's a common problem, so I'm posting here hoping that someone has found a work around for this. Please ask if there is any point is unclear.

Thank you very much

Van Huy.

Hi Huy

This isn't really a problem, it's just how Capex module is designed. Its designed in such a way so that the dimension of the projects lists your projects and it is where you would project names. You have decided to 'Customize' the module based on unique customer requirements that do not match the features "out of the box" of capital expenditures. That is why its our job to come up with models that meet the requirements.

I'm not messing around with java custom.

My thoughts are how about this.

1. you create a data entry form that lists the projects on the lines and details about the columns. (you already mentioned above)

2. on the planning of assets form, make a composite form, with horizontal split. Top of page section, have a form that has the entity and the project page and then only the project details accounts on the columns. On the line simply choose a dimension, say scenario, year or whatever is set for the data you expect. Unfortunately what ever you choose will display on the shape, but you could be creative and give it another alias, etc. Then, on the bottom have the form of assets, as you described above.

Now enter the first form, the process would be for a user to the entity of click with the right button on a project that is on the line and select an item from the menu called "Active Plan" - this menu will create and this menu must be a form menu that links to the composite shape above. Select the pass project dimension drop-down list, then this menu requires the addition of the first form. When the user selects the menu item, what will happen is that it will open the composite shape that has the assets listed in the form of the lower part of the composite and the details of the project will be displayed in the form above the composite. You can decrease the depth of the full form as most of the screen is the asset planning form and only the line after line of project details is displayed in the upper part have (if the form is not only deeply).

I know that's not ideal, but I think it's an approach that is nice to capture the requirement and also means that you don't create a Java Custom charges will not be supported by Oracle.

Thank you

Anthony

Tags: Business Intelligence

Similar Questions

Maybe you are looking for