APEX 4.0 development team

Is it an infomercial complete everywhere that deals the team of 4.0 development module. What is not clear is where the following is defined or setup:

< /Li > < li > release
< li > assigned to < /li >
do State < /li > < li >
Category < li > < /li >

Does anyone have experience with the module they want to share?

Jeff

Hi Jeff,

You may find it useful to refer to Chapter 4 management of the development process in the APEX User Guide: http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/teamdev.htm. If you take a look at the section creating a function - http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/teamdev.htm#CACFFGDJ - you'll see that point 6 refers to the creation of new topics as liberation, assigned to:

To add the new editable selection lists values, enter a value in the field with the new title. For example, to add the name to feature owner list, enter a value in new feature owner.

So, when you log in to your workspace and access development team, click the icon of features. This will branch to the main dashboard page. Click on the button create feature and note that the 'Feature' area on the main feature page has items such as 'New owner' listed. When you add a value to this field, this will fill the 'Owner' associated selection list. The status of "To Do" is a little different, because it is a list of values with values set, you cannot change. Maybe it's something that will be addressed in a future release.

I hope this helps.

Kind regards
Hilary

Tags: Database

Similar Questions

  • Attachment to the missing in 4.2 development team

    Hello

    I was expecting the attachment in bi-ou as stated in the new APEX 4.2 features:

    Support for team development 1007 ai2 attachments allow attachments to bugs, todo and features.

    but I can't find the feature?

    Jürgen

    Please consult the documentation first before posting a question!

    You must follow this allows support for files attached to development team

  • What is the best way to deliver the WebHelp output files to the development team in TFS?

    I use RoboHelp 2015 to generate WebHelp output.

    The development team want me to archive files in TFS so that they can pick up the files and integrate them into the build.

    I'm looking for some best practices here because I'm running into some issues whenever I try to check the files back in. For example, I need to manually track the files I added/renamed/deleted in the HR project.

    We discussed the following options:

    • Delete the contents of the WebHelp output folder in TFS whenever I want to check in new files.
      • This works, but doesn't seem to be a very elegant option.
    • Zip the contents of the folder of WebHelp output and archiving/retrieval of this file
      • This works well for me, but the devs have create a separate process to unzip the file whenever they generate a release, they don't care.
    • Check all files in the folder, overwrite the files with the new files, manually add the new files and then check back in.
      • This job very well, but it requires you to manually add the files whenever you check in and also leaves / the legacy of old who were removed from the HR project.

    Someone at - it other ideas about how to do this?

    Any help would be appreciated.

    James

    Hello Mack,

    I think that the decompression of a file is a very simple action to add to a build process, it is perhaps the best way to go. But there are other options as well.

    You can check in sources in TFS and use RoboHelp with source code control. Then you include RoboHelp in the build process so that the latest sources are retrieved from TFS and aid is generated on the server. A nice solution, but still work to implement. I like this solution because I do not store an output is very useful. As long as you have the sources, you can always create new output.

    For developers, it is easier to just add all the files output in a specific folder. And you can automate this option for yourself as well. The TFS and RoboHelp can remotely control from the command line. Meaning that you can create a batch (1) file generates output from RoboHelp. (2) deletes the current aid of TFS. (3) add the new output 1 to TFS. (4) checks in changes in TFS. A single file can automate everything for you. I have used this method in the past, and once it is implemented, there is virtually no maintenance for you.

  • How to connect my APEX with SQL Developer workspace?

    Hi all

    I am a new user of Oracle Apex. Is there a way to connect to my workspace created to http://apex.oracle.com/pls/apex with SQL Developer. If so, then let me know how. If someone has done successfully then please help me.

    Thank you

    Gerard

    Hi Gerard,

    It is not possible to do this on apex.oracle.com.

    Joel

  • Roles and responsibilities of dba oracle in the development team

    What should be the role and responsibilities of dba oracle in the development team?

    Application dba should have identification information of the oracle db box on user?

    Hi, working as a Application DBA as production s/n, while the resolution of problem ALS would not apply to them. Apart from this change in the pressure of the team will be there.

    These are points to remember.
    Test Db creation for the environmental testing,
    Replication of schema of POC
    replication of the DB for the installation of the interface.
    User, space management.
    Roles and security management
    Space of prediction - this will be useful when you estimate for storage
    you will need to give application implemented for the Production DBA with correct specification.
    store schema changes
    Ensure that shas good script to provide the DBA of Production team.
    Deployment of the application.
    performance optimization...

    All the environment memory /CPU statistisc need to check at regular intervals. If issues to escalte the INFRASTRUCTURE team

    HTC

    Tippu

  • The development team

    HY

    is it possible to lock the pages when you are working on one in an application. all this in the spirit of the development team.

    Thanks in advance,

    Matt

    is it possible to lock the pages when you are working on one in an application. all this in the spirit of the development team.

    Yes.

    http://download.Oracle.com/docs/CD/E17556_01/doc/user.40/e15517/bldapp.htm#sthref934

  • Remote debugging with Apex and SQL Developer

    Hello

    I try to turn on remote debugging with Apex and SQL Developer.

    I can debug the PL/SQL procedure when it is called from SQL * PLUS, but when I call the procedure from Apex 'Process', the debugger does not stop at breakpoints.

    I checked that the procedure is called Apex process as I can see 'things' happening in the procedure but the debugger does not stop at breakpoints. The program being debugged (session Apex) manages to fix the SQL Developer debug listener.

    Apex (OnSubmit) process
    ---------------------------

    BEGIN

    DBMS_DEBUG_JDWP. CONNECT_TCP ('10.176.20.225', 4000);
    DONOTHING;
    DBMS_DEBUG_JDWP. DISCONNECT;
    END;


    Procedure
    -------------------------------------
    CREATE OR REPLACE
    PROCEDURE DONOTHING ACE
    testvar VARCHAR2 (100);
    BEGIN
    update cross-set test_data = 'I came here 11111'; -It is run
    commit;
    testvar: = "aaa"; -bREAK POINT IS HERE
    DONOTHING END;
    /

    Thanks in advance,
    Paresh

    Published by: pyadav1 on November 19, 2008 15:19

    Hello

    Sorry... seems I was too hasty in reading your question...

    You also gave * DEBUG ON [Parsingschema]. [procediurename] * APEX_PUBLIC_USER (or ANONYMOUS or HTMLDB_PUBLIC_USER). Otherwise, the behavior is exactly the same as you have described...

    The privilege of the DEBUGGING SESSION to CONNECT need to given to the schema analysis but the APEX_PUBLIC_USER schema needs debug privilege on the function or procedure...

    Does that help?

    Carsten-

  • The Export development team

    Is it possible to export and import manufacturer data team to a workspace to another? I entered a workspace hosted Apex milestones, features and back and I would like to export and import it into a local Apex workspace. I know there are ways to export/import your Team Builder comments, but what about other Team Builder data?

    In the export of the Apex (java) command line version, there is an option - expTeamdevdata which seemed promising, but doesn't seem to work.

    Hi Jeff,

    It is an option of the workspace to export. Go into the Application Builder-> tasks-> export-> Workspace-> Include team development = Yes

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • How to start the APEX in Oracle developer pre-built VM

    Hello community,

    I have download the DB VM developer

    Developer Day - database application development practice

    I start the virtual machine, but do not know how I can start the listener of the apex and ADR?

    I assume that the virtual machine is ready for anything and play without the developer dealing with service installation and configuration?

    I watch the lsnrctl status:

    [oracle@localhost ~] $ lsnrctl status

    LSNRCTL for Linux: Version 12.1.0.2.0 - Production on April 9, 2015 11:50:27

    Copyright (c) 1991, 2014, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=0.0.0.0) (PORT = 1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 12.1.0.2.0 - Production

    Start date April 9, 2015 11:04:17

    Uptime 0 days 0 h 46 min 9 s

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /home/oracle/app/oracle/product/12.1.0/dbhome_1/network/admin/listener.ora file

    The listener log file /home/Oracle/app/Oracle/diag/tnslsnr/localhost/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=0.0.0.0) (PORT = 1521)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 2121))(HOST=localhost)) (Presentation = FTP)(Session=RAW))

    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=localhost)(PORT=5500))(Security=(my_wallet_directory=/home/oracle/app/oracle/product/12.1.0/dbhome_1/admin/cdb1/xdb_wallet))(Presentation=HTTP)(Session=RAW))

    Summary of services...

    Service 'cdb1' has 1 instance (s).

    'Cdb1' instance, State LOAN, has 1 operation for this service...

    Service 'cdb1XDB' has 1 instance (s).

    'Cdb1' instance, State LOAN, has 1 operation for this service...

    Service "orcl" has 1 instance (s).

    'Cdb1' instance, State LOAN, has 1 operation for this service...

    The command completed successfully

    It seems that there is no listener for APEX or ADR

    How can I get that will easily?

    I just downloaded the latest ADR. Unzip it and do

    java-jar

    ords.jar

    and follow the prompt and it works

    two things I noticed.

    1. Make sure that apex_public_user is good to go
    2. make sure to put the correct directory for static
    3. Choose a port that is not used

    the configuration is in properties files and need to be changed...

    I wonder why this virtual machine does not right out of the box and looks like it sets up to 8080

    but it does not work when I do one

    localhost: 8080 / apex

    I guess that everything should work right out of the virtual machine and config...

  • The development team remove name from list of transferees

    Hello

    I would like to remove a name from the list of rights holders in the area of development of the team. I have already re-all attributed to another person but could not find an option to delete the old list. Is this possible? If so, how.

    Thank you

    Nick.

    As well as of an assignee of a task is not the person should also not be:

    Collaborator to make

    Owner of a milestone

    Owner of a feature

    Employee of a feature

    Assignee of a Bug

  • Absent from the SSO for APEX 4.2 Developer toolbar

    Hey guys,.

    We have improved the environment of the APEX to the latest version (4.2.0.0.27) last week and we have seen that the developer toolbar is available only if we use the Application Express authentication. If we use SSO, it does not work (nothing is displayed on the page or in the source). Can you please help us with this problem? This is quite annoying since we use only SSO for all our applications.

    Thank you very much
    Alex

    Published by: user13109803 on November 5, 2012 07:21

    Published by: user13109803 on November 6, 2012 03:18

    Published by: user13109803 on November 6, 2012 03:19

    Hi Alex,

    DNS checking is fairly trivial. The hostname in the URL changes after SSO authentication if that is the case. Given that g_edit_cookie_session_id is set to NULL, Apex probably can't see the builder (ORA_WWV_USER_xxxxx) session cookie. I would use Firebug or Chrome developer expansion, to traffic network trace (especially guests, paths, and cookies).

    There are also cases where the application causes inadvertently beg /apex/ which translate to f/apex /? p = 4550:1 and start a new session of generator (and thus breaking the old, because the generating session cookie changes). For example, I met who with Apex independent auditor (a bug road favicon.ico worms/apex /) and a notification plugin (demand was hidden somewhere in the CSS, IIRC).

    Kind regards
    Christian

  • Development team - workspace

    Is it possible for two people to use the same workspace without the system crashing? How do you get the team on the same project development?

    Thank you
    Robert

    Hi Robert,.

    A workspace is associated with a single instance of Eclipse. It contains your projects and their parameters as well as global as keyboard shortcuts preferences.

    To conduct team development, you don't want to share your source code. This is done with a source code control system. To use one, you must configure a server that will store the master copy of your source (the repository) and then set up a client on each computer you want to use for development.

    CVS and Subversion are two very popular - and free control systems - source. Both fit as well into the Eclipse (and therefore Flex Builder). For more information:
    * CVS: http://www.nongnu.org/cvs/ , http://wiki.eclipse.org/index.php/CVS_FAQ#Getting_Started
    * Subversion: http://subversion.tigris.org/project_packages.html , http://subclipse.tigris.org/

    Hope that helps,

    -Peter

  • Development team JDeveloper 11 g model when develpoing ADF JSF application.

    We have an application include five almost 10 screens developed using dev D 11 g.
    Our model projects and display of conteins application.
    We want some of our developers to develop a part of the project form and another programmer develop other screens. A single responsible developer of projects-models.
    We have a shared responsibility between the programmers as.
    Programmer1-> input.jspx
    Programmer2-> edit.jspx

    We gave programmer project files. They develop the new screens.

    But when you want to combine the screen, some of the shared files (databinding.cpx) suchas shopping problems.
    How to handle this kind of situation. We do not want to create a new project for each screen.
    We are using cvs. But the shared files shopping problems in CVS also.

    y at - it no civilians what do you advise?

    Thank you.

    SVN has been developed to overcome some of the disadvantages of the CVS - do atomic transactions is much better to ensure that you don't have dependencies file that have not been committed.

    In JDeveloper support for SVN so very hard. A feature of SVN that useful development organizations on what I have already mentioned is support for branches - so allowing developers to work checkin on the '' private '' branches and then compare and merge as needed to the trunk. In addition, you can use the commands SVN Commit / update working copy. This ensures that you "never forget" the version of the files in your application (assuming you do check-out of the entire application. And because SVN if very good to make the diffs you not wasting resources by working at the application level.

    Of course, any SCM tool is as good as your human process! To compare the components that are being developed in tandem and to talk with the other members of the team to ensure that there is no problem on the merger, there is no substitute!

    For the more complex development multi-demande/multi-project team, I wrote a paper that is located on OTN detailing an approach and there are a number of demos he too
    http://www.Oracle.com/technology/products/jdev/11/how-tos/svn_adf/svn_adfsharedlibs.htm

    Another good source of information on methodology is the ADF methodology group
    http://groups.Google.com/group/ADF-methodology/

    Rgds

    Susan
    www.susanduncan.blogspot.com

  • APEX 4.2.1.00.08, team development comments option

    Hi all

    After you create the back option in our application, we would like to have 'Send Email' feature to the breast to select the button 'submit comments '.

    After studying at Googling and the APEX Library documentation, I've not found the corresponding exact solution.

    There are options to send e-mails through the procedure of apex_email from the request page some or to enter the "team development" and respond to comments from there.

    Our goal is to send your comments to the members of the development team at the time when the "Submit comments" button selected.

    If anyone can help with suggestions?

    Thank you

    Paul

    See this blog from the past showing how to accomplish what you want, I think...

    http://rimblas.com/blog/2013/08/notifications-for-your-feedback/

    Thank you

    Tony Miller
    Los Alamos, NM

  • 4.1.1.00.23 - Team Development Access to accounts-Apex Apex unprivileged

    Hi guys,.

    Today, I upgraded Apex 4.0 to 4.1.

    I use Express-authentication Application for my application. After the upgrade, I tested the End User accounts. I discovered, that end users (with no team-development-access privileges of account) have access to the development team.

    They have no button to perform a direct connection in the development of the team, but along the utilities in the sidebar that they can get access to the entire development team.

    Am I the only one having this problem? I don't want to develop my own authentication method...


    Thank you

    Sven.

    Edited by: 923182 the 06.04.2012 14:02

    Edited by: 923182 the 06.04.2012 14:03

    Hi Sven,

    Thank you for reporting this issue. I filed internal Bug 13940433 for this problem.

    Joel

Maybe you are looking for

  • Satellite C50D - A - 10 K does not only on the battery

    HalloJust bought a C50D Satellite - A - 10 K. The battery is fully charged. But if I want to use it and not the sector, the laptop turned off right and does'nt is unbootable.The led at the front light doe'snt light at all (should be white, so I read)

  • Generic smartlists

    All generic smartlists - recently added, most played, top 25, videos etc etc, who is here as part of iTunes, have all disappeared. Not the end of the world, I know, but why this is past and I restore them (how?) or just continue? Thank you very much.

  • replacement keyboard W520

    I bought a W520 some years ago in North America and the keyboard come in the layout in English. I already intend to switch the keyboard with the Arab layout one since I'm sick of having to put stickers and their coat of all time. I also thought since

  • Error 1628 when trying to uninstall Peachtree complete accounting

    Original title: get the error 1628 I'm trying to uninstall Peachtree complete accounting and get the error message 1628. What should I do to get it uninstalled?

  • I have a product key for vista, but I have no idea what its for Vista version. How will I know?

    HP Pavilion dv4 laptop. My HARD drive got fried, I replaced it. Downloaded and installed a copy of Vista. I thought I had the right version but, when I entered the product key to activate it, I learned that my product key was not for this version of