Can multiple people work on one form

We do onsite assessments. I am attempting to determine the best method to have all of my assessors' feedback compiled into one form. Any help will be much appreciated!

The only link I have is to manage your team account http://forums.adobe.com/thread/1460939?tstart=0
The only Adobe program/process for team work that I know of is Adobe Anywhere, but that requires a very different process
Adobe Anywhere http://www.adobe.com/products/adobeanywhere.html
http://www.creativeimpatience.com/adobe-anywhere-enterprise-solution/

Similar Messages

  • Multiple people working on one module pool - how?

    Hello SDN Community,
    I have a need for multiple people to be working on the same module pool.  Since the forms are in a shared include inside the main program, how is it handled the multiple people writing code at the same time for the same module pool?  Also the concurrent creation of screens in SE51 and pf-statuses in SE41?
    Thank you,
    Dean Atteberry.

    I was thinking about SAP module pool SAPMP50A (HR maintenance screen).  It has lots of screens, includes, pf-status, etc.  I realize that this has evolved over time and that lots had been added since original development.
    But the original SAPMP50A must have had a lot of screens designed for it.  Assuming it had, lets say 10 screens, did only one SAP developer build all 10 screens?   Or did SAP put multiple people on it?  And if so, how did they handle needing access to forms in same include with realities of editor locking?
    Best way that I can see this now is that only one developer to a given module pool.  Maybe a second one could build his part in a secondary module pool (and SE51/SE41) and then copy what they built to main module and SE51 and SE41.
    Just trying to think this thing thru.....

  • Can multiple people work on the same project at the same time with Creative Cloud for Teams?

    We have a project we are working on, and since it needs to be done in record time, multiple people need to be able to access the most current version. Is there a way to work on one project concurrently, like on Google docs?

    The only link I have is to manage your team account http://forums.adobe.com/thread/1460939?tstart=0
    The only Adobe program/process for team work that I know of is Adobe Anywhere, but that requires a very different process
    Adobe Anywhere http://www.adobe.com/products/adobeanywhere.html
    http://www.creativeimpatience.com/adobe-anywhere-enterprise-solution/

  • Multiple people working on one project

    Hello,
    A co-worker and I have run into a problem with robohelp and
    network drives. We are currently switching over a guide of
    procedures to Robohelp. We did have our project located on our
    intranet for the rest of our team members to use when we are
    finished. We are also going to be using Robo Help for more than
    what we are doing right now. I've read here that the access
    database that our project uses doesn't like network drives. My
    questions are, what do I need to buy to be able to have two people
    working in the same project at one time?
    Thank You,

    We did have our project located on our intranet for the rest
    of our team members to use when we are finished. - That sounds like
    the output and it is quite OK to put that on a network drive for
    users to read.
    What must not be on a network is you source project. To do
    that you don't need to buy anything as RH comes with source
    control. If you pop the original CD in, you will find an option to
    install it. I am assuming you have a fairly recent version.
    Before you proceed, go to
    http://www.adobe.com/devnet/robohelp/
    and take a look at Matthew Ellison's article on the subject. You
    will probably need developer assistance to set it up.

  • How can multiple users work on one source file?

    Hi There,
    I'm currently working on a project that I would like to hand-off to another person to finish. I've tried sending the source file located in at: Home>Movie>iMovie Projects but apparently that doesn't work as the second user is unable to work on the project.
    Is this achievable? If so, how?
    Thank you in advance for any help! It's greatly appreciated =)

    For iMovie 09, you:
    You have to plug in an external drive, and within iMovie, drag the project file to the external drive. It will ask you if you want to "copy project" or "copy project and events".
    If you want to move the project and not just make a copy, then hold down the Command key while you drag the project file to the external drive.
    iMovie 08 does not have the capability of having project files on the external drive, but you can try to manually copy it to the external drive with the finder, and then move the associated events +from within iMovie+ (critical for the other machine to find the files) and when copying the project file to the other computer, it would be critical to find the iMovie project folder in the Movies folder and put it in exactly the same place on the other machine. Otherwise iMovie won't find it.
    The way you want to use it, iLife09 might be worth the upgrade, especially if my suggestions don't work.

  • Multiple people working on same instance

    Can two people work on same instance at the same time. If one user makes the change and resfreshes the page, he sees the changes made by other user?
    Edited by: JoshMachine on Jul 8, 2009 9:00 AM

    Hi,
    Are you sure you want to go the Split-N (now called "Multiple" in Oracle BPM 10g) route? From your earlier thread, here's what I think you're trying to do:
    Just to clarify again - (1) One guy has a task assigned to him
    - (2) He assigns same task ( creates duplicate copy ) and assigns to some else in different role.
    - (3) Now both should edit the task , meaning if one changes the tasks , other person should see it as well.>
    I'll typically use a Split-N when I have a dynamic number of copies I want to create that is determined at runtime. Examples include:
    a) you form an adhoc committee of people in a role and you want them to approve disapprove a proposal and you determine who's on the committee and the number of people on the committee at runtime.
    b) you have a request for quote from a variety of different suppliers and if it's a large order you send out x number of requests to suppliers and if it's a small order you send out y number of requests to suppliers
    c) you have a batch of things (e.g. healthcare claims) represented by one work item instance and you want to have workers treat the individual claims as single work items inside the same process (a single work item might have 100 claims that would spawn 100 work items).
    If you're still thinking you need to use a Split-N activity, this thread explains how to use it: Re: multiple-join: get value of each participant
    I could be wrong, but I think you might be better served if you use a Split activity and not a Split-N.
    For your use case it sounds like you'd have two transitions coming out of the Split activity.
    To meet your first criteria ("One guy has a task assigned to him"), one transition would go to an Automatic activity where the original person is assigned the copy of the original instance (use "next.participant" feature to assign it to him). Following this Automatic activity, it would flow to an Interactive activity where only the original participant could edit the work item instance.
    To meet your second criteria ("He assigns same task ... and assigns to some else in different role"), you need to add a second transition that would go to an Automatic activity where the second person is assigned the copy of the original instance. Following this Automatic activity, it would flow to an Interactive activity where only the second person could edit the work item instance.
    Both Interactive activities would have a transition to the Split's Join activity.
    To meet your third criteria ("Now both should edit the task , meaning if one changes the tasks , other person should see it as well"), right mouse click the Split activity -> click "Properties" -> click "Advanced" on the left side -> uncheck the checkbox beside the text "Generate independent Copies". Now if one edits their copy, the other will see the change reflected.
    The only concern I have with this approach is a bug I encountered last week when I turned off generate copies in a Split using Oracle BPM 10g. In 10g, I noticed that the instance remained locked occasionally after one of the participants "touched" the instance. Once locked, I could not invoke the copy again. It did not happen every time, but often enough where I decided to work around the new 10g bug by leaving the property set to generate copies and writing to an outside database table once one of the people edit it and reading from the same outside database table before someone edits it.
    Hope this helps,
    Dan

  • Multiple people working on same iWeb domain.

    I am trying to rebuild my site after upgrading to iWeb'08 and would love to be able to have multiple people work on different areas of the site to speed up the process. How do I sync them back without loosing links. Can I ever have them exist in one file again. I believe that I can manually publish to folder then put them all in same folder.
    If there is any advice you guys can give would be greatly appreciated.

    Advice?
    Don't try it.
    You would need multiple versions of the Domain.sites folder created by iWeb and there is no way to merge them into just one file.

  • Multiple Select boxes in one form

    Does anyone know if it is possible to have multiple select
    boxes inside one form? I have six different select boxes that are
    generated by six separate queries. The action page for all six
    select boxes is the same so I just want one submit button so users
    don't get confuse. I don't want to cluster up the page with submit
    buttons but I may resort to that option.
    My problem is the select boxes generate a number and when
    that number is submitted I want to pass two other variables with it
    to the action page. I tried putting a "Form" tag around the 6
    select boxes. Inside each select box I tried to add an "Input
    type="hidden"" and give thte name and values that I needed. That
    worked for the first select box but when I tried the second select
    box it used the hidden values for the first select box.
    If anyone can help, I would greatly appreciate it. Or if you
    have any other suggestions I am open to any.
    Thanks

    Paross1,
    I wasn't thinking about that and you gave me a great idea.
    Here is how I changed my select boxes.
    <cfform
    action="Resolution_History.cfm?year=#year#&sessiontype=#sessiontype#&btype=res"
    name="form">
    <select name="SRINPUT">
    <option value="">SR
    <CFOUTPUT Query="findSR"><Option
    Value="#BILLNUMBER#">#BILLNUMBER#</cfoutput>
    </select>
    <select name="HRINPUT">
    <option value="">HR
    <CFOUTPUT Query="findHR"><Option
    Value="#BILLNUMBER#">#BILLNUMBER#</cfoutput>
    </select>
    <select name="SCRINPUT">
    <option value="">SCR
    <CFOUTPUT Query="findSCR"><Option
    Value="#BILLNUMBER#">#BILLNUMBER#</cfoutput>
    </select>
    <br>
    <select name="HCRINPUT">
    <option value="">HCR
    <CFOUTPUT Query="findHCR"><Option
    Value="#BILLNUMBER#">#BILLNUMBER#</cfoutput>
    </select>
    <select name="SJRINPUT">
    <option value="">SJR
    <CFOUTPUT Query="findSJR"><Option
    Value="#BILLNUMBER#">#BILLNUMBER#</cfoutput>
    </select>
    <select name="HJRINPUT">
    <option value="">HJR
    <CFOUTPUT Query="findHJR"><Option
    Value="#BILLNUMBER#">#BILLNUMBER#</cfoutput>
    </select>
    <INPUT TYPE="Submit" VALUE="Submit" alt="submit
    button">
    </cfform>
    On the action page I need the below IF statement to work so
    it will set the variables. It isn't working at this time. Its not
    bringing the values of billnumber, houseorig or the billtype.
    Do you have any thoughts? I know it is close. I need to set
    all of the inputs to input4 to generate my queries.
    <cfif form.srinput gt 0>
    <cfset houseorig eq "s">
    <cfset billtype eq "r">
    <cfset srinput eq input4>
    <cfelseif form.hrinput gt 0>
    <cfset houseorig eq "h">
    <cfset billtype eq "r">
    <cfset hrinput eq input4>
    <cfelseif form.scrinput gt 0>
    <cfset houseorig eq "sc">
    <cfset billtype eq "r">
    <cfset scrinput eq input4>
    <cfelseif form.hcrinput gt 0>
    <cfset houseorig eq "hc">
    <cfset billtype eq "r">
    <cfset hcrinput eq input4>
    <cfelseif form.sjrinput gt 0>
    <cfset houseorig eq "sj">
    <cfset billtype eq "r">
    <cfset sjrinput eq input4>
    <cfelse>
    <cfset houseorig eq "hj">
    <cfset billtype eq "r">
    <cfset hjrinput eq input4>
    </cfif>

  • Book file & Dropbox: Multiple people working on same book file

    I am trying to use the book file and have run into multiple issues. We have saved the book file and all relevant InDesign files on dropbox. There are two of us who work on the book file at the same time. We have the book file open together but work on different files from the book, never working on the same file at the same time.
    A few of the issues we have run into are as follows:
    1. The book file does not show the InDesign files the other person added, when opening on a different computer.
    2. When saving the book file, from the panel, it will tell us someone else saved the file and if we want to overwrite their file.
    3. When working on of the files from the book and I try to save the file (ctrl+s) I get error messages telling me the network connection was modified by another process. InDesign then has en error message it needs to shut down and start back up to recover documents. After it starts back up it can't recover document due to error(11).
    Has anyone used the bookfile with a cloud service, while multiple people work on different files for the book? For example, we want one person to work on the files 1-5 and another on 6-10 for the book file at the same time.

    Only one person can work on a book file at the same time.
    You cannot work this way on the files.
    Person A adds a file to the book
    Saves
    Person B adds a file to the book
    Saves
    Persons B version overwrites Person A file.
    Consider giving 1 person the duty of updating the Book File.
    Only 1 person can work on a file at the same time - consider splitting files you're working on into folders
    Folder>Person A
    Folder>Person B
    Add files that person should be working on.
    Person in charge of updating the book file will update from both folders.
    The way you're working will not work.

  • HT204053 Can multiple people use the same Apple ID for their own devices?

    Can multiple people use the same Apple ID for their own devices? I just set up my IPhone 4S (first time user) using the same Apple ID as my daughters and now we receive each others texts, do I need to set up my own Apple ID account?

    Yes, you can.  In fact it's recommended that you use different IDs for iMessage, FaceTime and iCloud.  You can still share the same ID for iTunes without any issues.
    You are getting each other's text messages because you're using the same ID for iMessage.  To fix this, one of you should go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign in with a different ID.  To avoid getting each other's FaceTime calls, do the same thing in Settings>FaceTime.

  • How can I transfer work from one computer to another?

    How can I transfer work from one computer to another?

    Welcome to the forum.
    I can think of three basic ways to accomplish what you wish to do:
    Use the Project Archiver to archive your Project (and check the box to gather the media files), to an external HDD. Probably the easiest way to do it.
    Copy the Project and ALL media files to an external HDD, but be prepared to relink the media files to the Project, as the drive letter (part of the Absolute Path) will have changed.
    Edit loosely, and Share to an AV file, which will be Imported into a New Project on that second computer. Or, edit VERY tightly, and do the same. I like the first, as removing, replacing Transitions, etc., can be much more difficult, unless that "tight edit" is 100% done.
    Good luck,
    Hunt
    Message was edited by: Bill Hunt to correct formatting

  • Can I use Google Sync to transfer only my contacts from my IPhone 4 to my gmail acct? I don't want to sync info from Gmail to the IPhone. Can the sync work only one-way? I have 0 contacts on my gmail as I'll only use it as a back-up 4 my IPhone contacts.

    Can I use Google Sync to transfer only my contacts from my IPhone 4 to my gmail account? I do not want to sync info from Gmail to the IPhone. Can the sync work only one-way? I have 0 contacts & 0 calendar events on my gmail account. I opened the Gmail account specifically to for the Google Sync and wil only be using this account as a back-up for my IPhone contacts. Please Help!!

    You do realize that the SIM only contains account information for your wireless account.
    Moving the SIM from phone to phone does not cause any of your iTunes content, contacts, email, etc to magically appear on the device.

  • Can multiple instance be in one physical professor?

    Can multiple instance be in one physical professor?If it can,how can I run multiple queries in this multiple instance?
    Any help would be very appreciated.
    Regards

    Let me see if I understood your requirement, you want to have several Oracle Instances on the same machine (processor) don't you. And you want to run a single query against this, it could be interpreted in a couple of ways, you may want to set up a RAC environment, and let oracle decide where it is going to run the query, or you could be talking about a distributied query, peforming a join against different tables located on different instances.
    Further clarification is required from your side.
    ~ Madrid

  • Ill.CS3 - Why can I only work with one sheet on the desktop? I want to design a multi page document...

    ill.CS3 - Why can I only work with one sheet on the desktop? I want to design a multi page document...

    Use this ancient work-around:
    Create mutli-page PDF | Illustrator

  • How can different people work on different tabs of one form

    Dear OTN Users,
    We are developing Client-Server application using D2K tools.
    We are using the new feature TAB of Forms 5.0 in our current
    development.
    We are currently have 10 or 12 tabs per form in our application
    and we need different people to work on it during development.
    How to over come the error of one's work overwriting other's work.
    All of them will be working on different tabs.
    Thanks in advance for you help
    null

    It's a really bad idea to have more than one person working on a
    single Form at one time. However, if you must...
    Try getting everything in the Form, except for your tabs,
    working first. Then take 12 copies of your Form (one for each
    tab) and give a copy to each of the 12 developers. Make sure
    that they name any objects that they create uniquely: this
    includes any blocks, procedures, tab canvases etc - nominate one
    person as 'design master' and make sure that anyone clears any
    new object names with the design master before creating them.
    When they have finished developing and testing their code
    individual for each of the single tab Forms, get someone to
    create a thirteenth Form, and then merge in all the objects
    created for the first tab. You can do this relatively easily by
    opening two Forms at the same time, and dragging the items from
    one Form to another.
    If you're feeling really clever, and you will have lot of
    maintenance to do on the Form, then you could reference the
    objects rather than copy them: in this case you would need to
    keep your 13 forms in perpetuity, but you could have parallel
    maintenance going on. However you decide to do it, be sure that
    you have a comprehensive test plan!
    You will find that you may save some time in this way, but it
    will take more man-hours (though less elapsed time) to develop
    the Form in this way, than by having a single person develop the
    whole Form.
    Simon Hedges
    Gloucester
    UK
    null

