Link survery (and multiple surveys) to position in ECM

Hello
We are evaluating job pricing in ECM. We would need to link the survey (multiple surveys) to the position rather than the job. Can anyone direct me as to how we can handle this.
I know it sounds out of the norm but that is how my company does it.
Thanks - Karrie

Hi Kerrie,
Did you find a solution to this issue, I am searching for the same solution that is matching SAP internal positions with external survey jobs.
Regards,
Ali

Similar Messages

  • Drag and Drop Survey Link into Mail Forms

    Hi Experts,
    I have below client requirement regarding mail forms.
    Query:  Is it possible to drag and drop survey link into mail form ?
    To be best my knowledge we need to insert survey link manually into  mail form.
    Your help is highly appreciated.
    Thanks
    Mohit

    Hi Mohit,
    The drag and drop feature for inserting Surveys is currently not available in Mail form screen (to best of my knowings).
    Regards,
    Anup

  • Clicking a link sometimes creates multiple tabs (50 - 75) and then cant quit app.

    When clicking on a new link Firefox creates multiple tabs (as many as 50 or more) and will not permit the app to quite. After I force quit and reopening Firefox same multiple tabs load again.

    See [[Firefox keeps opening many tabs or windows]]

  • Solstice X.25 and multiple links.

    Hello.
    I have a server, which is meant to respond on a call from Solstice X.25. This is done as follows. A �CONN_DB struct�, i.e. host, is declared. The only thing that is done to host is this: �host.hostlen = ANY_LINK | ANY_SUBADDRESS;�. A socket descriptor is got from a call to �socket(AF_X25, SOCK_STREAM, 0);�. Then the calls to �bind� and �listen� are done. At this point �select� is called and the program waits for Solstice to call on it. When this happens, a call to �accept� is done.
    This solution works if the program handles calls from all links. Now to the problem, I want to run two servers like this and let one handle calls from links 0 and 2 and the other server handle calls from link 1 and 3. I know there is the �ioctl( fnum, X25_SET_LINK, &linkid )� call. But if I use this, and exclude ANY_LINK in host.hostlen, only one link can be chosen.
    I would be grateful for any ideas.
    /�ke
    A section of the relevant code is shown below.
    if( con_type == CALLED ) // daemon (receiving)
    if(( fnum = socket( AF_X25, SOCK_STREAM, 0 )) == -1)
    build_errno_string(ERR_SOCKET);
    return (-1);
    pgrp = getpid();
    if( ioctl( fnum, SIOCSPGRP, &pgrp ))
    build_errno_string(ERR_IOCTL_SIOCSPGRP);
    return (-1);
    if (ioctl( fnum, X25_HEADER, &need_header ))
    build_errno_string(ERR_IOCTL_X25_HEADER);
    return (-1);
    host.hostlen = ANY_LINK | ANY_SUBADDRESS;
    if( bind( fnum, (struct sockaddr *)&host, sizeof(host) ))
    build_errno_string(ERR_BIND);
    return (-1);
    xdebug_log("x25_link.C: initiate_x25, bind is done\n\n");
    if( listen( fnum, 5 ))
    build_errno_string(ERR_LISTEN);
    return (-1);
    xdebug_log("x25_link.C: initiate_x25, past listen\n\n");
    }

    Hello;
    I use for the first time the stack Solstice X.25 and I have need for assistance. I have a Sun (Solaris) serveur with a HSI Card and Solstice X25. This serveur must to send of the data via X25 network another server (linux).
    Q1 : how How I must use Solstice for sending the data ?
    Q2 : I must realise in the same thread (in C++) the implemantation of the levels 4 et 5 (transport and session). Its possible a API Solstice interface with C++ object (Call C++ fonction) ?
    Q3 : I use the buffer notion for storing the X25 msgs, have you another better solution ?
    Thank you
    Djamel

  • Multiples galleries linked to and from one page

    This is pretty basic need for photographers trying to show shoots to clients.
    I have multiple shoots associated with one job for one client. Can anyone ( ahem Apple guys) put a feature into the Aperture Web Gallery workflow that will put an index page for all the different parts of one job?
    G5 dual 2   Mac OS X (10.4.7)   Apertue 1.1.2

    Hello, Larry
    Quote: "I have multiple shoots associated with one job for one client. Can anyone ( ahem Apple guys) put a feature into the Aperture Web Gallery workflow that will put an index page for all the different parts of one job?"
    If I understand you correctly, you want different Index.htmls for the different shoots you did for the client? So, one index.html for one shoot which multiple photos? Another, index.html for a different shoot but the same client? But all in location in one site?
    If so, Aperture rocks doing this now since version 1.
    I do this using the Web Journal (and not the Web Gallery) feature in Aperture which will make different index.htmls for different days, shoots, whatever.
    Here is an example:
    Multiple shoots and multiple indexes but only one site.
    As you can see there are 3 different index.htmls, and each with it's own set of photographs with watermarks which can be clicked on to enlarge.
    You can rename each index according to your shoots, watermark them and upload them for the client to see at his or her leisure.
    love & peace,
    victor

  • Links to and from a Flash video?

    (Sorry for the long post, trying to explain in detail what
    I'm looking for ...)
    Maybe you guys can tell me if this is possible using the
    current version of Flash (I will not be doing this myself, but I
    need to know if Flash is the way to go).
    1) Embed several videos/audio files in an HTML page, with the
    usual playback controls.
    2) Place links or form elements (buttons) in the page *to*
    those videos, allowing (via JavaScript/DOM) the user to
    a) play, pause and jump to a specific (SMPTE) position in a
    video.
    b) loop a section of the video (by giving two positions and a
    loop command)
    c) change audio volume.
    (I know this is normally done with controls in the video
    player, but I need interaction with the page.)
    3) Have links *from* the videos to the page/DOM - i.e., when
    the video is running, JavaScript events should be sent to the page
    to hide/load/update content - either automatically or user-driven
    (by clicking on the embedded video at a certain time - if possible,
    with hotspots so multiple options can be triggered; similar to a
    DVD menu).
    I'd like to do the same with audio. So I am basically looking
    for a mechanism to link to and from real-time content.
    Beyond the "Yup, possible!" I expect to hear ;) I have
    another question regarding workflow.
    The scenario for producing this stuff (e-learning)
    will/should be something like this:
    - Developer A builds a nice little audio/video player we can
    embed in our pages. This will be used to show/play our content.
    - Person B records video and audio, does a little post
    production, delivers media/files (DV, MP3).
    - Person C batch-converts the videos to FLV format, but
    doesn't (have to) do any creative work.
    - Person D with some HTML/JavaScript knowledge and a
    stopwatch :) builds the page, embeds the player(s) and sets the
    cues that will jump to certain positions. HTML pages, SWF, FLV and
    MP3 files are uploaded to a plain-vanilla HTTP server.
    Is this a realistic scenario? I.e., can we buy (or have
    someone develop) a player so that no tinkering with Flash itself is
    required anymore once we have established this workflow?
    I would appreciate your comments. Also, if the above is
    possible, I'd be grateful for links to showcase sites.
    Thank you.

    In theory - yup!
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15683
    Html pages can communicate to the flash file using
    javascript. The fla page can communicate to the FLV file using
    actionscript. So in theory you can send javascript commands to
    flash from the html page, and then have that set off some
    actionscript to control the movie.
    Can I be Person C? Sounds like easy money!
    Good luck. Check out the forums at www.gotoandlearn.com -
    that site has a lot of creative people with a very high knowledge
    of using Flash video.

  • Display multiple surveys on one page

    Hi,
    I am new to the SharePoint 2013. I created multiple surveys in a team site, but I want to create a page and list all surveys out. Is it possible to do it? I tried using Content Query Web Part, but it didn't list out the name of the survey but display "blank".
    only.
    What else I can try to achieve my goal?
    Thanks,
    Iris

    Hi,
    It can be done by using Server side code in Visual Webpart .Please check the below link.
    http://sharepointkitchen.blogspot.in/2013/07/creating-controls-dynamically-in-aspnet.html
    If you are looking for something different pls let me know..
    Don't forget to mark it as an Answer if it resolves your issue and Vote Me as helpful if it useful.
    Mahesh

  • Adobe Tech Comm Content Strategy and Tools Survey & more prizes!

    We are pleased to announce the launch of “Adobe Tech Comm Content Strategy and Tools Survey!”  The purpose of this survey is to understand how you create content, collaborate with peers, and distribute the content to end users. We want to understand what tools you use, how you use them and how they can be improved for your needs.
    Please spare 20 minutes of your precious time to fill out the survey and stand a chance to win one of the 15 exciting prizes (TCS4 licenses, Samsung LED TV, iPad Mini, and more..)!
    Survey Link: http://survey.douwriteright.com/
    It does not matter if you use Adobe products or not. As long as you are a Tech Comm professional, we want to hear your opinion.  Also, after the survey is over, we will be sharing some of the key insights from the survey on our Tech Comm blog, for everyone to access. So, please take the survey, influence the direction of Adobe Tech Comm products and win some cool prizes.
    We are definitely listening!!
    Few additional points
    •     The survey has 40 questions and should take approximately 20 minutes of your time
    • You can fill the survey in multiple sessions. For this, you are required to provide an email id and a password at the beginning and you can log back in with these credentials to restart the survey
    •     If you face any issues with the survey or for any general survey feedback, please write to [email protected]
    See my blog post with more details:
    •     Shortened URL: http://adobe.ly/10WPuuW
    thanks,
    Kapil Verma

    A key challenge that Adobe is facing with FM and TCS, and that the survey did not really focus on, is platform strategy (other than cloud-based).
    FM runs only on MS Windows today. MS has made a possibly fatal mess of Windows (and the x86 PC market) with Window 8. The nearly $1B write-off for Surface slabs, and the sad story on the Surface app catalog, strongly suggests that Windows has zero future on ARM.
    For customers who insist on running an app locally, FM/TCS needs another place to run. The obvious candidates are MacOS, where FM used to run, and Linux, where FM briefly ran. Unix, where FM sort of still runs (FM8 is still available for Solaris) is probably out of the picture.
    Mac might be the leading choice, as CS runs native there today.
    A return to Linux probably would imply that whatever is ported also runs on Android. Adobe has their toes in that water, with Photoshop Express, but I'm not sure that Android is fully featured enough to be used as a desktop content creation platform.
    But the real question is: what do the paying customers want?
    The survey asked one incomplete question on that.
    Whatever the platform, the whole of TCS needs to run on it, plus Photoshop.

  • Authoring: Links from and to QuickTime video?

    (Sorry for the long post, trying to explain in detail what I’m looking for ...)
    Here is something I would like to do - maybe you guys can tell me if this is possible using QuickTime (I will not be doing this myself, but I need to know if QuickTime is the way to go).
    1) Embed several videos/audio files using the QuickTime plug-in in an HTML page, with the usual playback controls.
    2) Place links or form elements (buttons) in the page to those videos, allowing (via JavaScript/DOM) to
    a) play, pause and jump to a specific (SMPTE) position in a QuickTime video.
    b) loop a section of the video (by giving two positions and a loop command)
    c) change audio volume.
    3) Have links from those videos to the page/DOM - i.e., when once video is running, JavaScript events should be sent to the page to hide/load/update content; either automatically or user-driven (by clicking on the embedded video at a certain time - if possible, with hotspots so multiple options can be triggered; similar to a DVD menu).
    I’d like to do the same with audio. So I am basically looking for a mechanism to link to and from real-time content.
    Is this possible?
    What authoring/editing tools would be required?
    And I have another question regarding workflow, because this will not be a one-man show.
    The scenario for producing this stuff (e-learning) will/should be something like this:
    - Person A records video and audio, does a little post production, delivers media/files (DV, MP3).
    - Person B batch-converts the videos to MOV format (using whatever tool), but doesn’t do any creative work.
    - Person C with some HTML/JavaScript knowledge and a stopwatch builds the page, embeds the OV file(s) and sets the cues that will jump to certain positions. HTML pages and MOV files are uploaded to a plain-vanilla HTTP server.
    Is this a realistic scenario? Is it possible to "remote-control" QuickTime movies without having to fiddle with authoring tools once the actual video is finished?
    I would appreciate your comments. Also, if the above is possible, I’d be grateful for links to showcase sites.
    Thank you.

    Glad I could be of any hepl.
    I found a way to put together the video and audio, I don't know if it's the smartest, but it works:
    - change the .ogg in mp3 (with your audio editing programme of your choice, including D-Vision)
    - in QuickTime Pro open the avi and the mp3; select the whole mp3 file; copy it.
    - go to the avi file in QuickTime and choose "Edit > add to movie".
    - save the resulting movie as your format of choice.
    If you need a DivX file, you can save in QuickTime as mov, then use Toast 7 to build a DivX.
    I know, long and twisted way... If you find a smarter one, let me know.

  • My husband and I have separate iTunes accounts and multiple devices (iPads, iPhones, iPods etc) how do we share our music and apps between our devices if we have different iTunes accounts.

    Help! My husband and I have multiple devices (iPad, iPhone, iPod ) that we we have linked to individual iTunes accounts ie he has his account with iPad, iPhone, PC and iPod linked/sync and I have my account with iPhone, iPad, iPad mini, PC etc.. How do we share our music and apps across/between our accounts?

    It probably means that only one of you can use iCloud or at least sync calender/contacts with it. I would guess that you could manually manage the other phone as you have before.

  • On financial site which worked perfectly in IE for many years, I get immediate timeout error after entering my ID and password. Does not happen every time and multiple retries do not work.

    I have used the PrimeVest web site to keep track of my IRA for several years now. For most of that time I have used Internet Explorer and have had no trouble. I have a link to that site pasted onto an Excel spread sheet and I click on that link daily to get my present balance. I have been doing it this way for years and have had no trouble while using Internet Explorer.
    I recently installed the Firefox browser on my new laptop and have switched to using it as my default browser. When I click on that link now and enter my account number and password, sometimes it works OK in Firefox and sometimes it gives me a message saying "Your session has timed out. Please Log In Again." I have tried multiple times to re-enter the account number and password but always get the same message. Closing Firefox and reopening it produces the same result. I have even tried shutting the computer completely down and restarting it, but I got the same result. I can not find any pattern or reason to the days when I can use Firefox and the ones when I can not. The only way I have been able to log on to this site on those days is to past the link into Internet Explorer.
    I do the same thing with several other financial sites and have not had any trouble with them and Firefox.

    Thanks for the response.
    I attempted to remove cookies, but I can not identify any of the cookies on the list with the PrimeVest web site. No PrimeVest, no PVs, nothing that looks like it came from them.
    I have also reported the problem to PrimeVest and their tech did answer. He suggested erasing the browsing history (temporary internet files), which I did with no effect. He also had me check for the correct starting page address, which was OK. He stated that they are aware of a problem and it is on their list. No indication of how far down that list though. His only cure was to use IE for now, which I was already doing. Perhaps he can tell me which cookies to remove.

  • Best practice for linking fields from multiple entity objects

    I am currently transitioning from PHP to ADF. I'm looking for the best practice for linking data from multiple entity objects.
    Example:
    EO 'REQUESTS' has fields: req_id, name, dt, his_stat_id, her_stat_id
    EO 'STATUSES' has fields: stat_id, short_txt_descr
    'REQUESTS' is linked to EO 'STATUSES' on: STATUSES.stat_id = REQUESTS.his_status_id
    'REQUESTS' is also linked to EO 'STATUSES' on: STATUSES.stat_id = REQUESTS.her_status_id
    REQUESTS.his_status_id is independent of REQUESTS.her_status_id
    When I create a VO for REQUESTS, I want to display: REQUESTS.name, REQUESTS.dt, STATUSES.short_txt_descr (for his_stat_id), STATUS.short_txt_descr (for her_stat_id)
    What is the best practice for accomplishing this? It appears I could do it a few different ways:
    1. Create the REQUESTS VO with a LOV for his_stat_id and her_stat_id
    2. Create the REQUESTS VO with the join to STATUSES performed within the query for the VO. This would require joining on the STATUSES EO twice (his_stat_id, her_stat_id)
    3. I just started reading about View Links - would that somehow do what I'm looking for?
    I also need to be able to update his_status_id and her_status_id through the by selecting a STATUSES.short_txt_descr from a dropdown.
    Any suggestions on how to approach such a stupidly simple task?
    Using jDeveloper 11.1.2.2.0 if that makes a difference in the solution.
    Thanks ahead of time,
    CJ

    CJ,
    I vote for solution 1 as it's just your use case. As you said you what to update the his_status_id and her_status_id through the by selecting a STATUSES.short_txt_descr by a drop down. This is exactly the LOV solution.
    ViewLinks are used fro master detail navigation (which you don't do here) and Joining the data make it difficult to update (and you still need a LOV for the drop down box.
    Timo

  • Mail Adapter - Multiple mail ID and multiple mail servers config.

    Hi All
    I am doing BPM synch scenario in which i get the response from SAP box and send the response via email adapter. I am using mail.xsd and doing mail config. in message mapping. However in the TO field i am able to give only one email ID. If i give multiple email ID's mail is not received. I tried comma and semi-colon as separator. Still not working? I have two questions in configuring TO option:
    1) How to send to multiple id's? I am using Lotus Notes.
    2)How to send to multiple mail servers? I have to send to Lotus Notes id's and outlook express id's also simultaneously.
    Thanks for your help in advance
    Warm Regards
    Samuel

    Hi,
    Please find here with some observations about it,
    1) How to send to multiple id's? I am using Lotus Notes.
    If you have specified an IMAP server under URL, the message is saved in the specified folder but is not sent to the receiver specified under To.
    Then even if Under To, you had specified the e-mail address that will receive the message would be separated with a semicolon. It will not work.
    Please verify about it .
    The below link will also help you to verify if there is anything missing
    Mail Adapter (XI) - how to implement dynamic mail address
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address
    BPM:Single Sender and Multiple Receivers based on synchronous
    exchange(switch) part-1
    /people/prasadbabu.nemalikanti3/blog/2006/03/10/bpmsingle-sender-and-multiple-receivers-based-on-synchronous-exchangeswitch-part-1
    Generic Message Interface in SAP Exchange Infrastructure Email Integration Scenarios
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00d5a235-4803-2a10-f682-889d67c69975
    (If your using Alert Framework then)
    If you want to send it to multiple email addresses and all email addresses are user of XI then you can define "Role" and attach that role to everyuser and make this role as receipent of alert .
    Thanks
    Swarup
    Thanks
    Swarup

  • Parked MM invoice and multiple account assignments (table RBCO) ?

    Hi.
    Could someone please explain how the table RBCO works for parked MM invoice and multiple account assignments.
    What I have observed in this table are:
    1. Every position (table RSEG)  in the invoice can have several lines (table RBCO) with account assignment.
    2, If there is only one record for a position, the key in the table RBCO starts with 0002, field RBCO-COBL_NR (???)
    3. IF I add one more line to the psoition, the first line CHANGES the key in table RBCO from 0002 to 0001 and the second line gets RBCO-COBL_NR = 0002
    4. The third line gets 0003.
    5. If i delete line 1-2, the remaining one line gets a new key feild RBCO-COBL_NR = 0002.
    The reason for understanding how this works is that i need to make a Z-table storing the history of changes done to records in table RBCO (..don’t ask why...)
    Lest say, I make a change for in an invoice for one of the positions, how do I compare the values in the itab, YDRSEG[]-CO[]- with the lines in table RBCO ?
    And whats the logic for the key in table RBCO?
    Please advice, Tom

    -

  • Multiple surveys

    Hi Yaa- can we assign multiple surveys to an appointment transaction type(that is an activity)? if yes do we need to follow the same configuration, I tried doing the same but this is not displaying.
    Regards
    Vani

    Hi Vani,
    Surveys can be assigned under settings for Activities -> Questionnaires-> Define determination (business activity)
    Enter different Determination ID and keep the transaction type same. This will bring both Questionnaires in transaction type of activity.
    Thanks
    Ajay

