Removing Buttons in Collaboration Task Detail View

Hello All,
I have a requirement to remove the "Edit" button from the " Item Detail" view of the SAP Enterprise Portal NW04 SP14 collaboration task.
I would appreciate (and reward) very useful answers.
Thank you.
Regards,
Collins

Hi,
Activating the Minimal Grouping of Collaboration Services
http://help.sap.com/saphelp_nw2004s/helpdata/en/42/ee2c740aed4fcfe10000000a422035/frameset.htm
Patricio.

Similar Messages

  • Remove buttons (edit/delete) from bizcard view of ess application

    Hi,
    Can anybody tell me how to remove buttons (edit/delete) from the bizcardview of ess apllications? I am using JDI/developer studio for the changes in source code.
    Thanks,
    Sameer

    Hello Sameer,
    I am working on EP7.0 ,NW04s . I am also looking to modify the Bizcard screen for Family Members overview . I want to hide the Edit and Delete button for Divorsed Spouse ...Were you able to hide the buttons?
    Please let me know how can that be achieved ..
    Any help would be highly appreciated.

  • Hiding/Removing field in a standard Detail view Org Chart  3.0  SP2

    We are trying to remove or hide a couple of fields from the details at the position level in the admin console for the Org Char application and cannot seem to find this in the Details designer.  We were able to do this for the Org Modeler, but the screen in the details designer doesn't seem to have this functionality in the admin console of the Org Chart application.
    Any help would be greatly appreciated.
    Jacques

    Hi Jacques,
    There are 3 things you are trying to do here:
    1. Change Location caption
    2. Change Location field logic for data retrieval
    3. Remove Mobile number and Fax number fields
    Each of these has completely different methods and some are easier than others.
    1. You need to change the caption for Location field. In the Caption Editor in the AdminConsole you need to change the caption key Field_Location.
    2. I'm pretty sure this comes from a Nakisa BAPI and therefore cannot be changed. The alternative (and complex) methods are to either create a NakisaRFC function to extract this data or (for better performance) create a BAPI that extracts all data for that section of the details panel with your "new" Location field. These would be the same process if you wanted to add an entirely new field.
    3. You should comment out these fields in the 75927beffed94564bef6af9d3045757e fieldset in the detail data configuration SAPPositionIncumbentsDetailsConfig_Data.xml.
    Best regards,
    Luke

  • Send email button on task detail

    How do I disable the send email button on the task detail page?

    Check this thread:
    Re: removing of unused buttons on detail page.

  • Always "Read-only" in dimension detailed view, OWB10gR2

    In OWB10gR2, let's get any dimension open in the "Data Object Editor", then click on dimension object, right button menu and select "Detail View". The editor shows as expected, the dimension itself and the underlying table, however in the lower pane where we can select tabs(Storage, Attributes, Levels, etc.) it always says "Read-only". Why is that? According to my security settings, I do have full control over these objects.
    Can anyone explain this to me?
    Thanks,
    vr

    Everyone, the "detail view" is read only becuase you aren't allowed to change settings here. If you notice, there should be a set of tabs at the top that say "relational", "dimensional", "business definition", and something else for the detail view (can't remember now). It appears that you can only change settings when on the "dimensional" tab - so just click there and you'll be good to go.
    Hope this helps,
    Scott

  • How to add custom link or button to task details page to open a different t

    Dear All
    In HumanTasks Workflow, On task details page, I want to add a custom link or button. Clicking on this link or button, should load a different task details page.
    The exact business usecase is like this:
    1. We have some human tasks with very detailed payload like about 100 attributes. When the task is submitted for Approval, we send notification emails. These emails shows the Task Details with all these 100 attributes along with standard Approve, Reject buttons etc. NOW in addition to this, we want to add extra custom button/link like Custom View. When we click on this buton or link, it should replace the task details page with the Custom task details page contents. The reason is most of the managers/approvers access their emails on smart phones like iphones. So in these phones, seeing full task details (100 attributes) is very tedious. So we want to provide a simplified view of same task with very minimum attributes like about 10 with Approve, Reject buttons. Now this compact view details will have a button called Detailed View on click on which it loads details page.
    So we want to have 2 pages for a task:
    taskDetails1.jspx -> Has all 100 attributes with a custom button/link called "Compact View". Click on Compact View switch to below page.
    taskCompact1.jspx -> Has only 10 attributes with a custom button/link called "Detailed View". Click on Detailed View switch to above page.
    1. I tried implementing this using the VacationRequest sample where the payload is like creator, startdate, enddate, reason. I already have taskDetails1.jspx page, which shows this information in the email body.
    2. I want to add another button to taskDetails1.jspx so that when I click on it, I want to load a different page like taskCompact.jspx which has only say creator, reason.
    I already added a link and gave the url with parameters like taskId, taskContext etc which I got from bindings, but nothing is displayed when I click on custom button. The taskId, context values are comming correctly in the url.
    So bottom line, what is the URL that I can provide in the task details page, to load a different task details page contents. I want to pass other taskdetails jsp details.
    Please let me know, if there is any other approach to implement this usecase.
    Thanks in advance
    Ravi Jegga

    Hi,
       I am not sure if you can add your own custom buttons to the application tool bar because your table control is in a sub screen area in a standard screen so the menu area would be controlled by the standard screen and not the subscreen , but along side the table control you can give buttons for scrolling and handle the same in the subscreen if you check the FM EXIT_SAPLMEREQ_002 it has a variable IM_UCOMM which would have the ucomm set in the subscreen so here you can handle your user command to scroll on the table control.
    Regards,
    Himanshu

  • Link to remove Product from Cart in Product list/detail views

    I'm wondering if it would be possible to construct a link/button to remove a product from the cart (assuming it's in the cart) from within the product list or detail views.
    Much like the 'remove' link on the shopping cart page.
    Anyone done this or have any ideas as to how it might be done?

    I was messing around with it and figured it out.
    I changed the onclick value ...false to ...true.
    Apparently this allows the href value to be used after the onclick function has run. Here's the jquery i used to make the change.
    $(linkA).attr('onclick',$(linkA).attr('onclick').replace('false','true'));
    I hope this helps someone else.

  • Next/previous button into detail view???

    Hi all,
    I have a tableview and it feeds the plist data into a detail view.... I would like to have two buttons in the detail view, one to move forward through the array from the last tableview and one to move backwards through the array. The data would be displayed in the detail view.
    here is the kind of plist I have....
    <array>
    <dict>
    <key>name</key>
    <string>Category A</string>
    <key>ItemChild</key>
    <array>
    <string>aaaa</string>
    <string>bbbb</string>
    <string>cccc</string>
    <string>dddd</string>
    </array>
    </dict>
    <dict>
    <key>name</key>
    <string>Category B</string>
    <key>ItemChild</key>
    <array>
    <string>aaaa</string>
    <string>bbbb</string>
    <string>cccc</string>
    <string>dddd</string>
    </array>
    </dict>
    <dict>
    <key>name</key>
    <string>Category C</string>
    <key>ItemChild</key>
    <array>
    <string>aaaa</string>
    <string>bbbb</string>
    <string>cccc</string>
    <string>dddd</string>
    </array>
    </dict>
    </array>
    </plist>
    To try to pass the array and position in array through to the detail view I have put this code into my second view controller....
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    NSString *myLabel = [self.dataList1 objectAtIndex:indexPath.row];
    FinalViewController *dvController = [[FinalViewController alloc] initWithNibName:@"FinalViewController" bundle:nil];
    dvController.myLabel = myLabel;
    dvController.title = [self.dataList1 objectAtIndex:indexPath.row];
    dvController.currentRow = indexPath.row;
    dvController.dataList1 = self.dataList1;
    [self.navigationController pushViewController:dvController animated:YES];
    [dvController release];
    dvController = nil;
    in my detail view.h I have added
    NSArray *dataList1;
    int currentRow;
    @property (nonatomic, retain) NSArray *dataList1;
    @property (nonatomic, assign) int currentRow;
    -(IBAction) getNext;
    and in my detail view.m I have put...
    - (IBAction) getNext{
    if (self.currentRow>=0) {
    currentRow = currentRow-1;
    NSString *data1 = [dataList1 objectAtIndex:currentRow];
    theLabel.text = data1;
    however the second view controller doesn't seem to be passing the array or the position in the array through??? However I am kind of new to this and not to sure how to pass that information through.???
    any help would be great,
    thanks

    Hi,
    According to your post, my understanding is that you wanted to use the next and previous control in announcements list webpart.
    You can refer to the following thread, Ashish Patel had written a details explanation about it.
    http://sharepoint.stackexchange.com/questions/25680/announcements-webpart-customization
    what’s more, we can use the JQuery to query the announcement list, then built a html structure to work with some plugins such as the following.
    http://jquery.malsup.com/cycle/int2.html
    http://www.gmarwaha.com/jquery/jcarousellite/#demo
    Thanks & Regards,
    Jason 
    Jason Guo
    TechNet Community Support

  • BPEL Human Task: how to remove task details section from notification email

    This is concerning the human task component of SOA Suite 11g. Upon task assignment, the assignee receives an email notification with an administrator configured text. Below this text the task details are automatically added. How can this be removed? Marking the notification as 'secure' also removes the administrator configured text. But that I'd like to keep. Only the automatically added task details section needs to go. Any hints?

    This configuration is available in the following navigation. Workflow Administrator Web Applications > Oracle Applications Manager > Workflow Manager > Service Components > Workflow Notification Mailer > Edit > Advanced > Message Generation section > Templates. You can refer to the "Oracle Workflow Administrator's Guide" > "Modifying Your Message Templates" for more information.
    Please note that this applies to ALL the outbound notifications, not specific for Purchasing notifications.

  • How to save the detail view of a task in a database?

    Hi experts,
    I need to save the detail view which we get after selecting the work item in the table list in UWL. Can anyone provide me the solution for it step by step as I have no prior knowledge of portal.
    Thanks,
    Amit.
    PS: Points will be rewarded.
    Edited by: amit sinha on Jun 4, 2008 5:41 PM

    Hello,
    take a look on the below example :
    --Initialize data
    Create table #tmp (id int,name varchar(50),marks int)
    Insert into #tmp values (1,'a' ,3)
    Insert into #tmp values (2,'b',5)
    --Decalare variable
    Declare @maxid int, @minMarks int
    --Take data from table
    Select @maxid=max(id),@minMarks= min (marks) from #tmp
    --Select data storead in variables
    Select @maxid,@minMarks
    Drop table #tmp
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • Replacement of detail view controller using segues

    Im trying to get a button in the master view controller of a UISplitView controller to change the image being shown in the detail view controller of the same UISplitView controller. Im trying to find out if it is possible to do this with segues alone without defining IBActions. If so, Im having trouble figure out what kind of segue would do this. I tried to control-drag from the button in the master view controller to the instance of the detail view controller that I want replacing the first instance(root instance) of the detail view controller and choosing the replace segue but that isn't working out. Any help would be greatly appreciated. I found this was easier to do in the UINavigationController using storyboard and segues because you just "draw" the different instances with different images on the IB canvas and they get pushed according to what button you pressed in the previously on screen view controller however Im having trouble doing this in a split view controller's detail side which in my case is not inside a UINavigationController.

    Hi Lakshmi,
    Doing with MVC would be simpler one compared to page with flow logic.
    Lakshmi you have specified that u have created HEADER IN ONE VIEW and the buttons needed foe the same page in another view.
    You can replace that by including the coding as follows.
    Write the codings needed for header in page fragment and include that in the needed page using the syntax
    <%@ include file="relative URL"%> relative url is the name of the fragment under which you have to write the coding for header.
    Once you have done this you can include the header in any view just by calling the above syntax alone.
    After the completion of this task,you can design the buttons in the same view in which you have included the header.Time consumption will be advantage here.
    You have specified that, by clicking a button your page should be navigated to second and so on.This can be easily achieved by pressing the following keys under DOHANDLEEVENT.
    case evevt.
    when 'id of button 1'
    navigation ->next_page('*goto'*)
    Follow thew same  for all the buttons in their respective DOHANDLEEVENT
    In the main page(ie by clickin the name of the application you will bw getting a window) in you should specify as
    firstpage.htm   goto secondpage.htm
    Link:[helplink|http://help.sap.com/saphelp_nw04/helpdata/en/28/4bae407e69bc4ee10000000a1550b0/framese
    t.htm]
    Hope this will help you.
    With Regards,
    SHARMILA BRINDHA.M

  • I lost my Start button and my Task Bar

    I have been dealing with a serious virus for a couple weeks now that makes my computer run extremely slow. I ran several free antivirus and antimalware programs trying to fix my problem. This resulted in getting an error msg on start up that states "Windows
    Explorer has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. After Explorer closes I have no desktop. Its a black and blank screen. I can still get to Explorer
    by using ctrl-alt-del however I no longer have a Start button or a Task Bar on my Explorer home page.
    I have tried several online suggestions on retrieving the Stop button with no success. I'm sure the blank screen at start-up is a result of the virus but I have no clue on getting rid of the virus at this point.
    Please help me out if you have any ideas...Thank you!!

    Try this tool: Malicious Software Removal Tool
    http://www.microsoft.com/en-in/download/malicious-software-removal-tool-details.aspx
    If you have a restore point, try to return the system to an earlier point in time when things worked correctly.
    Or use Startup Repair to fix this issue, please refer to this link:
    Startup Repair (Vista)
    http://windows.microsoft.com/en-in/windows/startup-repair-faq#1TC=windows-vista
    If issue persists, I suggest you ask in this forum for they’re more familiar with this topic
    Vista IT Pro Forum
    http://social.technet.microsoft.com/Forums/windows/en-US/home?category=windowsvistaitpro
    Regards
    Yolanda
    TechNet Community Support

  • Help with detail view on photo page... no help from previous post!

    I posted these questions a few days ago and although people have been looking no one has any suggestions yet...
    Is my request too complicated?
    Old Toad, Wyodor, Cyclosaurus... would you have any tips?
    Many thanks
    I am using iweb to create my site and have an album that contains photo pages. I used a web widget / HTML snippet, to jump from my album page straight to 'detail view mode' on my photo page.
    I'd like to customize the look of my 'detail view' a little (I'm using the 'White' Theme).
    I have removed 'subscribe' and 'download' and do not have a slide show.
    How do I:
    1. Remove the text 'previous', and 'next' that appear under the image leaving just the arrows?
    2. Change the look of those arrows (from 'canvasarrow-right03.png' and 'canvasarrow-left03.png' to 'canvastransport-left-N03.png' and 'canvastransport-right-N03.png')?
    3. Remove the arrow that is next to 'Back to album' leaving just text?
    4. Change the font and colour of this text ('Back to album') to Aerial Regular 12pt caps, 65% black?
    5. The thumbnails have a blue frame to indicate which image is in large view, how do I change the colour to an orange?
    6. Remove the buttons in blue and grey, top centre (that change the view from thumbnails and large pic to just large pic)?

    I can't change the "Sending Page" because it uses custom "Filtering & Sorting" to drill down to the addresses..
    Once the User has "Checked" the records to be mapped, they click the Map button, and it takes them to this Detail page (with the ID's in the URL)
    Now that you mention it, the Detail form does have all of the Form fields/wkRptID's (for each of the addresses) on the page.. but how would I iterate thru the form data of each record, and grab the wkRptID's and add them to the WHERE statement..?
    Either way, once I have the Query correct, it is then fed to my Google Map to plot the addresses..

  • Error after creating a new item in 'Case Worker'-- 'Agent Dashboard'-- 'Task Details' screen

    In 'Case Worker'-->'Agent Dashboard'--> 'Task Details' screen, I have created a item named 'YEARS' using 'Create Item' in 'Personalize Page' screen. It is not going to tasks page and giving error as "
    oracle.apps.fnd.framework.OAException: No entities found, entityMaps not defined for attachment item (YEARS)." How can I remove this field now..

    Please see the suggested solutions in the following docs.
    Entity Maps Not Defined For Attachment Error When Selecting A Deliverable (Doc ID 358385.1)
    Corrupt Personalization - No Entities Found Entitymaps Not Defined For Attachment Item (Doc ID 1085011.1)
    R12:Supplier Page Unexpected Error: 'No Entities Found EntityMaps not Defined for Attachment Item' (Doc ID 1361320.1
    Geography Hierarchy No Entities Found, EntityMaps Not Defined For Attachment Item (Doc ID 831088.1)
    Depot Repair Bulk Receiving Error: "No entities found, entityMaps not defined for attachment item" (Doc ID 1357977.1)
    Thanks,
    Hussein

  • Not able to display bar chart in details view

    Hi every one,
    I created Tiles and when click on Tile it is going to SplitContainer. in SplitContainer container i have two HTML views. I am trying to dispaly bar chat in Detail view. but its not displaying. Can you please help me?
    Here is my code.
    Here is my details view.
    <template data-controller-name="view.LrDetail">
      <div id="page" data-sap-ui-type="sap.m.Page" data-title="Leave Request" data-show-nav-button="true" data-nav-button-press="back">
      <div data-sap-ui-aggregation="content">
      <div data-sap-ui-type="sap.m.ObjectHeader"
      data-title-active="true"
      data-title-press="showRequestor"
      data-title="{lr>requestor}"
      data-number="{lr>days}"
      data-number-unit="days">
      <div data-sap-ui-aggregation="attributes">
      <div data-sap-ui-type="sap.m.ObjectAttribute" data-text="{path:'lr>type', formatter:'util.Formatter.lrType'}">
      </div>
      </div>
      <div data-sap-ui-aggregation="firstStatus">
      <div data-sap-ui-type="sap.m.ObjectStatus" data-text="{path:'lr>agoDays', formatter:'util.Formatter.agoDays'}">
      </div>
      </div>
      </div>
      <div id="reports" data-sap-ui-type="sap.viz.ui5.Bar">
      </div>
      </div>
      </div>
    </template>
    and here is my details controller
    onBeforeRendering: function()
      var oModel = new sap.ui.model.json.JSONModel({
      businessData : [
      {Country :"Canada",revenue:410.87,profit:-141.25, population:34789000},
      {Country :"China",revenue:338.29,profit:133.82, population:1339724852},
      {Country :"France",revenue:487.66,profit:348.76, population:65350000},
      {Country :"Germany",revenue:470.23,profit:217.29, population:81799600},
      {Country :"India",revenue:170.93,profit:117.00, population:1210193422},
      {Country :"United States",revenue:905.08,profit:609.16, population:313490000}
      sap.ui.getCore().setModel(oModel, "MyJSONModel");
      var dataset = new sap.viz.ui5.data.FlattenedDataset({
                dimensions : [ {
                  axis : 1,
                  name : 'Country',
                  value : "{Country}"
                measures : [ {
                  name : 'population',
                  value : '{population}'
                }] ,data : {
                  path : "/businessData"
      var chart = this.getView().byId("reports");
      chart.setDataset(dataset);
      chart.setModel(oModel);
    here is my output screenshot.
    Can you please help me where i am doing wrong.

    Hi Sakthivel Elango,
    My code is working in Normal view and displaying Chart. the same code put into detail view chat is not displaying. Inside HTML code i am posting please check the code.
    <div id="LrDetail--reports" data-sap-ui="LrDetail--reports" class="sapVizChart" style="width: 640px; height: 480px;">
       <div id="UIComp_0" style="position: relative; overflow: visible; font-size: 10px; box-sizing: border-box; left: 0px; top: 0px; width: 640px; height: 480px; display: none;">
          <div id="UIComp_1" class="UIComp_1-2ebc44e6-2f93-46d1-964e-e823b0afe432 v-viz v-bar" style="position: relative; overflow: hidden; font-size: 10px; box-sizing: border-box; display: block; width: 640px; height: 480px; -webkit-user-select: none; left: 0px; top: 0px;">
             <canvas style="width: 0px; height: 0px;"></canvas>
             <svg class="v-m-root" width="640" height="480" style="left: 0px; top: 0px; direction: ltr; position: absolute; box-sizing: border-box;">
                <defs></defs>
                <g class="v-m-title"></g>
                <g class="v-m-legends">
                   <g class="v-m-legend"></g>
                </g>
                <g class="v-m-main">
                   <g class="v-m-background"></g>
                   <g class="v-m-xAxis"></g>
                   <g class="v-m-yAxis"></g>
                   <g class="v-m-plot"></g>
                </g>
             </svg>
          </div>
       </div>
    </div>
    in this svg tags there is no bars.

Maybe you are looking for