Create Separate Views for New,Edit and Display forms in Infopath

Hi,
I need to create a separate views for New, Edit and Display forms in infopath.
For ex : I need a Submit Button on Display form and not in New/Edit forms.
I tried, but i amnot able to get the changes.
Regards, Shreyas R S

I just validated my approach in a 2013 farm, this is precisely how it's done!
Step 1) List > Display Form
Step 2) Change the View within the Web Part Properties. In your screenshot it looks like you simply went to View Item on the single item, which is not the direction I gave =P.
**Assuming you've already created the multiple views within InfoPath, this allows you to set them up as distinct defaults for New, Edit and Display, let's make that clear. If you are not even to the point of having separate views, that is just in InfoPath,
Page Design tab, far left, New View button

Similar Messages

  • What is tthe Best practice for Variant List, Add, Edit and Display Forms?

    Requirement:
    I have single list.  The list has a large number of columns and a large number of items (lets say 20,000).
    I want to show users a different view of the list based on clicking on a different left-hand navigation option.
    Lets say I have four types of users:  Sales, Manufacturing, Shipping and Finance. I would like to have four options in the left-hand navigation.
    All of them would be pointing at the same list, BUT, I want each of them to have a customer list form.  The only difference between the custom list forms would be:
    Each would have its own set of views, and hence its own default view.
    Each would have its own New, Edit and Display Forms.  The only difference between the forms in one variant list and another would be: The order of the columns and which columns are modifiable.
    I would like to achieve this in SharePoint Designer in such a way that the "users" could still add/modify views and could even modify the forms from the SharePoint Menu.  BTW, I don't want to use InfoPath for obvious reasons.
    What is the best approach to meeting this requirement?  I have at least 20 sites and 70 lists overall that need variant forms made.
    HELP!!
    Savin
    BTW We are using SharePoint 2013 and I selected the wrong forum *sigh*.  But I think its probably the same answer.
    Cheers, Savin Smith

    Hi,
    I understand that you want to have different forms based on different view.
    Per my knowledge, there are no out of box method to achieve it.
    As a workaround, you can add the JavaScript code to the different view page.
    For example, to open different new form based on different view, you can get the windows.location, and then judge the view, then change the onclick event of the "New item" button.
    For more information, you can refer to:
    http://css-tricks.com/snippets/javascript/get-url-and-url-parts-in-javascript/
    http://samsharepoint.wordpress.com/2013/05/01/change-the-default-sharepoint-ok-and-cancel-button/
    Thanks,
     Linda
    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]
    Linda Li
    TechNet Community Support

  • Can I create separate events for RAW files and JPEG files of the same photo?

    I recently changed the setting on my camera to take both a RAW and JPEG image.  I now have a large number of photos in both formats in the same event. I'd like to separate all the RAW and JPEG photos into separate events.  Is it possible to do this in a batch process versus trying to move individual files?  I use iPhoto '11, version 9.4.3.
    Thanks,
    Peter

    Yes.  Create a smart album with the criteria Photo is RAW:
    Then you can select all of the photos in the smart album and use the Events ➙ Create Event menu option to move all of the RAW photos into a new event.
    OT

  • How to Create a View of a Query and assign it into my web template?

    Hi All,
    I need to create 3 views for my query and show that on my web template. I have never done this before. Can you please let me know step-by step procedure to create views for a query and how to show it on my WAD report?
    Thanks,
    Satyam

    Hi Satyam,
    Include the Dropdown Box web item in your web template. In the Web Item Parameters tab, select the Data Binding type as Query View Selection. Assign the Dataprovider from Selection of Query Views button below the Data Binding Type. You also have the option to Display Specific list of Query Views or all views based on that Query. For this you have to choose Selection of Query Views button. Here you can turn on Specific List of Query Views checkbox and select the Views depending on your requirement.
    Regards,
    Hari.
    Edited by: Hari Krishnan K on Aug 18, 2010 2:33 PM

  • Setting up a two machine edit suite for news editing.

    Hi there,
    I am a FCP editor and have been asked to give the specs for my dream suite for a possible job coming up.  They say they will create this suite from scratch...  I am thinking two machines, networked, editing in ProRes HQ so it's HD all the way.  It is for news editing and as such there will be a huge amount of footage coming in. Also, later on we will be working on features with this too.
    The following kit has been mentioned to me as reliable and top end:
    2 x New Mac Pro:
    Two 2.93GHz 6-Core Intel Xeon “Westmere” (12 cores)
    64GB of DDR3 ECC SDRAM memory
    Mac Pro RAID Card and multiple SATA hard drives: 4 x 2TB 7200-rpm Serial ATA 3Gb/s hard drive
    PCI Express graphics cards: ATI Radeon HD 5870 1GB
    RME Fireface 800
    Apple Fibre Channel card
    2 x Apple Xserve 7 TB RAID                                             
    1 x Blackmagic Design Multibridge Extreme I/O
    2 x Wacom intuos 4 tablet (medium)
    4 x 27" Apple Cinema monitors
    Apple Xsan v2.2 - 1 Node STORAGE OR  Final cut server???
    I'm just wondering if this is overkill and if I am including stuff here which is overlapping with another piece of kit that's doing the same thing.  
    Any help to demystify this would be very much appreciated.
    Cheers,
    Charlie 

    I also encountered davevallance's issue #1.  Directional and enter keys already work, as do volume keys.  If any other button is mapped to those working keys (using ir-keytable) then they also work, for example I can successfully map the useless "teletext" to "enter" and it produces a linefeed when pressed but I cannot get it to do the same with "space".  Interestingly it does produce a space keypress in a virtual terminal (Ctrl+Alt+F3), also "ir-keytable -t" shows the correct key event which proves the underlying OS is recognising the mapping.  The issue is somewhere in the X system instead.
    I refer now to HID Remotes which covers the situation well.  It explains that X does not process keycodes above 255 and at first that would seem to fit here.  All the keys which work (arrows, enter, volume) have keycodes less than 255.  So why don't other 'safe' keycodes work too?
    Xorg has it's own keycode map with "xmodmap" but I don't think that is responsible in this case.  From the Arch wiki it suggests exploring with:
    xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'
    Unmapped keys should produce a "NoSymbol" message but for my non-working keys there is no response at all in X.  Is there another layer between kernal and GUI?

  • Whats the best software for photo editing and creating product catalogues that can be saved as PDF's

    Whats the best software for photo editing and creating product catalogues that can be saved as PDF's

    You are asking two different questiions:
    1. What's a good photo editor? Answer to that here is probably obvious.
    2. What's a good desktop publishing/page layout program for creating PDF files for production? Answer, not PSE. It's a photo editor, not a page layout program.

  • I have created a narration for a video, and it plays it while in the editer tools, but after saving it to my desktop, that version has no narration. can you help? Please.,

    I have created a narration for a video, and it plays it while in the editor tools, but after saving it to my desktop, that version has no narration , can you help...Please.

    timester
    What version of Premiere Elements and on what computer operating system is it running?
    How did you save your Timeline content which included the narration clip produced with the project's Narration Tool?
    Publish+Share/Computer/ and then what? And, what preset? And, for that preset, did you use the default settings of the preset
    or did you customize the preset under its Advanced Button/Video Tab and Audio Tab?
    What other audio was in the project - any on Audio 1 or Soundtrack? Did you get involved with Smart Mix at all?
    Let us start here. We will be watching for your follow up.
    Thank you.
    ATR

  • [ADF Help] How to create a view for multiple tables

    Hi,
    I am using Jdeveloper 11G and ADF framework, and trying to create a view to update multiple tables.
    ex:
    Table A has these fields: ID, Name
    Table B has these fields: ID, Address
    A.ID and B.ID are primary keys.
    B.ID has FK relationship with A.ID
    (basically, these tables have one-to-one relation)
    I want to create a view object, which contains these fields: B.ID (or A.ID), A.Name, B.Address.
    So I can execute C,R,U,D for both tables.
    I create these tables in DB, and create entity objects for these tables.
    So there are 2 entity objects and 1 association.
    Then I create a view object based on B and add fields of A into the view:
    If the association is not a "Composition Association",
    when I run the model ("Oracle Business Component Browser") and try to insert new data, fields of A can't edit.
    If the association is a "Composition Association", and click the insert button, I will get
    "oracle.jbo.InvalidOwnerException: JBO-25030: Failed to find or invalidate owning entity"
    If I create a view object based on A and add filed of B into the view:
    When I run the model and try to insert new data, fields of B can't edit, no matter the association is or is not a composition association.
    So... how can I create a view for multiple tables correctly?
    Thanks for any advices!
    Here are some pictures about my problem, if there is any unclear point, please let me know.
    http://leonjava.blogspot.com/2009_10_01_archive.html
    (A is Prod, B is CpuSocket)
    Edited by: user8093176 on Oct 25, 2009 12:29 AM

    Hi Branislav,
    Thanks, but the result is same ....
    In the step 2 of creating view object, I can select entity objects to be added in to the view.
    If I select A first, and then select B (the "Source Usage" of B is A), then finishing the wizards.
    When I try to create a new record in the view, I can't edit any properties of B (those files are disabled).
    If I select B first, and then select A in crating view object, the result is similar ...
    Thanks for any further suggestion.
    Leon

  • Include or create a view in the database and use this view?

    Well, I need to get related data of the main table from another related tables, so one way to do that is to use the Include method in Entity Framework to get this related data.
    However, I am thinking in another option, create a view in the database and use this view in entity framework. In this way, I avoid the needed of the include, because I think that is expensive in resources. But I am no very sure about that.
    I would like to know if the use of views on entity framework is a good idea to improve the performace or is better to use the include.
    For example, if I use the include I have the advantage that I get only one the main record and all the related data I have in the navigation properties, so the info is more shorted.
    Which is the advanteges and disadvantages of both methods to get related data in entity framework?
    Thank so much.

    Hello ComptonAlvaro,
    >>I would like to know if the use of views on entity framework is a good idea to improve the performace or is better to use the include.
    If your view would use a Join syntax to query master-child relationship tables, it actually is similar with the Include() method which actually results a duplicate records from master table, you could check this
    link for detail description.
    >>Which is the advanteges and disadvantages of both methods to get related data in entity framework?
    One visible difference is that records from Views are not editable by default(if you want edit them, you could refer to this
    blog).
    In your case, my suggestion that you could use the lazying load which will load the matter table once and disable the trace if you only need to display data.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Do I need to create a view for this?

    Hi Ihave got 2 tables emp and project
    In emp tabe:
    emp_no
    family name
    given name
    In porgect table:
    emp_no
    status(assigned,unassigned)
    start_date
    end_date
    emp_no Family_name given_name
    1 Smith John
    In project table same employee can have many assigement eg
    emp_no status start_date end_date
    1 assigned 01-may-08 01-july-08
    1 assigned 01-sep-08 01-july-09
    1 unassigned 01-july-09 01-oct-09
    In the form:
    there are 2 querable fields "project ends between field1(date) and field2(date)" which is used to
    retrive records which have end date between field1 and field2.
    The following fields are needed to get from database:
    emp.family_name emp.given_name project.start_date project.end_date No.of time assigned
    Requirements:
    1. project.start_date and project.end_date must be the latest project_end_date for the same emp
    so in the above sample date
    2. No. of time assigned is a count of total of number records which have status='assign'
    So for the given sample data the record expected after query would be(field1=01-jun-08 field2=02-july-09)
    emp.family_name emp.given_name project.start_date project.end_date No.of time assigned
    Smith John 01-sep-08 01-july-09 2
    What is the best approach to get:
    1 The lastest project(latest end_date) for the emp
    2. get No.of time assigned.
    Do I need to create a view for this? If yes, any sample sql code this this?
    Thanks for your help

    Hi W1zard,
    Thanks for your reply. Could you clarify the following points for me:
    1.) you could create a master block basing on your emp table and a detail block basing on your project table with the relation over emp_no. set the default_where clause of your detail block programmatically using
    set_block_property('project', default_where, 'status = ''assigned'' and <your_date_criteria>');
    Q1: where I pit this code? in pre-query trigger in detail block?
    2.) Of course you could create a view to join both of your tables if you don't want to use master detail blocks; Also do the join over emp_no
    create or replace force view v_emp as
    select emp.family_name, emp.given_name, project.start_date, project.end_date
    from emp, project
    where emp.emp_no = project.emp_no
    Q2 As I mentioned before, there are multipal entries for the same emp in project table and we only need the maching record from project table which has latest end_date. So I think I need something like
    max(project.end_date) somewhere in create view to make sure only one record for one employee.
    Also is there possible to include the no. of assigned field(select count(*) from project where status='assigned' and emp=emp_no) into the view as well?
    Q3 All the fields mentioned above are diaplay-only. So Can I create a control block which has all the fields from emp and project. Then populate them with my sql. The question is
    where I put this customerised sql so when user click excute query. My sql will run and display one the form?
    REally appreciated your help!
    Michael

  • I am 12 and want a 13 inch Macbook for video editing and stuff I cannot do on my iPad.

    I need a Macbook for video editing and stuff I cannot do on my iPad (flash web browsing, iMovie or Final Cut Pro for YouTube, small games, photoshop, Reaktor 5, etc). I was thinking of buying the MacBook Air 13" refurbished intel core i5 for $999. I can pay up to $1,300 so I was thinking of getting the 13" MacBook Pro with retina display refurbished intel core i5 for $1,260. But then I couldn't buy many accessories or AppleCare. I do not really want to buy the non-retina MacBook Pro because it is not as portable and I am only 12 but I don't know much about how heavy it is because there is no apple store where I live but this is why I came here. So which MacBook should I buy? (I am probably going to wait until the new MacBooks in June 2013)

    Hilary:
    Welcome to Apple Discussions.
    Congratulations on your upcoming graduation and the really wonderful gift you anticipate from your parents. Unfortunately, I am unable to give you information about upcoming Apple products or promotions, as I honestly don't know.
    All my purchased music, and games, and videos, etc are on the computer I am currently using. Is there a way to transfer all of it to my new MacBook I will be receiving?
    If the computer you are currently using is a Mac, yes, it can be transferred. One of the difficulties with the new MacBook is that it does not have any firewire ports, which will make networking a bit of a pain, but it can be done. Post back after you have your new computer with specs and we will give you directions on how to do it.
    And are they going to make a new Macbook? So should I wait?
    While I do not have any specific information about upcoming products, it is fairly certain that Apple will be coming out with new products. Of course this is a continuing process so you can be waiting for a long time. I would, personally, go ahead and get one now, and that should certainly see you through college. By then who know what wonderful products will be available!
    Please do post back with further questions or comments, if you have any.
    cornelius

  • Using an External Hard Drive for iMovie Editing and Burning to DVD

    Between iPhoto, iTunes and other applications I am rapidly running out of hard drive space on my 2003 iMac. Because of this, I recently purchased a Lacie 250 GB Firewire external hard drive and was hoping to use it for iMovie editing and buring of DVDs, because of the large amount of disk drive space video eats up. Is it it possible to "load" iMovie and iDVD to the external drive and edit/burn videos on that drive? If not, is there some other way to use that external drive in this process? Thanks in advance for any assistance that can be provided.

    Scooper
    see my reply to Trollus, just posted:
    That's how I do all my stuff now - via external lacie 'brick' drive. The only trick is when you begin your iMovie project, hit save immediately after creating the new project, and save the project file in an appropriately named folder on the external hard drive (don't call it 'Movies' as it'll be confused with your Powerbook's movies folder). Then as you import all your clips from your movie camera, they will be written to the external drive, rather than you G4's drive. Very handy.
    I do all my iMovie and iDVD stuff via the external Lacie drive - the FireWire 400 interface is quick enough (ie never had skipped clips, etc). I also save all iDVD finished projects as disc images on the external drive and burn DVDs from those at slow speed via Disc Utility. No coasters...:-)
    Greetings from Canberra
    Dave
    iBook G4   Mac OS X (10.4.8)  

  • How to create thumbnail view for html files

    hi,
    I want to create thumbnail view for html files, not for image files.. can we treat html files as images..
    Anybody help me..

    You can right click on your Desktop and select New Folder.  In Finder File > New Folder should work too, not in front of my Mac.
    Welcome to back by the way.  You might find these websites helpful.
    Switch 101
    Mac 101

  • Creating relational view for an ODBC result set?

    Hello,
    I'm trying to create a view for the data available from the Siebel Analytics server (SAS) query's result set by executing pass through sql. SAS reads from files and multiple other databases to provide the result set.
    The query sent to pass has its own properitary syntax and is not SQL.
    ie, I'm trying to achieve something like this :
    create view analytics_wrapper_view as
    select * from
    <
    dbms_hs_passthrough('my custom sql understood by SAS')
    dbms_hs_passthrough.fetch_rows
    >
    Cant use a function selecting from dual as there could be several rows returned from this operation. If I retain it as a view, I can avoid data duplication. If this is not possible, a table approach could be considered.
    Any thoughts or inputs on this would be highly appreciated.

    On your server..
    - On the FCS server go to OSX Workgroup Manager.
    - Create a group and name it something cool
    - save and exit
    Final Cut Server Client...
    (Logged in as admin)
    - select Administration in the client.
    - Go to Group Permissions
    - click Create New Group and then select cool new group name
    and select BROWSER from the PERMISSION SET list
    - save and go back to OSX
    Back in OSX Workgroup Manager...
    - create users and assign them to your cool group
    DONE!

  • How to set up a server for PPro editing (and AE finishing)?

    Hello everyone,
    I may be a bit offtopic with this question, but at the same time it's really related to PPro.
    I never worked in any post-house facility, and I come from a very indy background, so I never had a chance to see any edit suite hook up to a server.
    I am wondering how great it is, how it could help our projects? And also what are the basics to know, the stuff to avoid when you're a newbie like me (in term of server network settings)?
    Right now, we're running 3 Mac Pros to edit our projects. They are all connected through Gigabit ethernet.
    Our workflow involves that all Mac have the entire footage in there own drives. We're using the network only when importing new content to copy it on the 2 other Machines.
    We found out that if we use Mac #1 to open a PPro project contained within Mac #2 drives (as well as the footage), it's okay but the performances are not as great as opening a project in its own drives.
    So we try to copy (move) the projects in the right Mac before to work on it. Of course, everytime, we have to relink everything if we don't want Mac #1 to read the footage from Mac #2…
    When it come to big projects, with lots of Red footage, it is a pain, and we usually end up using only one master machine for the edit, and it's only when it comes to finish in AE that we really start to split the project onto the 3 platforms.
    So this is where the idea of a server comes in mind. Mac #1 would work on a project A, then when moving to work on project B, Mac #2 could open project A and keep working on it - no relink: the project AND the footage are all on the server.
    That is my basic idea. Sound simple, but really I have no idea if it really works. Is it something I can really do on a server?
    How the server really helps to keep the performance? If I see PPro's performance lowering down when accessing projects and footage from our actual simple network, is it going to be better accessing the same datas from a dedicated server.
    I'm looking at the Mac Mini server with Lion Server. What Lion Server does that Lion OS doesn't do already?
    I know, it sounds like completely newbie questions, but I honestly have no idea.
    Can a Mac Mini with Lion Server serve the 3 Macs running Snow leopard? Or do we need to update them?
    My idea is to use Pegasus thunderbolts for storage drives, plugged in the Mac Mini, then plug all the 3 Mac into the Mac Mini, with what I believe should be Gigabit Ethernet…
    Am I right? A least a bit? What did I miss?
    Thanks in advance for sharing your knowledge guys
    Julien

    If you are going DIY route, this is your only option: http://magazine.creativecow.net/article/build-your-own-affordable-san-that-iworksi
    However that probably won't work with RED footage.

