NDP project - field of visibility of the project

Hello

I would like to know what is the function of the field of visibility of the project in the summary on a project tab.

Thank you and best regards.

Stefano

You can use the visibility to categorize your projects, thinking it's tags or classifications. It can be used when searching for projects. It can also be used as a filter in the portfolios of projects.

For example, if you have any projects around a particular type of product as frozen Snacks, you can use this as a visibility. This visibility will allow you to find all projects concerning Frozen Snacks etc.

It's a field of multiple selection on the project so it allows a lot of flexibility. You might have visibilities around initiatives and product types. For example, to find all the projects of "Frozen Snack' related to 'GMOS Reduction' initiative.

Tags: Oracle Applications

Similar Questions

  • Hidden fields are visible in the new instance of the subform.

    Hi all.

    I have the following problem:

    I have a subform with a check box and a text field.  When the box is checked, the text field is visible.  When it is disabled, it is hidden.

    I also have a button which adds another instance of the subform.  When I click and add another subform, the masked text field is visible in the new instance instead of stay hidden until the box is checked.  Also, when I add the new subform instance and select the check box, the hidden field becomes visible at first to the subform.

    Here is what I use to hide and show fields:

    If (this.) RawValue == 1)

    (form1.subform1.textfield1.presence = "visible");

    on the other

    (form1.subform1.textfield.presence = "hidden");

    The foregoing is in the initialize event and change.

    I would really appreciate help to learn how to keep each instance does not affect another, as well as the way to keep the field hidden in newly added instances of the subform.

    Thanks in advance.

    J

    Hello

    You can add the action to the checkbox for the workflow. To do this, you can right click on the checkbox under the hierarchy Panel and then click on 'Add Action '. Also if you want the field to be hiddedn in the new instance and then at design time, you must set the property of as hidden control.

    Steps to get the workflow.

    1. make a right click on the checkbox control--> click Actions--> add an Action

    2. select in the drop-down list. When the check box is cleared.

    3 set the visibility of the textfield to hidden.

    4 click Add new action as indicated below.

    5. select in the drop-down list. When the box is checked.

    6 set the visibility of the textfield visible.

    7. click OK to create the action and close the window of action.

    To set the TextField to select hidden textfield and open its property of the object. Set the value of the presence as hidden.

    ************

    Please download the https://acrobat.com/#d=hM8oyP3be4O3HRBt14CkYg sample file

  • How can I validate a field of visibility of the control to a second field?

    I have two text fields

    Text field #1: an empty field where the user enters the text

    Text field #2. a read-only field that is to become visible and display a message (via its default value) If a user has entered text in the #1 field

    The validation script that I wrote has syntax error that I can't solve. Can someone take a look and see, 1 am I on the right track and 2. If so, what is wrong in this script?

    Thanks in advance for any ideas on that.

    if(Event.value == '')

    {lbl_coupon request appliesFld.display = display.hidden standard}

    }

    else {}

    request lbl_coupon standard appliesFld.display = display.visible

    }

    To access a field, you must use the getField method, as follows:

    If (event.value == "")

    {getField("lbl_coupon_request_standard_appliesFld").display = display.hidden

    }

    else {}

    getField("lbl_coupon_request_standard_appliesFld").display = display.visible

    }

  • Detect when the field gets the visibility on the screen

    Hi gurus

    I extended a BitmapField that when it is displayed on the screen is running a Thread internally in order to upload an image from a web server and then display it on the BitmapField. During the download of the Thread, it shows a dummy Bitmap.

    I am now the list 15 images on a screen in a VerticalFieldManager, and as soon as the application starts, 15 thread starts to download each image.

    When I run the application on the Simulator, with WiFi, all the images always get downloaded without problem all the time but when I run it on the device, sometimes the images are downloaded and sometimes some of them are not downloaded due to a "General socket error" (it is said the message of the Exception).

    This behavior is kind of random, I wonder that it is a restriction on the number of requests that a device can perform the carrier (by BIS) at the same time or something like that. Sometimes 15 images are always downloaded without problem.

    Now, the important thing, to circumvent the problem, what I'm trying to do is:

    Even if I add 15 images on the screen, only 3 images are visible at the same time (on the Curve 8520 in which I am testing now) so I'll try to find a way that only these 3 images run the download thread and when the user makes a scrolling to the bottom of the screen, the fields earning "visibility" on the screen start to run in their own thread too but didn't find a way to detect if a field of on the screen, and not only in the manager gains visibility of

    I try with:

    protected void onVisibilityChange(boolean visible)
    

    But as soon as the Manager is loaded on the screen, all fields run this even if events are now actually visible on the screen (they are in the lower part of the Manager)

    Is it possible to know when a field get visible only on the actual device screen and not on the virtual screen?

    Thank you!

    This might not work on all devices, but the first invocation of painting of the field is a good indicator.

    In my experience, the interface user of BlackBerry is very economical - everything that is not on the screen isn't painted. well, something that used to be on the screen and got a scroll being on could still be there in an internal buffer, so his painting could not called at all when it scrolls- but the first seems to be a pretty reliable indication.

  • Hidden fields fields visible to move down when hidden fields become visible?

    Hello

    I have a form that I have a couple of hidden fields on. If the things in the user list a specific choice in a drop-down list, the fields become visible. The question I have is how to ensure that when the fields are invisible visible fields are close together and then when a selection is made to one or more of the visible invisible fields the rest of the fields below it move down to make of the place?

    It's like this:

    field 1

    [space hidden field]

    field 2

    [space hidden field]

    area 3

    That's how I like it on the cloth:

    field 1

    field 2

    area 3

    And if a selection is made of field 1:

    field 1

    [visible hidden field because of the selection in the field 1]

    field moved down 2 make room for visible hidden field of selection field 1

    area 3 moved down to make room for visible hidden selection field 1 field

    Thanks in advance for any help!

    Hello

    The second option in the example in this post: Re: how to replace elements of the menu drop-down list view script to make it work.

    Please note that objects must be in a FLOWED subform and the form should be saved as DYNAMIC.

    Good luck

    Niall

  • NDP project - Check for a field before the next the workflow status

    Hello

    Is it possible to have a similar feature as the conditions of custody (for GSM, SCRM) in a NDP project?.

    I need to check the value of a field before moving on to the next step. I know that there may be some validations customized when you save the project, but I would like to know if it is possible to check the value of a field before moving to the State / the next step.

    Thanks in advance,

    Fernando

    Hi Fernando,

    We support validation on the events of Workflow in a NDP project. If you have installed the pack of the EP, go to \ReferenceImplementations\Validation\Documentation\Validation Objects.xls, you will see a detailed list of events, type ID and so on.

    I don't know what validation you want to put in place, here, I have an example you can make reference to:

    1, add the following to Config\Extensions\ValidationSettings.xml:

    2, restart the iis services

    3, go to one project NDP, erase the data in field of brands, save the project, no error

    workflow 4, this project, error "property marks is required."

    '

    I hope this helps.

    Thank you

    Jessie

  • How can I check the NDP project duplicate name?


    Hi all

    I would like to know how I can check the NDP duplicate project name? I find that some NDP is initiate serveral times with the same or similar user name name. Assuming that the name of the project was "Smart Pilot". I've always found that this project can type differently as "Smart DRIVER", "smart pilot" or even "Smart drivers. Assuming I want to validate all these name before saving by using validation or custom validation infrastructure. Is this possible?

    Assuming that it was possible, can you please guide me on the way?

    Thank you very much in advance for the entire response.

    Phaithoon W.

    Here is some examples of code for a fast validator. Note that this uses a hard coded English error message, rather than a translation. If you want to use translations instead, look at a few examples in the folder ReferenceImplementations\Validation\SourceCode\ReferenceValidation of the pack of extensibility and review the training of Validation as well as (in the ReferenceImplementations\Validation\Documentation folder).

    Note that the code provided is only for demonstration purposes and is not supported by Oracle.

    Classes:

    using System;
    using System.Data;
    using System.Xml;
    using Xeno.Data.NPD;
    using Xeno.Prodika.Application;
    using Xeno.Prodika.Services;
    using Xeno.Prodika.Validation;
    using Xeno.Prodika.Validation.Validators;
    
    namespace Oracle.Agile.PlmProcess.Validation
    {
        public class NPDUniqueProjectNameValidatorFactory : XmlConfigValidatorFactoryBase
        {
            protected override IValidator Create_Internal(XmlNode configNode)
            {
                return new NPDUniqueProjectNameValidator();
            }
        }
    
        public class NPDUniqueProjectNameValidator : BaseValidator
        {
            private const string sql = @"select 1 as dup from NPDPROJECTML where UPPER(title) = UPPER ('{0}') and FKPROJECT <> '{1}' and LANGID = {2}";
    
            public override bool Validate(IValidationContext ctx)
            {
                var project = ctx.ValidationTarget as INPDProjectDO;
                bool hasDuplicate = false;
                string sqlToExecute = String.Format(sql, project.ProjectML.Title, project.PKID, UserService.UserContext.User.PreferredLanguage);
                using (IDataReader reader = AppPlatformHelper.DataManager.newQuery().execute(sqlToExecute))
                {
                    if (reader.Read())
                    {
                        hasDuplicate = true;
                    }
                }
    
                if (hasDuplicate)
                    ctx.AddError(String.Format("A project already exists with the name '{0}'.", project.ProjectML.Title));
    
                return hasDuplicate;
            }
    
            private IUserService UserService
            {
                get { return AppPlatformHelper.ServiceManager.GetServiceByType(); }
            }
        }
    }
    

    Then, add the following to the ValidationSettings.xml file in config\Extensions:

    1. Add the validator factory, with a reference name in the config:

    
            
            
    
    

    2. Add a rule for NDP project save the event:

    
                
                    
                
    
    

    Compile the example reference in a dll and add this dll in web\npd\bin

    When you try to save a project with a duplicate name, it should now give you the error message.

  • typed letters are not visible after the end of the custom field in editfield

    class CustomEditField extends EditField {}

    CustomEditField (String text) {}

    Super("",Text);

    }

    public void layout (int width, int height) {}

    Super.Layout (getPreferredWidth (), getPreferredHeight ());

    setExtent (getPreferredWidth (), getPreferredHeight ());

    }

    public int getPreferredHeight() {}

    Return super.getPreferredHeight ();

    }

    public int getPreferredWidth() {}

    return (Display.getWidth () * 2/3);

    }

    }

    It's my edit custom field.

    When I type on this field and reached end of the field, can't see the letters after that, but I can type (the only thing is to type letters are not visible after the end of the field)

    What is the solution

    I'm sure that you must explicitly enable scrolling. See Manager javadocs.

    In addition, you limit the scope of your field, which may also fail to scroll.

  • Importing data from XML form in hidden form fields &amp; making it visible if the book value

    Hello:

    I export the data in the form submitted, and important in the 2nd-> 3-> etc... Forms, however, a lot of these areas, I want to be kept hidden, unless they have a value. When I import data from field of forms 1, it will be smooth, however if the fields are hidden, you must go through the selection of checkboxes to make it visible again or just do all visible all the time. I was wondering if there is a feature or coding that would go in the direction of: Once imported XML favorite on click on the button "Update fields", go through fields and if hidden fields now have a value do what subform/Sub-sous-form Visible.

    The reason is that if you do have an incident report form which can take 10 names of employees, but only 2 were involved in an incident, it would look very cluttering on the survey form, if there are 10 fields name employee, 10 fields, 10 fields of plane location, etc... But only 2 employees have been involved in a minor incident on the incident report form which does not imply anything else.

    Any suggestion or help would be greatly appreciated and thanks for gratefull to any answer.

    Nicely,

    Al

    Thank you for pointing me in the right direction... A little elbow grease, of coffee, patience, and did I mention the patience and the following works without fault

    Created at the mouse from the export button:

    xfa.host.exportData("",0)

    The button import of other form value:

    xfa.host.importData)

    See the sections "Check boxes" to see if this article is supposed to be visible and makes visible the value of import form form: Ready:

    if(Button_DelDep.RawValue == 1)

    {

    Del_Dep.presence = "visible";

    }

    if(Button_DelArr.RawValue == 1)

    {

    Del_Arr.presence = "visible";

    }

    if(Button_Div.RawValue == 1)

    {

    Div.Presence = "visible";

    }

    if(Button_MADiv.RawValue == 1)

    {

    MADiv.presence = "visible";

    }

    if(Button_DelDepXD.RawValue == 1)

    {

    Del_DepXD.presence = "visible";

    }

    if(Button_Other.RawValue == 1)

    {

    Other.Presence = "visible";

    }

  • The button should be VISIBLE unless the user has entered all of the required fields?

    Hello

    I have 10 fields in the form, 3 are required/mandatory fields to enter the data. And I also kept a button with caption CHECK THE FIELDS.

    I also kept a 2nd button, say legend is GOOD TO GO (this isn't a SUBMIT button, the two buttons are normalbuttons)

    At the point of HRT, GOOD TO GO button is "hidden"

    Now, say, user forgot to enter the 2 required fields and you press the button CHECK THE FIELDS, guest user 2 times with popup legends field of respect.

    Now user entered in 1 field and forgotten again to enter the data in another area and pressed the button CHECK FIELDS, guest user 1 time with a popup with the caption for field of respect.

    Now, the user entered in this field too, very well and CHECK THE FIELDS button, the user has NOT prompted with a popup.

    BUT at this POINT, I need to see THE/PRESENCE button GOOD TO GO

    Please let me know how can they do it in JavaScript?

    Thank you

    In the click event of the button CHECK THE FIELDS, you can check if all three need to fields are filled. Therefore, you can do the "Good to Go" button hidden/visible.

    If (reqField1XPath.rawValue! = null & reqField2Xpath.rawValue! = null & reqField3Xpath.rawValue! = null)

    {

    If all three fields are filled as a visible button

    GoodToGoButtonXpath.presence = "visible";

    }

    on the other

    {

    GoodToGoButtonXpath.presence = 'hidden ';

    }

    Where reqField1XPath, reqField2XPath, reqField3XPath, GoodToGoButtonXpath must be the XPath of the field.

  • With the help of javascript code to validate content in the text field only if the field is visible...

    I have a "Lock of all areas" set up button and it took to run only if some fields are filled. The code works fine... except TextField13 does not validate correctly. TextField13 is encapsulated in a subform, titled busjus. The busjus subform is hidden at the disposal of the default form (it becomes visible only when a user selects some text in a drop-down list). I want the code to check if TextField13 is null only if the busjus subform is visible.

    The problematic part of the code that does not work as expected is listed below:

    partiv.nonflow.busjus.presence == visible) && partiv.nonflow.busjus.TextField13 == null ||  

    Complete code is listed below:

    if(partiandii.parti.TextField2.rawValue == null || 
    partiandii.parti.TextField1.rawValue == null || 
    partiandii.parti.DropDownList5.rawValue == null ||
    //Part II: Current Job Details
    partiv.nonflow.busjus.presence == visible) && partiv.nonflow.busjus.TextField13 == null ||  
    partiandii.partii.NumericField2.rawValue == null ||)
    {
        app.alert('Please complete all fields marked with a red asterisk and try clicking the button again.');   
    }
    else {
        myScriptObject.LockAllFields(form1);
    }
    

    Hello

    At a glance, I believe that this piece must include the rawValue call

    partiv.nonflow.busjus.TextField13
    

    This should be

    partiv.nonflow.busjus.TextField13.rawValue

    so that you compare the text in the field instead of the actual field object.

    Hope this helps

    Malcolm

  • Text hidden/visible during the click field on

    Hello

    I create to make a field hidden to visible founded when clicking on a button using javascript. I watched this: http://htmldb.oracle.com/pls/otn/f?p=31517:129:1617669608355761
    But do not understand and cannot operate. First of all, I had a hidden text field. The user clicks on the 'New' button that calls the function foo() of js (without submit page). Here, I have tried various things, based on another thread that had value of $x (P11_NEWFIELD)... I tried:
    .visible $x (P11_NEWFIELD)...
    visibility of $x (P11_NEWFIELD)...
    .hidden $x (P11_NEWFIELD)...
    None worked. I then tried the reverse (what makes a text field and try to hide it... didn't work.) I tried to put some html_HideElement (this); in the attributes of text fields to see if it does anything, but still visible to me unsurue what that's supposed to do. Help: x

    Button
    URL = javascript:myFunc();

    Eager P11_NEWFIELD to go from hidden to visible text field after you press the button.

    Edit: It doesn't seem to work at all actually... I tried window.open ("Hi"); in the service and he do not seem...

    Thanks for help
    Mike

    Published by: Gerd on October 20, 2009 11:24

    Hello

    If you upgrade button URL only

    javascript:$x_Hide('P11_NEWFIELD');
    

    BR, Jari

  • The button should only VISIBLE if the user has entered all of the required fields?

    Hello

    I have 10 fields in the form, 3 are required/mandatory fields to enter the data. And I also kept a button with caption CHECK THE FIELDS.

    I also kept a 2nd button, say legend is GOOD TO GO (this isn't a SUBMIT button, the two buttons are normalbuttons)

    At the point of HRT, GOOD TO GO button is "hidden"

    Now, say, user forgot to enter the 2 required fields and you press the button CHECK THE FIELDS, guest user 2 times with popup legends field of respect.

    Now user entered in 1 field and forgotten again to enter the data in another area and pressed the button CHECK FIELDS, guest user 1 time with a popup with the caption for field of respect.

    Now, the user entered in this field too, very well and CHECK THE FIELDS button, the user has NOT prompted with a popup.

    BUT at this POINT, I need to see THE/PRESENCE button GOOD TO GO

    Please let me know how can they do it in JavaScript?

    Thank you

    You were absent; After each statement - no need after 'else '. Don't know what you're doing with b? B get used somewhere? Also, I think I've fixed your resolveNode syntax. Give it a try.

    for (var i = 0; i)< myarray.length;="" i++)="">
    If (xfa.resolveNode("VISITORINFO["_+_i_+"]").rawValue == null) {}
    b = xfa.resolveNode ("VISITORINFO [" +
    i + "]"). caption.value.text.value;
    x = "BAD";

    App.Alert (x);
    }
    on the other
    {
    If (x! = 'BAD') {}
    x = "GOOD";
    App.Alert (x);
    }
    }

    }

    Good luck!

    Stephen

  • Anyone know how to get the mouse pointer visible on the extended screen?

    Well, I finally managed to work on a way to project my w4 iconia on my TV.  So grateful to a number of people in the community for me that far, but every step seems to bring his own fresh problem to enter.  so a few questions:

    1. anyone who manages to get the iconia w4 to duplicate rather than extend?

    2 - does anyone know how I can control the expanded view - I have a mouse plugged into my iconia so that I can flip through the window I want to show it on the extended screen but the mouse pointer does not appear as visible on the display (TV) extended although it does not work but the shooting blind is very frustrating - okay, if I watch a movie as soon as it runs on the extended screen it does not much you must handle but assuming I want to just browse the internet and project that onto the extended screen, so it's a big problem.

    My apologies if these are stupid questions, I'm not very technically savvy.

    TYIA

    This seems odd. I always change an extra-large pointer and traces of mouse long but have never had a problem with the HDMI screens like that.

    What is the brand and model of your TV please? Maybe someone can duplicate.

  • How do TRC files visible in the media browser once again?

    Since the last update in Windows 7 Professional, 64-bit, first Pro CC, .prtl files are no longer visible in the media browser.

    I used to import all the assets required in a project by using the media browser, and this usually includes one or more files .prtl in addition to video files and other types of files. This worked fine until the last update, and now .prtl files are invisible in the media browser.

    I can still import files .prtl using the file | Import menu, but it's embarrassing. Is it possible to return to its previous behavior in which .prtl files were visible in Media Browser?

    It is a problem under investigation. The workaround is to set 'types of files displayed' on Adobe title Designer (as titles are not seen with the default setting of all supported files)

Maybe you are looking for

  • How can I find out what the file extension is an attachment to an email?

    I get an email with an attachment, I can not open with any of the applications that I have in my Ubuntu 14.04. How can I find what is the extension of the attached document, so I can find an attachment that can open and store?

  • 3 14 yoga ghost touch touchscreen

    Hello world I experience a lot of problems with the touch screen on my Yoga 3 14. At least once a day I get ghost keys, i.e. it starts thinking that the screen is pressed when it is not. He shut the windows, open the keyboard and types, etc. I notice

  • Satellite P300D - h - 13 PCI in conflict

    Hello! Some info:OS: win Vista Home Premium 32 bitBIOS: 3.30 - WIN After one of the windows updates after I restarted my laptop I get errors:--------------ERRORResources - Bus controller conflict series PCI on the motherboardBus: 09, device: 01, func

  • Qosmio G30-223 - utilities for Windows 7 64 bit

    Are utilities such as 'Added value Package' or 'Config Free' running Windows 7 64 bit? They are given by Toshiba only download for Windows 7 32 bit.My Qosmio G30-223 computer I was told that almost all software is running on Windows 7 64 bit. It's Ok

  • HP omni 27-1010ea video card update

    The imtergrated video card can be improved?