Bizcard customization of ESS for buttons and fields

Hi All,
I have some queries on ESS Bizcard Customization of Family infotype:
1. How to hide delete buttons for one subtype when it should not be hidden for the others.
2. How to add extra fields for one subtpe while we do not need the extra fields for other subtypes
Well the above customizations can be done through content administration, but then it will work when we know the exact number of records for each subtype. When the number of records changes the extra records will not have this customization.
Eg: if we remove the delete buttons for 3 child records through content admin and create the fourth record, then the fourth record will have the delete button on it.
Could you please let me know if you have any solutions
This is crucial, so appreciate ur help
Thanks,
Christy

Hi,
Both the requirements can be achieve very easily, as said in the above to replyu2019s, yes you will need NWDS/I.
Now how to achieveu2026.
There is a property in WDP called u2018Visibleu2019, create a attribute and set its type to visible (com.sap.ide.webdynpro.uielementdefinitions.Visibility).
Now assign the attribute to UI element visible property, write the required code say for ex, you donu2019t require any UI to be displayed for specific subtype, set attribute value to BLANK.
You can get the code and type related details in SAP Help link.
Cheers,
SJ

Similar Messages

  • Setting up ESS for Training and Event Mgmt

    Hello to all SAP HR experts,
    i am now doing a project on SAP ERP HCM and would like to learn more about the things and steps i need to do to come up with a ESS for Training and Event Management. I have an account for SAP Netweaver and able to access Enterprise Portal (EP). Do i require to navigate in EP to use the items there or do i need to set up an adobe interactive form using SAP Netweaver Developer Studio, design the flow at Visual Studio(VC), then link all the VC at Guided Procedure? If that's the case how am going to extract the data which i have configured in the IMG path under Training and event mgmt (TEM) and also SAP Learning Solution(LSO)?
    For an example: I have created Training Event Groups, Training Event Types and Courses. If i want to so a paperless ESS, how can i extract all this into the fields which i have designed in my adobe interactive form.
    Please help me and guide me along
    Thank you in advance:)
    Regards,
    Jenny

    Hi
    There are 2 end user possibilities for Learning
    One is PV7I and PV8I ITS services which are part of an old ESS role and can be used as integrated ITS versions
    any ESS role via HpF or called directly via URL (without a Portal) - this will allow users to book course and events and view/change bookings etc
    The other is Business Package for Learning 1.0 which requires a Portal (and other LSO dependancies to run)
    this provides a wider range of Learning based activities including booking etc
    Best wishes
    Stuart

  • Dynamic Page Rendering (based on the difinition for labels and field setup)

    We have a requirement to display pages dynamically based on the setup or configuration for labels and fields.
    1. For example (the display page will look like):
    Company Name: -------------------------
    DB No:
    2. Setup for this will be in a UI (saved to the database):
    Page Seq Label Field type size
    1 1 Company Name comp_nm text char(50)
    1 2 DB No db_no number
    The pages will be rendered through the database procedure for the above.
    Thanks in advance for help.

    Hi Timo
    JDEV Version: Studio Edition Version 11.1.2.2.0
    I mean the definitions for the page like labels, text fields will be setup as this page will change as per the business requirements.
    We are open to sql or xml if the db procedure will not work.
    The objective is to give the business user to add anything to the page (for example, we have a lot of questions which changes in time due to specific business needs), so that the user can add a question or disable one based on the need.
    Hope if clarifies.
    Thanks
    Bibs

  • I have 9.0.1 on 2 pc's, both xp sp3. On 1 the 'open new tab' button is visible, on the other, the 'open new tab' button is not even available in the 'customize toolbar' menu for dragging and dropping. Why?

    I used the same installation file, but on 1 pc, the 'open new tab' button is available in the 'customize toolbar' menu and can be dragged and dropped onto the navigation bar. On the other pc, the 'open new tab' button/icon is not even available for dragging and dropping. I uninstalled firefox completely, including settings and preferences, then reinstalled, but that did not correct the missing button.

    Hi,
    Please try '''Restore Default Set''' in the '''Customize...''' window. If it's still not visible, one reason could be that the button is already placed on the toolbar but may be hidden behind another icon or toolbar.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • Coldfusion:Acrobat buttons and fields

    I've looked everywhere and can not find an answer to this.
    I'm hoping that the vast brain trust in this "room" can help me.
    Here is what I am doing...
    I want to attach a .jpg of a signature to a form. Every form
    is different as to where that location is BUT I have a form field
    (fSignature) where that signature needs to go.
    In Acrobat, using javascript, I am able to determine the
    location of that text field and place the watermark there OR use a
    button and replace the icon with the .jpg.
    I really want to do this from ColdFusion, though. With CF8,
    I can do a <cfpdf action="getinfo"> and a <cfpdfform
    action="read"> to get information, but none of it tells me WHERE
    the fields are. Nor can I find a CF8 function that allows me to
    either put a .jpg in a text field (understandably) or change the
    icon of a form button.
    So, in summary, my questions are:
    Does anyone know how to change the icon of a PDF Form button
    from ColdFusion?
    AND/OR
    Does anyone know how to determine the field.rect of a form field
    from ColdFusion?
    (It is my fervent hope that this is a simple issue that has been
    well documented and that I am just too blind to see it)

    Thank you! That was the problem for me too.
    (I did do a search before posting, honestly! Paul and I were using different vocabulary to describe the same problem, though)

  • Where to find names for buttons and toolbars for use in userChrome.css?

    I'm trying to change the layout of the new beta 8 browser, I would like to put the tab bar up into the title bar. The only problem with this is that the Home button and the New Tab button then stop working. I know that the Home button is called "home-button" but I don't know what the new tab button is called. I was merely wondering if there was a way of finding this out at all and if so how I would go about it.
    Thanks.

    Yes, you need to inspect a Chrome window.
    The DOM Inspector (DOMi) has a menu item (Search > Select Element By Click) and a button to "Find a node to inspect by clicking on it" (left icon on the toolbar).<br />
    You first need to open the browser window in the DOMi (File > Inspect Chrome Document) and choose the first from the list or choose the window that you want to inspect if you ave opened more.<br />
    Click the Find button and use the keyboard (Alt Tab) or the Task bar to go back to the browser window (do not click in the browser window).<br />
    Click that element with the mouse and keep the button pressed until you see a red border to indicate the the DOMi has located that element in the DOM tree.<br />

  • Partial Submit button and fields resetting

    Hello
    I have a button with partialsubmit=true
    In the button's action listner event I open a popup and this popup contain RichInputText fields.
    Before open the popup I am reset all of these RichInputText values by
    this.geRichInputText1().resetValue();
    AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
    adfFacesContext.addPartialTarget(this.geRichInputText1());But each time I open this popup I don't see these RichInputText figures are reset. It just show off what was in the previous.
    when button's partialsubmit=false, this works.
    Is there a way to reset with partialsubmit=true
    Thanks
    Edited by: deshan on Jan 31, 2011 2:45 PM

    Try setting the contentDelivery property of your popup to "lazyUncached". Otherwise the content of the popup is cached by default.
    For more info check this: http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_popup.html

  • For buttons and form

    the size of the document of indesign is 2048 * 1536 ,
    when you in 1024 * 768 folio,
    text contained in the button when it is seen in the retina terminal looks rough .
    Why not function , such as a vector in the state setting in ?

    Buttons are always rasterized. Use the artwork on its own and put a no
    fill/no stroke button above it.

  • Java language enhancement for method and field

    similar to the way FooClass.class works in the language, i would like to see the following code constructs also supported by the java language:
    [FooClass.]someMethod.method
    [FooClass.]someField.field
    i thought i had read that something like this was coming in se 7, but i can't seem to find the "what's new in se 7" page. can anyone direct me to it?
    shackman01

    I haven't read anything about that, at all. but I hope it comes to be

  • Problems with Flash CC user interface. Mainly I can't seem to click certain buttons and input fields on various modal windows. (eg. Scale and Rotate, Sound Properties,

    Hi there,
    I'm wondering if anyone else is experiencing issues like this. I'm basically finding that a bunch of different buttons, fields, and tabs do not respond to my clicks. This seems to be spread out throughout the application.
    I've had to work around most of this by using the tab and arrow keys to navigate around modal buttons and fields... but it is a bit of a pain.
    There are some parts of the interface that can't be accessed via tabs and arrow keys... for example the ActionScript Tab on the Sound Properties window... there's no way to get to that... and clicking the tab itself does nothing, although I can see that the rollover state of the tab is activated.
    I've ended up having to run Flash CS6 in order to set the export classes of sound files and that's a bigger pain.
    Similar UI issues exist with other things... for example the color picker (eye dropper) seems to pick colors near, but not directly under itself.
    I'll be honest... I'm running on Windows 7... via boot camp... on a Mac Book Pro with retina display... so the issues could stem from this combination. However... Flash CS6 does not have any of these issues... so I can only think that it is a Flash CC issue.
    I appreciate any input you can provide. ( Although the obvious "run it on OSX instead" or "just use CS6" aren't the kinds of answers I'm looking for. I have my reasons for the setup. )
    Thanks.
    Cheerfully,
                           - JR

    Thank you for the suggestion. I've just done the uninstall, clean, re-install process.
    No luck.
    Even the first-run modal that comes up to choose Sync Settings has the same problem. All three buttons will go to a rollover state if I mouse over them... however, none of them are clickable. The only clickable item is the OS window close button. If I use the TAB key to move from button to button it moves the yellow button selector accordingly. If I press the ENTER key it responds correctly. For some reason clicking is not working on these parts of the Flash CC UI.
    *Note: This does not happen with all of the Flash CC UI elements... only some key ones (Save As - Confirm Overwrite, Symbol Properties and Swap Symbol dialog boxes also do not work with clicks, only with the keyboard navigation). Really a pain in the posterior.
    Again, I'm wondering if this is an issue particular to my hardware/os combination but I have had no luck finding answers online.
    Any other possible solutions out there?

  • Problem with Family members/dependents screen in ESS for Switzerland countr

    Hi All,
    We are checking standard Fmaily Members/dependents screen in Personal Information under ESS for switzerland and screen doesn't have some fields compared to what we see in pa30 for the same country.if we check for other countries ess portal screen and pa30 screen look similar.when we check switzerland country specific webdypro component layout is different from pa30 and some of the fields are missing.
    why is this inconsistency with only switzerland country and is there any note available for this
    Thanks
    Bala Duvvuri

    Unfortunately you have to, But since the fields are available in backend, It can be easily be made visible in the front end
    changing the properties of the field
    Do make sure you raise a development request if this indeed required by the customer, You can raise a OSS for it, But I am afraid answer wont be encouraging

  • All display's active buttons or fields are being marked consequently by a blue square

    All my iPad Air display's active buttons and fields are being permanently marked one after another by a blue square. This square appeared suddenly, no application was installed on the day when it happened. I've rebooted the  iPad and updated the software to the latest version, but it didn't help.
    I kindly ask for the suggestions on fixing this unusual iPad error. if needed, I could send a video on this problem.
    Kestutis

    I Thought you meant you could upload it here or upload it to YouTube and post the link here.
    IF you can't do that, can you post a screenshot here? Hold the power button down and then tap the home button to take a screen shot. You will hear the camera shutter sound, the screen will flash white and the screenshot will appear in the photos app. You can tap the camera icon in the editing bar in the text block that you type your response in and then select the option to use an existing photo.

  • POWL: Button and popups

    Hi experts,
    I have a requirement where I must create a new button in a powl, no problem here, and when I press this button, I have to generate a warning popup which has yes/no buttons.
    I have created the button and I have generated the popup, but It is impossible to me customize popup's header, buttons and functionality of them.
    Should I create an enhancement in standard comp POWL_TABLE_COMP?
    I am a bit lost with this.
    Thanks for everything,
    David.

    Hi Ganesh,
        In Employee Self Service tab we have POWL table view where list of Shopping Cart number  are  available,right?
    In this screen we have "Shop"/"Display"/"Edit"/"Print Preview" buttons.
    My issue is when i click on "Display" or "Edit" button it's opening the Portal Home Page, i.e. the First page we are getting after login to Portal.
    In the Manager tab we are also getting the same issue..when we are clicking on any of Work items it is redirecting to Home Page..also "Resubmit" and "Forward Button" is a doing the same thing...
    hope you'll be now able to understand the issue....
    Experts please help...badly stuck in this issue..
    Regards,
    Sambaran Chakraborty

  • Event handling with buttons and mouse

    Hi, Im a beginner in Java...!!!
    I have 4 buttons with me- 2 for color(red,blue) and 2 for size(big,small)..
    How do we divide the frame into 2 panels..one for Buttons and Other for Mouse events...
    Now,if I click on RED button and BIG button..and later click in the Mouse Panel area..I shud get a big rectangle filled with red color..and similarly for small / blue..etc...if a new selection is made..the previous rectangles should remain as they are...
    Im unable to get the implementation...any help will be appreciated.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    class ButtonPanel extends JPanel
    implements ActionListener, MouseMotionListener
    {  public ButtonPanel()
    blueButton = new JButton("Blue");
    redButton = new JButton("Red");
    bigButton = new JButton("Big");
    smallButton = new JButton("small");
    add(blueButton);
    add(redButton);
    add(bigButton);
    add(smallButton);
    blueButton.addActionListener(this);
    redButton.addActionListener(this);
    bigButton.addActionListener(this);
    smallButton.addActionListener(this);
    public void actionPerformed(ActionEvent evt)
    Color color = getBackground();
    repaint();
    // Paint Method
    public void paintComponent(Graphics g)
    {  super.paintComponent(g);
    class ButtonFrame extends JFrame
    {  public ButtonFrame()
    {  setTitle("ButtonTest");
    setSize(300, 200);
    addWindowListener(new WindowAdapter()
    {  public void windowClosing(WindowEvent e)
    {  System.exit(0);
    Container contentPane = getContentPane();
    contentPane.add(new ButtonPanel());
    public class ButtonTest
    {  public static void main(String[] args)
    {  JFrame frame = new ButtonFrame();
    frame.show();
    }

    can U kindly code it for me....!!!you're getting closer,
    http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=2&t=011033but rent-a-coder is that way ---->

  • Customizing order for setter and getter methods in ViewRowImpl

    I have problem to calculate value for one attribute of my viewObjectRow which depends on values of other attributes in my row and result of stored function. I menaged to do all of this except getting value one of attributes that i need. Order of calling getter methods doesn't fit me. I tried lot of things, but nothig worked! Is there some way to customize calling order for getter and setter methods in ViewRowImpl and How?
    Thanks!

    but why addign javadoc to a getter/setter anywhy?Oracle [url http://download.oracle.com/docs/cd/E16162_01/apirefs.1112/e17483/oracle/jbo/common/AccTravDefImpl.html#getAccTravQualifiers()]does, so it must be OK :)
    But as Timo says, there's no automatic way that I know of. I suppose you could do something like that by making your own code template.
    John

Maybe you are looking for

  • How do i turn off pop up blocker for certain sites?

    Im trying to apply for a job online and need the pop ups to be enabled for the last stage of my application. I am quite hopeless with using my mac.

  • Long movie/large project has become unplayable

    I am almost finished with an iMovie which is now about 40 minutes in length. I had created it on my PowerBookG4, and only had occasional hiccups while playing it back. As the file was so large, I copied it to an external FW drive which is dedicated t

  • Crystal Reports 2008 Fix Pack 1.7 - Redist Install - Corrupt

    In an attempt to resolve ongoing issues with running Crystal Reports on my Development Server I tried to download Crystal Reports 2008 Fix Pack 1.7 - Redist Install today. When I attempt to open the zip file, I receive an error stating the zip file i

  • Flex in Air

    If I create a file with Flex 3, then compile with Air will work?

  • Loosing selection...

    Dear Java Gurus, Again I have a question. The path to Jedi is a looong one :-) I am playing around with a default editor kit and a JTextPane/JTextArea. When I select text inside the text area everything works just fine, but when the text area looses