Maybe you are looking for

  • RSS feeds not working in Mail

    Hello Everyone, My RSS feeds stopped working on April 12th. Two of them have given me feeds today but nothing from yesterday or the day before or the day before that. Very strange. I've tried quitting Mail, restarting my computer, control clicking on

  • Interface report in LMS 4.0.1

    Hi, we have LMS 4.0.1 and we have defined some pollers for measuring traffic in some interfaces of several devices. Sometimes we need to obtain a performance report of a certain interface, how can we get a report that shows only the traffic for that

  • Autoconfig errors

    HI, My Apps-11.5.10.5 RDBMS 9i clonning was succesfull ..... Skipping the starting of services INFO : Rapid Clone completed successfully , but the AutoConfig run recorded some errors. Please review the AutoConfig section in the logfile. If required,

  • Passing parameters to an embedded swf

    Hi all, I'm trying to embed a SWF animation that contains parameters (flashvars). I successfully used this animation in HTML and passed values to these parameters and now I want to embed it in a Flex project. I managed to load and show the animation

  • Need a scanner recommendation for slides

    (Not sure if this is the correct forum, but here goes) Any recommendations for a scanner that will do slides? I've got my father-in-laws slides from the last 20 years and want to scan them, but can't quite figure what scanner would do the job. I don'