Develop a new contentLinkCommand.

You know we can use contentLinkCommand=join_discussion_thread
in Display properies.
to make the content displayed in SingleDiscExplorer
Here I want to develop a new command like 'myNewsPlay'
that i can display the content in LayoutSet NewsExplorer
when the command run.
How should I do using NWDS.
What's the step?
Any Sugguestion will be very thankful.
Best Regards
Han

Hi han,
See:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/implementing flexible ui one-step-screenflow.article
Hope that helps,
Yoav.

Similar Messages

  • New development - need new roads added and 33 lot address locations corrected

    Hello, I am in the new homes and residential development business. I just developed a new residential development and I need to get Bing to update their roads and addresses. The addresses and roads have been in existence since about August 2014. I would have
    expected them to be updated by now but the roads are missing and the address locations are incorrect. 
    I have figured out how to get in touch with and submit bulk data to Google (Map Content Partners), but I cannot find an access point to Bing. I have gone the route of reporting mapping errors via Bing Maps, but I
    was wondering if their is a way to give Bing bulk mapping data to update new addresses and roads. I have shape files that include parcel boundaries, road centerlines, address blocks, and address points. I have also included the lot address and correct location
    coordinates below.
    Any help appreciated. 
    12306 186TH ST E  Puyallup, WA 98374 (-122.26914, 47.08904)
    12310 186TH ST E  Puyallup, WA 98374 (-122.26883, 47.08905)
    12314 186TH ST E  Puyallup, WA 98374 (-122.26853, 47.08906)
    12302 186TH ST E  Puyallup, WA 98374 (-122.26948, 47.08903)
    12318 186TH ST E  Puyallup, WA 98374 (-122.26819, 47.08906)
    12228 186TH ST E  Puyallup, WA 98374 (-122.26979, 47.0891)
    18509 124TH AV E  Puyallup, WA 98374 (-122.26786, 47.08912)
    18413 124TH AV E  Puyallup, WA 98374 (-122.26744, 47.08947)
    18510 124TH AV E  Puyallup, WA 98374 (-122.26832, 47.08954)
    18517 123RD AV E  Puyallup, WA 98374 (-122.26887, 47.08956)
    18520 123RD AV E  Puyallup, WA 98374 (-122.26955, 47.08958)
    18407 124TH AV E  Puyallup, WA 98374 (-122.26725, 47.08963)
    18502 124TH AV E  Puyallup, WA 98374 (-122.26811, 47.08969)
    18511 123RD AV E  Puyallup, WA 98374 (-122.26869, 47.08974)
    18401 124TH AV E  Puyallup, WA 98374 (-122.26703, 47.08979)
    18516 123RD AV E  Puyallup, WA 98374 (-122.26941, 47.08978)
    18412 124TH AV E  Puyallup, WA 98374 (-122.26792, 47.08985)
    18507 123RD AV E  Puyallup, WA 98374 (-122.26847, 47.0899)
    12317 184TH ST CT E  Puyallup, WA 98374
    (-122.26683, 47.08997)
    18512 123RD AV E  Puyallup, WA 98374 (-122.26924, 47.08995)
    18406 124TH AV E  Puyallup, WA 98374 (-122.26772, 47.09001)
    18415 123RD AV E  Puyallup, WA 98374 (-122.26827, 47.09005)
    18508 123RD AV E  Puyallup, WA 98374 (-122.26904, 47.09012)
    12313 184TH ST CT E  Puyallup, WA 98374
    (-122.26707, 47.09019)
    18405 123RD AV E  Puyallup, WA 98374 (-122.26805, 47.09021)
    18416 123RD AV E  Puyallup, WA 98374 (-122.26884, 47.09027)
    12309 184TH ST CT E  Puyallup, WA 98374
    (-122.26732, 47.09033)
    18410 123RD AV E  Puyallup, WA 98374 (-122.26864, 47.09042)
    12305 184TH ST CT E  Puyallup, WA 98374
    (-122.26754, 47.09046)
    18404 123RD AV E  Puyallup, WA 98374 (-122.26842, 47.09059)
    12301 184TH ST CT E  Puyallup, WA 98374
    (-122.26776, 47.09061)
    12227 184TH ST CT E  Puyallup, WA 98374
    (-122.26811, 47.09079)
    18503 124TH AV E  Puyallup, WA 98374 (-122.26763, 47.0893)

    It doesn't look like our data provider has this data yet. Note that in order for new addresses and roads to be added our data provider usually needs to drive to correctly capture all required information. I'll pass this information on to them so they can
    get this updated.
    http://rbrundritt.wordpress.com

  • Best practice to develop the news web part to retrieve news data across the farms

    Hi,
    We have developed the News Web part. The functionality  it pulls the news from other SharePoint Farms and display it in the site. Currently we are using secure store service to  to connect to different FARM to retrieve the news from that FARM.
    The issue with this approach is that every time user hits the page it  will always hit the Secure Store service.There are almost 80K users who will be using this web part. Moreover this web part connects to multiple sites for multiple news from different
    division.What should be the best practice to develop such kind of web part without consuming the server resources and keep hitting the server till we get the new news.News does not change very often.
    Regards
    Rajaniesh

    Hi,
    According to your description, my understanding is that you want to know which is the best way  to handle the large complication of SharePoint cross farm retrieving data.
    If you are developing the custom web part to retrieve data from other farm, I suggest you can firstly create a custom timer job to get data hourly in the backend and restore the data in a list. Then you can create a web part to link to the list to display
    the data.
    For cross farm accessing data, I suggest you can create a custom web service to achieve it.
    Also, you can use ajax to display the web part data asynchronously. It will improve the performance and reduce the server pressure.
    Here are some detailed articles for your reference:
    Create and Deploy Custom Timer Job Definition in SharePoint Programatically
    Creating a Custom ASP.NET Web Service
    Create asynchronous web parts for Sharepoint
    Thanks
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jerry Guo
    TechNet Community Support

  • What is meant by a PATCH.How can we develop a new tax patch.?

    HI Experts,
    Could u please explain me the meaning of a PATCH?
    How to develop a New Tax Patch?
    Please help me to understand the concept and how to test taxation after new patch development!
    Thanks in advance.
    Regards,
    Sai.

    Hi
    PATCH is nothing but a support package which is provided by SAP to add new functionality or correct some error in the already delivered package.
    The latest patch level will be available in Service market place of SAP. It can be downloaded and applied in the serrver.
    The patch for new taxation rules will also be available. You can see the info and the notes in the patch also.
    Hope the info is use about PATCH
    Thanks

  • Job opening - Flex Programmer/Developer/Coder – New York, NY

     
    Flex Programmer/Developer/Coder – New York, NY
    A well-funded, NYC-based start-up that designs, develops, and provides proven, innovative, content sharing software and services for the social media/networking industry.  Due to continued growth, there currently exists an opportunity for an exceptional, full time Flex Programmer/Developer/Coder with at least several years experience in programming tasks directly related to User Interfaces, and above-average communication skills, with abilities to write clear, clean, readable, portable, reliable, and manageable code; and to communicate effectively with designers, developers and investors to implement new UI features.
    At least a year or two of working knowledge/experience with Flex (for web and database) is required, with additional programming skills utilizing front-end web development technologies including PHP, MySQL, JavaScript, etc. highly desirable. Further experience with end-user usability paradigms for web and desktop applications is ideal.  In addition, the successful candidate will be very smart, leading edge, and a quick learner; and express a genuine interest in innovative social networking technology.  Minimum education requirements include a Bachelor’s Degree in Electronics Engineering or Computer Science from an accredited university.  Having graduated with honors and an impressive GPA can be a “big plus.”
    This new position truly appears to be a great opportunity for an entrepreneurial “rising star” who desires the stability and creative energy of being part of a small but dynamic and enterprising, high-caliber team.  The company offers a competitive compensation plan, with starting annual base salary dependent upon experience.
    Candidates must be legally authorized to work in the USA without sponsorship.
    =====================================
    Please send your resume to [email protected]
    =====================================

    You should post this in flex.org, not here.

  • I have just became an Apple Developer and new to this whole developing thing.

    I have just became an Apple Developer and new to this whole developing thing. I became an apple developer to support what I'm doing.I just graduated high school and became a self learning video producer. I created videos since I first got into high school and that was my major. I'm planning on making a podcast channel. What I'm really asking is, how do I create an app for my website for older version iOS device (at least iOS 3 or iOS 4)???

    etresoft wrote:
    If you want to make apps, you will need a Mac.
    Three of my friends told me I can use a windows to create apps.... they told me about this site: http://mobile.conduit.com/

  • Strongly Suggest the Apple to develop the new input method for Chinese

    As we know, there is only one input method in iOS, but it is really hard to use, so I strongly suggest the Apple to develop the new input method for Chinese, any body agree with me? please support our suggestion!!!! thanks.

    ZhangWQ wrote:
    As we know, there is only one input method in iOS,
    I am puzzled by your statement.  Here is the list of 7 that I see:
    Simplified Chinese: Handwriting, Pinyin, Stroke,
    Traditional Chinese: Pinyin, Zhuyin, Cangjie, Stroke
    When you use the feedback channel to contact Apple, make sure you tell them exactly what it is you want.  Asking them to "develop a new input method" will certainly just be ignored because they will have no idea what you are talking about.

  • Help me to Develope a new API named "JChart API"

    I am developing a new api named JChart API.
    It has several features like loading data from 7 different data sources like file, xml, Jtabel, Database.
    It consists of different graphs/charts which are heavily customizeable.
    I want someones help in the designing and development of this API
    if any body can help me please contact me on my Email
    email address is
    [email protected]
    [email protected]
    thanks

    I already see the JFree Chart.
    But i have some problems with it
    first of all i can not understand the overall design of this charting library like it uses the jcommon library wich i think should not be used. secondly it can not provide a uniform structure for dta manepulation. There should be only one datasource structure for every charting component otherwise you are not able to change the chart type at the run time using the same data. I can think on this option if u provide me some documentation about this project like its design diagrams and some project information
    thank you.
    Asifch

  • Can i use oaf to develop a new software( with oracle database)

    anybody can help?

    Hi,
    OAF works only with apps so if you are planning something for Oracle Apps you can use OAF, if you are planning to develop new software that is not related with apps then go with ADF, OAF will not work.
    Regards,
    Reetesh Sharma

  • Air for ios - developing on new mac / certificates help

    so my hard drive died on my macbook pro and I upgraded to a new hybrid ssd drive and need to get back up and running with Flash Builder 4.6 to recreate a project I was developing for a client (lesson learned about backup!)...
    I never backed up my ios key / certificate and need to know if Im completely screwed in terms of being able to resume ongoing development of existing apps (i.e. releasing NEW versions of current / existing apps)
    what do I need to do to make sure my apps can be signed same as the previously launched versions / builds?

    You were spot on.  I just had to get all the keychain access info back inplace and its always a little tricky getting the private keys for the certificates for Dev and Dist but it all worked out.  Guess my panic mode was a bit out of hand from the hard drive failure -- new SSD and back up and running though.  thanks for the reply / help.

  • Developer-Online: New Tutorial Released! PHP jQuery Autosuggest Facebook like

    PHP jQuery Autosuggest Facebook like
    Building a database driven auto suggestion box with PHP/MySql and jQuery. We’re going to check what a user has typed in, check against what is in our database and where there is a match, pass the results back in a suggestion list, all via an AJAX call in jQuery.
    Tags: MySQL | php | forms | news | Ajax |
    Author: patrizio Quatrini
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    www.developer-online.com

    Heya,
    When I first read your post I originally thought you were posting a tutorial about whether a chosen username has already been resigtered or not on the signup page like this tutorial:
    http://DwFAQ.info/signup_demo.php
    Spry Check Username Availability
    Date Created: Sunday, July 5, 2009 2:29 PM
    Then after looking at the page you've linked to and trying to understand the objective of the tutorial I've noticed that you are talking about something like this:
    http://DwFAQ.info/home.php?id=7
    Spry Search
    Date Created: Sunday, March 1, 2009 8:51 PM
    It's pretty simple to do with the link I've referenced. Simply create your database with populated tables, use the mentioned script to convert the database data into xml syntax, then enter your dynamic database script as the location of the xmlDataSet in the spry page linked.
    View source on this page which shows the non-destructive filter in action to see how it's done! You can also spice it up a little for products, etc. by using this method. The key is to create a dynamic xml syntax from your database and then use the dynamic xml script location as your xmlDataSet in the search page.
    I have an example of the auto suggest search on my homepage http://DwFAQ.info
    On the top-left side of the page click on the link that says Search Tutorials to reveal the search form. Then start typing characters into the search box to see the entries instantly filter according to the characters that are typed. You can also filter further by clicking on the category checkboxes to filter by keywords AND category.
    You can view the source code on my homepage to see the location of the dynamic xml syntax referenced as the xmlDataSet location and how it was implemented into the site.

  • Forms Developer Day - New Dates

    Two new Forms Upgrade to the Web developer days in running in Africa this month. For more details visit http://www.oracle.com/technology/products/forms/index.html
    Regards
    Grant Ronald
    Forms Product Management

    repost

  • Java development on new intel hardware

    Hi,
    Wasn't too sure if this was the appropriate forum or not. I'm curious as to how well java development on the intel macs are from a hardware POV.
    I'm considering a Mac Mini (cuz the desktops aren't out yet) and was wondering if that would be sufficient hardware to do java dev on.
    I'm sure most of you here have done it on the Mini (or iMac). Can you share your experiences?
    Thank you,
    George

    I'd say any concerns about Java on Intel are unfounded. It just works and the new HW is the fastest ever (OK, unless you can really use quad cores and 64 bits).
    I wouldn't say mini is a good deal overall (depends what you like and/or already have), but I'm sure that even a Solo one will handle an IDE well. I've been using a Pentium-M 1.5 GHz Windows laptop for 3 years now and Eclipse is just fine. Of course more RAM is good, I find 1 GB adequate for most purposes. One can always max it later.
    Eclipse 3.2 M5 is Universal, you'll need that one for Intel. I tried to run NetBeans 5 and IDEA on my machine and they worked fine.
    iMac Core Duo 1.83 GHz   Mac OS X (10.4.5)   1GB RAM

  • Designer-Developer 10g new headstart version ?

    Hi,
    we currently use 9iDs with Headstart 6.5.3 version, it works find, but we aer interesed to use the new 10g Ias with the new 10g Ids.
    Probabely, it will be planed a new version of hsd component ?
    When it will be accessible ? and what version number for it ?
    Reagards.
    Philippe AZAN

    There is a newer version of Headstart available, that version (6.5.4.0.1) is also certified for Oracle Developer Suite 10gR2. I can't tell you if it is the latest version.
    Headstart is a product of Oracle Consulting. You have to purchase it from Oracle Consulting. Ask for iDevelopment Accelerators Package.

  • When you develop a new app you make both versions: Free and Paid?

    Really depends on the app. Is it something you would want to buy? Or is there perfectly good free alternatives? 
    App market is highly competitive

    Interested in some kind of app monetization. You have developed new application and you make both versions, the full one for 2.99$ for example and the free one with the ads and some restrictions. Is that a right way or you prefer to make a demo version and then provide a paid one in full function?
    This topic first appeared in the Spiceworks Community

Maybe you are looking for