Maybe you are looking for

  • How to find the number of pages of a certain size

    I have to do a good deal of printing at work, and often the number of pages have to be logged .  Some files have various sizes in them, which are printed at either 8.5x11 or 11x17.  I was wondering if there is a feature, or third party program that w

  • Global variable declaration in form routines

    Hi All, i am new of the smartforms, i have a small problem in smartforms. i need to display the one text based on the condtions, already i have putted the condtions in the condition tab for the text, i need to compare the one more condtion, the condt

  • Alzheimer: arbitrarily loosing Photos in iphoto '09

    Since about 1 month, iPhoto arbitrarily starts loosing recently added photos. In iPhoto it still holds the thumbnails, but the referred original file is "lost". It does not loose photos that were added earlier (before April/May timeframe). I already

  • Hierarchy Time Dependent ABAP code

    Dear Experts, I want to ask a custom BADI ABAP code to get the hierarchy of a dimension member where Time Dependent Hieararchy is implemented in that dimension. Currently we are using Interface method IF_UJA_DIM_DATA->get_hier_of_mbr to get the hiera

  • Merge tables

    Hi, I have two partitioned tables. Table 1 has 15 partitions and each partition has around 3 million records. Table 2 has 20 partitions and each partition has around 3 million records. I want to merge these two tables in to one table so that the new