Customize SharePoint Page view for different roles

Hi,
We have a
SharePoint
site for the project team. When a user logs into SharePoint we
would like the user to see a page that is customized for his role in the project. The project roles are Developer, Tester, Business Analyst and Project Manager. Each role would have a customized dashboard
page that shows data/charts relevant to the role.
Please let me know how can this be done. Thanks in advance.

Hi,
We have a
SharePoint
site for the project team. When a user logs into SharePoint we
would like the user to see a page that is customized for his role in the project. The project roles are Developer, Tester, Business Analyst and Project Manager. Each role would have a customized dashboard
page that shows data/charts relevant to the role.
Please let me know how can this be done. Thanks in advance.
EDIT : The site is in SharePoint 2013.

Similar Messages

  • Modify Webclient Views for different BR roles with the same Config Key

    We have Business Roles A, B and C that are all assigned one configuration key ZCONFIG_KEY. How can we make minor changes to the views that are assigned to Business Role C without affecting the views of Business Roles A and B.
    We would like to avoid creating a new configuration key just for Business Role C as it would increase future maintainence (any changes to ZCONFIG_KEY would then have to be made again to the new configuration key for Business Role C).
    Edited by: Shahzad Asghar on May 22, 2008 2:55 PM

    Hi Shahzad,
    I would not recommend you this approach as the Config Key is the place from where you should start your UI configuration. Though you might put in some code in your getter and setter methods by saying that if this is "Role A", then do this but it would be much more of a maintenance effort as compared to creating a new config key.
    Award points if it helps
    Thanks,
    Anand

  • Crystal Report Viewer in Sharepoint Page Viewer Web Part

    In our SharePoint setup, we have a web part that contains links that either hides or shows three other web parts (page viewer web part).  When entering the page, the first web part is shown and the other two are "hidden".  Clicking on the links will toggle through these three web parts.  Link 1 = Web Part One Visible, Web Part Two and Three Hidden.  Link 2 = Web Part Two Visible, Web Part One and Three Hidden.  Link 3 = Web Part Three Visible, Web Part One and Two Hidden.
    Our problem involves the CrystalReportViewer.  We have created a page that allows us to open the last successful instance of a report with the viewer.  This works correctly when calling the link directly from IE.  When we place this link in either the second or third web part, the report does not show.  The viewer borders will appear but the report itself will not.  If the .aspx is placed in the first part, the report appears without issue.  We do not want the .aspx to be called by the first web part and need it to load in one of the other two.  We can get the report to show in the other web parts if you right click on the empty space where the report should be and hit refresh.
    What do we need to do to get the report to load correctly in either of the two web parts?  We have looked at several options and can not get anything to work.  We didnt have this issue when using BOE XI R2 with an .asp opening the reports.  Please let me know if more info is needed.  We are running BOE XI R3.1 currently.
    Thanks

    We havent tried that.  We changed the link in the web part to access an html page that claims that the report is loading.  It states in the html that if the page doesnt load to "click here" which redirects to the crystalreportviewer.  Its a temp fix for it.  One thing we are looking at is the 64 bit version of the Sharepoint integration kit.  That may contain a reportviewer webpart.
    Thanks for the reply.
    Brian

  • Windows authentication of Sharepoint Page viewer Web Part applications

    Hi,
    I am working on a new Sharepoint portal which will have Page viewer Web Parts hosting asp.net applications. The standalone applications those are hosted are using windows authentication. my requirment is, when the client logs in to sharepoint need to authenticate
    all web parts with same user credentials so that then don't need to log in again. those asp.net applications are hosted as standalone also out side sharepoint. Can some one advise me how to do that?..
    Thanks
    Ram

    We havent tried that.  We changed the link in the web part to access an html page that claims that the report is loading.  It states in the html that if the page doesnt load to "click here" which redirects to the crystalreportviewer.  Its a temp fix for it.  One thing we are looking at is the 64 bit version of the Sharepoint integration kit.  That may contain a reportviewer webpart.
    Thanks for the reply.
    Brian

  • Using different configured views for different user group in crm2007

    Hello SAP Expert,
    Want to clarify if the BADI (Configuration Access Determination BADI ; BSP_DLC_ACCESS_ENHANCEMENT)  is used as design time or Run time. By looking the help of this BADI it says "This Business Add-In (BAdI) is used in the UI Configuration Tool (CRM-FRW-CON) component." Looks like this is at configuration time not at run time.
    The actual requirement is that for a set of users which work on a particular department, we want to have some extra information on 2 views and rest of the views they would be using same as entire organization. We are inclined towards using config role rather than zviews. If we were to use zviews then it would not be a difficult one.
    We were thinking of a mechanism to show the configured view based on user's Business Role at runtime. e.g. we have 2 roles A and B. Role A user have only 2 views specific to them and all other views they use same as Role B. We do not want to use ZView rather use Role Config Key to distinguish the views. What I was thinking that we should be able to create these 2 views with Config Role A and all  views (including these 2) with Config Role B. On Business Role A and Business Role B both, We will assign Config Role "B". but at runtime system should determine if the Business Role is A and Component is CMP1 then use the view V1 with Config Role A not the default view with config role B. (we can maintain that information in a Z table). This is not based on runtime profile but to use configured view at runtime.
    Any thoughts/ help really appreciated.
    Best regards,

    Hi Amithab,
    you can use badi CRM_BP_UIU_VIEW_CONFIG  of enhancement spot CRM_UIU_BP_ENHANCEMENT for your requirements. Please read the badi documentation because you need also a implementation of badi CRM_BP_UIU_CONFIG_CALLBACK (same spot). SAP considers badi CRM_BP_UIU_VIEW_CONFIG only for use at dynamically loading different configuartions of view details for business partners or contact persons at runtime. But you can use your badi implementation also for other views. You have to redefine method DO_CONFIG_DETERMINATION in your views. And call your badi from there. For this copy&paste the logic of DO_CONFIG_DETERMINATION of bp details to the views you have to load dynamically at runtime.
    We have used this approach for access controll and granting special access to views dependent on different employee functions.
    Best regards
    Michael

  • Reuse Crystal report Viewer For different reports - unload cache

    So I am migrating from crystal reports basic to crystal reports 2008. I have hit a stumbling block. Rather than have a new page and report viewer for each report I decided it would be easier to have one report viewer and send to it in session variables the report I wish to run and appropriate parameters. This seemed to work fine in CR basic.
    Now I have upgraded the viewer works fine for the first report I run however it then caches this report and doesn't seem to clear it down, if the new report has different parameters I will get a parameter error. If I run a report requiring the same parameters I will get the original report not an updated one.
    I believe I need to leave the CrystalReportSource cache on in order to page the report (correct me if I am wrong)
    I have taken a few snippets of code, is this possibly running too late in page life cycle have I missed something or is there a way to force a cache clear:
    protected override void OnLoad(EventArgs e) {
    //setup report in viewer with correct db logon
                    CrystalRepSource.Report.FileName = report;
                    SetupLogonInfo(CrystalRepSource);
                    //add parameters
                    AddParam(paramFields, pfItem1, dcItem1, "@year", year);
                    AddParam(paramFields, pfItem2, dcItem2, "@school", school);
                    AddParam(paramFields, pfItem3, dcItem3, "@division", division);
                    AddParam(paramFields, pfItem4, dcItem4, "@progArea", progArea);
                    AddParam(paramFields, pfItem5, dcItem5, "@type", SessionHandler.record_type);
                    AddParam(paramFields, pfItem6, dcItem6, "@filterText", "School = \'" + school +
                                                            "\' Division = \'" + division
                                                            + "\' Programme Area = \'" + progArea
                                                            + "\' Record Type = \'" + SessionHandler.record_type_text + "\'");
    CrystalViewer.ParameterFieldInfo = paramFields;
    private void SetupLogonInfo(CrystalReportSource CrystalRepSource)
            TableLogOnInfo logOnInfo = new TableLogOnInfo();
            logOnInfo = CrystalRepSource.ReportDocument.Database.Tables[0].LogOnInfo;
            ConnectionInfo connectionInfo = new ConnectionInfo();
            connectionInfo = logOnInfo.ConnectionInfo;
            connectionInfo.DatabaseName = Application["db"].ToString();
            connectionInfo.ServerName = Application["server"].ToString();
            connectionInfo.Password = Application["pass"].ToString();
            connectionInfo.UserID = Application["user"].ToString();
            CrystalRepSource.ReportDocument.Database.Tables[0].ApplyLogOnInfo(logOnInfo);
        private void AddParam(ParameterFields paramFields, ParameterField pfItem, ParameterDiscreteValue dcItem, string fieldName, string value)
            pfItem.ParameterFieldName = fieldName;
            dcItem.Value = value;
            pfItem.CurrentValues.Add(dcItem);
            paramFields.Add(pfItem);

    ok so I have tried changing the code to:
    CrystalRepSource.ReportDocument.SetParameterValue("@year", year);
                    CrystalRepSource.ReportDocument.SetParameterValue("@school", school);
                    CrystalRepSource.ReportDocument.SetParameterValue("@division", division);
                    CrystalRepSource.ReportDocument.SetParameterValue("@progArea", progArea);
                    CrystalRepSource.ReportDocument.SetParameterValue("@type", SessionHandler.record_type);
                    CrystalRepSource.ReportDocument.SetParameterValue("@filterText", "School = \'" + school +
                                                            "\' Division = \'" + division
                                                            + "\' Programme Area = \'" + progArea
                                                            + "\' Record Type = \'" + SessionHandler.record_type_text + "\'");
    private void Page_Unload(object sender, EventArgs e)
            try
                    CrystalRepSource.Report.DataSources.Clear();
                    CrystalRepSource.Report.Parameters.Clear();
                    //CrystalRepSource.ReportDocument.Close();
                    //CrystalRepSource.ReportDocument.Dispose();
                    CrystalRepSource.Dispose();
                    CrystalViewer.Dispose();
                    GC.Collect();
            catch { }
    I experimented with various bits in the page unload as you can see I have commented a bit out at present as it was throwing an exception. The SetParametersValue while handy (will clean the code up a bit) didn't make any difference I am still getting the same issue.

  • How to display page no for different master pages in one adobe form application

    Hi All,
    we have requirement where we need to  display page nos in different master pages in one single adobe form.
    For the First form the page nos should be displayed pgno of total pages and for 2nd form the page no shuld be displayed as pgno of total pg.
    so please help me with any script or suggestions for displaying the page no accordingly in different master pages. Your suggestions are greatly appreciated.
    Thanks
    Raja.

    Hi Lingaraj,
    We have 2 different Master pages and 2 Body pages. For the seccond Master page the page no are comming correct like 1 of 3 ,2 of 3 and 3 of 3 but for First master page the page no are comming 0 of 3  in all of the page its not displaying the current page no in 1st master page.
    Screen shots are attached for first master page and Hierarchy Node.Pls see the highlighted section in 2nd image.
    Pls see and suggest me accordingly. Hope this helps are let me know anything u require.

  • Lock Page View for all pages in a document.

    Can I lock or freeze a Page View (Zoom Level and Pan Location) for a document while scrolling through the pages in a document? In other words: I want to see only a specific region of all the pages, while scrolling through the document. Is there a way to do this? Thanks!

    You may be able to do that with JavaScript (check the scripting forum for help there). Otherwise, I think I remember such in the preflight options. At least worth a check.

  • Full Page view for PDF and TIF attachments

    Hello Can any one help please, I upgraded my software for my device and no longer have the options for "full page view" to see detailed PDF and TIF attachments. This is a big problem for me please help. Thanks in advance.
    Message Edited by pltcare on 07-24-2009 02:11 PM
    Message Edited by pltcare on 07-24-2009 02:12 PM

    BTW I just checked the new Tour for sprint has the same problem.

  • ITunes 9: Can I have different views for different libraries?

    In iTunes 8 I was able to have different views for viewing different libraries. For example, I had my music library in Grid view and my podcast library in list view. When I change between the two libraries in iTunes 9 the view does not automatically change. It stays how the previous library was viewed. Is there a setting I am missing to allow me to keep a grid view for music and a list view for podcasts? Thank you.

    Thats really odd. I've used iTunes 9 on two different systems and both act like iTunes 8 did as far as maintaining library specific view settings.
    Is this also happening with playlists?

  • Specifying different initial views for different users in ALV web dynpro

    Hi Friends,
    I need to have 2 different initial view for my web dynpro application eg: View1 and View2. There will 2 group of users using the respective Views. However the first group should not be able to see other view(View2) and vice versa.
    Please tell me whether it is possible and if yes then how to do it.
    Regards,
    Saud

    Hi,
    the ALV component has a public attribute - R_COMPONENT which is of type ref to IF_SALV_WD_COMPONENT_TABLE
    you can call GET_PERSONALISATION on this reference to return a reference to the interface IF_SALV_WD_COMP_TABLE_PERS. This in turn has a method - SET_STANDARD_VIEW.
    I think that this should allow you to set which ever view you want.
    Hope it helps,
    Chris

  • Different column views for different mailboxes?

    Is it possible to view different columns for different mailboxes?
    Normally, the "Sent" mailbox displays only "To," not "From;" and the other mailboxes display only "From" and not "To." That's fine. But I have another mailbox I've created where I've stored old sent mail, and I only want to see the "To" column, not the "From" column in that mailbox. When I select that mailbox and then choose View-Columns, whatever I choose is applied to the "In" box, and all the other mailboxes (except "Sent" )... is there another way to do this?
    G3 B&W   Mac OS X (10.3.9)  

    Column view settings are stored globally for all mailboxes. You cannot change them for one mailbox without also affecting the rest, except Mail allows you to have slightly different From/To and Date Sent/Date Received settings for Sent.

  • Flash Player in MSFT Sharepoint Page Viewer

    Hi,
    I'm having an issue with the updated Flash Player 10.1.53.64 on a Windows XP system running IE7. The issue is specifically with loading a SWF from a Microsoft Sharepoint site that has a Web Part Page Viewer component which references a file://share/videos/page.html. In page.html an embedded SWF in the same directory (file://share/videos). The page.html loads in the web part and the Adobe Flash grey box displays but the SWF itself does not load.
    The same Sharepoint site displayed the above configuration fine in 10.0 of Flash Player.
    Oddly, when I type the URL path in the same browser directly to the file://share/videos/page.html it loads the SWF just fine and plays. Anyone have ideas if this is a bug or a setting in the browser/flash?

    it can be simply reproduced with following code.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1" title="r">
    <af:form id="f1" usesUpload="true">
    <af:commandButton text="pop" id="ctb13">
    <af:showPopupBehavior popupId="dirtyP"/>
    </af:commandButton>
    <div>
    <object width="560" height="345">
    <param name="movie" value="http://www.youtube.com/v/mmBNbyRYiK0?version=3&amp;hl=zh_CN"/>
    <param name="allowFullScreen" value="true"/>
    <param name="allowscriptaccess" value="always"/>
    <embed src="http://www.youtube.com/v/mmBNbyRYiK0?version=3&amp;hl=zh_CN" type="application/x-shockwave-flash" width="560" height="345" allowscriptaccess="always" allowfullscreen="true"/>
    </object>
    </div>
    <af:popup id="dirtyP">
    <af:dialog closeIconVisible="true" type="none" title=" " id="dirtyD">
    <af:outputText value="text in popup.text in popup.text in popup.text in popup"
    id="ot2"/>
    </af:dialog>
    </af:popup>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Edited by: ken wang on 2011-8-22 下午7:54

  • What is the best approach for different roles to be able to access relevant content

    I am working on a project with the following requirements: -
    - a calendar, FAQ list, downloads document library and Service Request log developed from a custom list
    - I have three roles - employee, line manager and Senior Executive
    - For each of the above lists I want to 'tag' items as being for one or more of the three roles.
    - when a user logs in s/he should see the content that they are allowed to see. For example an employee should only see items that are intended for
    an employee, a Line manager should see content for employees and line managers. Senior Execs should see all content. 
    My options are: -
    1. Have a single calendar, doc library, FAQ list and have a 'intended for' choice field that a user must pick from when creating and item. A SPD workflow
    can give item level permissions for the items based on the selected value and assign permissions to the relevant groups
    2. Have three sets of calendars, three sets of FAQ lists, three sets of doc libraries with unique permissions per list and use a content query web
    part to show content on the landing page that is rolled up and security trimmed 
    My question is
    – is there another way of tagging list/library items for a group of users and user only see what they are allowed to see?
    If not then which of the above two options would be preferred from a best practice point of view
    Many thanks for any advice you can give
    Johnny

    Audiences. This link is for 2007 but it's still there in 2010 and 13:
    http://office.microsoft.com/en-us/sharepoint-server-help/target-content-to-specific-audiences-HA010169053.aspx
    They aren't security trimming but they will conceal information that isn't useful for users. That might cover some, if not all, of your requirements.
    You could use three separate lists for each but you can do the same with three folders within the libraries just as well and still get most of the benefits.

  • Configuring IDM menus for different roles for same user?

    Looking forward to Sun IDM 8.x and Sun Role Manager 4.1 installation. Couple of points before the decision are -
    1. If a user A has two roles R1 and R2 (for Sun IDM) then how does Sun IDM decide how the IDM console should appear (menus etc.) to the user based on whether he's logging in with Role R1 or R2? The login screen doesn't contain any input entry for choosing the role with which to log-in. With that in mind, is it even possible to have multiple roles for same login id? Or does the user have to maintain two seperate login identities?
    2. Same question for Role Manager
    3. Does Sun Role Manager 4.1 provide Roles merging feature?
    Thanks,
    AG

    IDM combines the two roles. So if a user has the two roles and role R1 grants access to menu items 1,2,3 and role R2 grants access to menu items 3,4,5, the user will have access to menu items 1,2,3,4,5. If you want to separate these two roles, you will need two different login users - but what exactly are you trying to achieve there?
    Can't help you with Role Manager, sorry.

Maybe you are looking for

  • What do I do if the new tab settings will not allow me to change my url preference?

    To Whom It May Concern, Currently when I open a new tab it automatically pulls up the site http://lab.search.conduit.com/HP/SH/?layid=72&gid=1068&gd=&ctid=CT3326234&octid=EB_ORIGINAL_CTID&ISID=M11DEDE1B-4324-401A-AC98-FE9D62A182FE&SearchSource=69&CUI

  • Error while creating IMG Project in Solman

    Hi Folks, As i'm in the process of implementing Charm process in solution manager. After importing the logical components into my project ( implemention / Maintenance ) .when i'm creating the IMG project for Dev system in project administration i'm g

  • How to print fax call log on hp laserjet pro mfp m375

    There should be a way to print fax call log on hp laserjet pro mfp m375.  Not sure whether to go in "tools", "fax", "settings" or what!  Can somebody please give me instructions ASAP.  Does anybody else find HP's tech support - if your warranty runs

  • Can't force patch changes of an AU

    I setup a patch that uses the AAS Lounge Lizard. However, I was unable to get the Lounge Lizard to change to the patch number specified in the MainStage patch setting. Anyone seen this?

  • Leave for employee without approver is auto-approved.

    Hi, I'm trying to customize the HR_APPROVAL_CUSTOM pkg whereby I would want the leave for an employee without an approver not to auto-approve and instead raise an error message to sysadmin. Currently, when an employee who applies for leave has no app