Maybe you are looking for

  • Configuring requirement : ordered item to absorb cost of free goods

    Hello Friends, I need to configure this in SAP SD. The main item should accumulate the cost of the free goods. I have  set the cumulative indicator and deactivated pring for this item. Do i still need to configure the stock value for the free goods a

  • How to test SEEBURGER EbXML Sender adapter

    Dear All, We are starting to implement ebMS adapter from SEEBURGER(as it is known adapter type as EbXM_HTTP). We will be using this as Sender adapter. I  am now analyzing the options to perform some basic tests(like unit testing with out the message

  • Message Aggregator Question

    I have an instance where I need 2 sender file adapters to send XI 2 different files (layouts are different).  XI then needs to combine and map the messages from these two files into a single IDoc for each combined message.  I know in a multi-mapping

  • Publish movie to MobileMe Gallery

    I know you can use iMovie 08 to publish a movie to your mobileme gallery, but is there a way to do that out of iMovieHD 6? I have a video i've been working on for a while now and have no way to post it for friends/family to see. Any ideas? Thanks in

  • [Q?]I am puzzled by a small test on constructor

    puzzled by a small test on constructor the main is the same programme, can anybody tell me why i must pre-decalre the x1 outside the public lee1(), otherwise the class lee2 cannot compile? I am still in the basic level of OOM. I guess this is because