How to remove buttons from standard check in page

Hi,
Can any one tell me how to hide buttons from the standard check in page and re-arrange field in UCM. I want to just display Check In, Reset and Quick Help.
Thanks,
Abhijit
Edited by: AbhijijitPr on Sep 6, 2010 2:28 PM

Hey Tim,
Even i am facing a similar situation but i have to hide the field on the selection of an option list
How can i do it through profile and rules?
Can it be done by using custom includes in the fields?
if yes how?
Thanks,

Similar Messages

  • Is it possible to remove "Revision" from standard check in

    Hi,
    Is it possible to remove or disable the revision text box in the standard check in screen. This number can be changed by the user each time the document is checked in. It can be changed to go backwards and use duplicated is the user changes it without giving an error i.e. 1 - 3 - 2 - 3. The documentation says "The revision increments automatically with each check-in of the content item, so generally, you should not change this value"
    Is there a way to remove/disable this from the standard check-in to prevent people changing it.
    Thanks

    Kizume and Rhm Zanz it should be still there as that is what manages that specific feature.
    In the top menu bar, where is says:      Finder   File   Edit   View   Go   Windows   Help
    Click on the Go, and in the same time click the option key on your keyboard near the space bar.  In that the drop down menu list the word Library will appear.
    Click on Library and Finder will open, look for the Preferences folder. Within that folder which should be in alphabetical order look for the file named, com.apple.sharekit.recents.plist
    Drag that file out of finder and unto your desktop. Close out the Finder window and close out all other your applications, including Safari, and reboot your Mac and once it turns on, reopen Safari and look at your share sheet. Any recents should be gone. That file named com.apple.sharekit.recents.plist will recreate itself on a clean slate in that folder. Should you encounter that you shared something again to a contact with Safari's share sheet, be sure to follow the same directions.
    Cheers!

  • How to remove Button from Flex Mobile app actionbar with AS3?

    How exactly would i remove a Button from the actionBar "actionContent" in a flex mobile app?
    I tried these:
        this.stage.removeChild(menu_btn);
        this.removeChild(menu_btn);
        stage.removeChild(menu_btn);
        this.stage.removeElement(menu_btn);
        this.removeElement(menu_btn);
        stage.removeElement(menu_btn);
    I'm not having any luck with those. Im guessing where it is located in the actioncontent isn't considered the stage. Any ideas?
        <s:actionContent>
                            <s:CalloutButton id="menu_btn" icon="@Embed('assets/images/menu/menu_btn.png')" visible="false">
                                      <s:VGroup>
                                      <s:Button id="btn_one" label="Button" />
                                      </s:VGroup>
                            </s:CalloutButton>
                  </s:actionContent>
    The actionContent is setup like that, I know like with most mxml stuff I could give it an ID to reference it but im not sure how how to give the action content an id number `<s:actionContent id="testID">` does not work. So how can i access this to remove it? making it invisible isn't cutting it i need to actually remove it.

    Does this do what you are looking for?
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
        <s:actionContent>
            <s:Button id="excess" label="excess" />
            <s:Button label="remove" click="this.navigator.actionBar.actionGroup.removeElement(excess);" />
        </s:actionContent>
    </s:View>

  • How to remove fields from Standard Screen

    Hi,
        I Have faced one problem in screens(se51). When apply one SAP Note i have to change the screen manually(as per Note ) . My requirement is to remove some text fields and label fields. But I cant delete the Fields.
       Normally just select the object and Press delete Key to remove one object from screen. But here it is not working.
      How can i remove the objects from the screen as per SAP Note.
    Thanks in Advance,
    WIth Regards,
    Neptune.M

    Hi,
    T.code SHD0 helps you control which fields to appear, suppress and make mandatory in Standard Screen.
    refer
    https://forums.sdn.sap.com/click.jspa?searchID=4359065&messageID=2961760
    Regards

  • How to remove buttons from a selection-screen as window.

    Hello SAPients.
    I'm using CALL SELECTION-SCREEN 100 STARTING AT 10 10 to call a previously created selection-screen. The window shows 4 buttons: Execute,  Check input, Save as variant and Cancel. The user is asking to remove the Check input and Save as variant buttons. Is that possible? I've been searching and I can't find a way to remove those 2 buttons.
    Thank you in advance for your help.

    Hello Ric,
    The buttons must be defined in GUI status right?
    So you must be calling the 'set pf-status' command?
    Modify this statement.
    suppose the function code for check input is 'CHECK' and save variant is 'SAVE'.
    TYPES: BEGIN OF TAB_TYPE,
            FCODE LIKE RSMPE-FUNC,
          END OF TAB_TYPE.
    DATA: TAB TYPE STANDARD TABLE OF TAB_TYPE WITH
                   NON-UNIQUE DEFAULT KEY INITIAL SIZE 10,
          WA_TAB TYPE TAB_TYPE.
    CLEAR TAB.
    MOVE 'CHECK'TO WA_TAB-FCODE.
    APPEND WA_TAB TO TAB.
    MOVE 'SAVE' TO WA_TAB-FCODE.
    APPEND WA_TAB TO TAB.
    SET PF-STATUS 'STAT' EXCLUDING TAB.
    Thanks,
    Susmitha
    Dont forget to reward points for useful answers

  • Removing buttons from standard UWL tracking tab

    Hi,
    I have got a requirement to remove the delete button in the Tracking tab iView.Once you select a worklist item, there are two options.One is to launch the item type or to delete it.I would like to remove the "Delete" button.
    Can you please help me in this regard?
    BR
    Siva

    Hi Shiva,
    Use this, i have deleted the lines containing delete actoin.
    Hope this will work fine.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
    <UWLConfiguration version="1.0">
    <DescriptionBundles>
    <DescriptionBundle name="blank" default=" "/>
    </DescriptionBundles>
    <Actions>
    <Action name="markAsRead" groupAction="" handler="UWLActionHandler" referenceBundle="mark_as_read" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="manageAttachments" groupAction="youCanAlsoDo" handler="SAPWebDynproLauncher" referenceBundle="manage_attachments" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLManageAttachments"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="sap_uwl_selecteditem" value="${item.internalId}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="excludeNotes" value="true"/>
    <Property name="display_order_priority" value="-3"/>
    </Properties>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task" comparator="StartsWith"/>
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value=".webflow.gp" comparator="NotContains"/>
    </CompoundExpression>
    </Action>
    <Action name="newItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <CompoundExpression logicalOperation="OR" defaultViewFilter="no">
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemSubtype" value="Q" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome" comparator="NotStartsWith"/>
    </CompoundExpression>
    </CompoundExpression>
    </Action>
    <Action name="inProgressItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <CompoundExpression logicalOperation="OR" defaultViewFilter="no">
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemSubtype" value="Q" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome" comparator="NotStartsWith"/>
    </CompoundExpression>
    </CompoundExpression>
    </Action>
    <Action name="priorityVeryHigh" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="newValue" value="4"/>
    <Property name="priority" value="VeryHigh"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome" comparator="NotStartsWith"/>
    </CompoundExpression>
    </Action>
    <Action name="submitUserDecisions" groupAction="" handler="UIActionHandler" referenceBundle="submit" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <ConfirmDescriptions referenceBundle="submit_prompt"/>
    </Action>
    <Action name="uwlUserAction" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="width=700,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLUserAction"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="UWLItemIdList" value=""/>
    <Property name="UWLActionId" value="forward"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    <Property name="UWLItemId" value="${item.internalId}"/>
    </Properties>
    <Descriptions default="uwlUserAction"/>
    </Action>
    <Action name="viewSimilar" groupAction="youCanAlsoDo" handler="UIActionHandler" referenceBundle="view_all_of_same_type" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="image" value="icon_detail.gif"/>
    <Property name="display_order_priority" value="-5"/>
    </Properties>
    </Action>
    <Action name="claimItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="addMemo" groupAction="youCanAlsoDo" handler="SAPWebDynproLauncher" referenceBundle="add_memo" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=600,height=400,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLAddMemo"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="sap_uwl_selecteditem" value="${item.internalId}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="-3"/>
    </Properties>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task" comparator="StartsWith"/>
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value=".webflow.gp" comparator="NotContains"/>
    </CompoundExpression>
    </Action>
    <Action name="removeFromNavigation" groupAction="" handler="UIActionHandler" referenceBundle="remove_from_navigation" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="type" value="button"/>
    <Property name="onClick" value="onRemoveFromNavigation"/>
    </Properties>
    </Action>
    <Action name="uwlTaskWizard" groupAction="youCanAlsoDo" handler="SAPWebDynproLauncher" referenceBundle="wizard" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="width=550,height=650,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="WizardApplication"/>
    <Property name="action" value="subprocess"/>
    <Property name="internalId" value="${item.internalId}"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="item_type" value="${item.itemType}"/>
    <Property name="externalObjectID" value="${item.externalObjectId}"/>
    <Property name="external_obj_type" value="${item.externalType}"/>
    <Property name="dueDate" value="${item.dueDate}"/>
    <Property name="appContext" value="${context.appContext}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="providerId" value="${item.connectorId}"/>
    <Property name="display_order_priority" value="-3"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tceujwfuiwizardtask"/>
    <Property name="launchContext" value="UWL"/>
    <Property name="systemId" value="${item.systemId}"/>
    <Property name="subject" value="${item.subject}"/>
    <Property name="item_id" value="${item.externalId}"/>
    </Properties>
    </Action>
    <Action name="accept" groupAction="yes" handler="UserDecisionHandler" referenceBundle="approve" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="UserDecisionNote" value="display"/>
    </Properties>
    </Action>
    <Action name="uploadMemo" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="fileName" value=""/>
    <Property name="content" value=""/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="priorityLow" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="newValue" value="1"/>
    <Property name="priority" value="Low"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="alertBaseAction" groupAction="" handler="dummy" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
    <Property name="openInNewWindow" value="true"/>
    </Properties>
    <Descriptions default="alertBaseAction"/>
    </Action>
    <Action name="uploadAttachment" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="fileName" value=""/>
    <Property name="fileMimeType" value=""/>
    <Property name="content" value=""/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="launchAlertSubscription" groupAction="AlertSubscription" handler="SAPWebDynproLauncher" referenceBundle="alertSubscription" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowName="Alert Category Subscription" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLAlertSubscription"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="DynamicParameter" value="configureGroup=${context.configureGroup}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="confirm" groupAction="yes" handler="UserDecisionHandler" referenceBundle="confirm" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="UserDecisionNote" value="display"/>
    </Properties>
    </Action>
    <Action name="reject" groupAction="yes" handler="UserDecisionHandler" referenceBundle="reject" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="forward" groupAction="" handler="ProviderActionHandler" referenceBundle="forward" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="userIdList" value="$"/>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    </Action>
    <Action name="viewHistory" groupAction="youCanAlsoDo" handler="SAPWebDynproLauncher" referenceBundle="view_history" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLDisplayHistory"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="sap_uwl_selecteditem" value="${item.internalId}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="-3"/>
    </Properties>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.completedtask.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.completedrequest.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome.coll" comparator="NotStartsWith"/>
    </CompoundExpression>
    </Action>
    <Action name="launchAlertActionDummy" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="openAlert" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="refresh" groupAction="" handler="UIActionHandler" referenceBundle="refresh" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="type" value="button"/>
    <Property name="onClick" value="onForceRefresh"/>
    </Properties>
    </Action>
    <Action name="addToNavigation" groupAction="" handler="UIActionHandler" referenceBundle="add_to_navigation" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="type" value="button"/>
    <Property name="onClick" value="onAddToNavigation"/>
    </Properties>
    </Action>
    <Action name="priorityHigh" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="newValue" value="3"/>
    <Property name="priority" value="High"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="unescalate" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="completeItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <CompoundExpression logicalOperation="OR" defaultViewFilter="no">
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="noapprovalquicktask" value="true" comparator="NotEquals"/>
    <Expression name="itemSubtype" value="Q" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="noapprovalquicktask" value="true" comparator="NotEquals"/>
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome" comparator="NotStartsWith"/>
    </CompoundExpression>
    </CompoundExpression>
    </Action>
    <Action name="complete" groupAction="" handler="ProviderActionHandler" referenceBundle="complete" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="4"/>
    </Properties>
    </Action>
    <Action name="markAsLaunched" groupAction="" handler="UWLActionHandler" referenceBundle="mark_as_launched" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="viewSubProcess" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="view_subprocess" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="WebDynproApplication" value="JWFTaskDetail"/>
    <Property name="internalId" value="0"/>
    <Property name="action" value="viewsubprocess"/>
    <Property name="isnewwindow" value="0"/>
    <Property name="item_type" value="uwl.request.coll"/>
    <Property name="external_obj_type" value="WFTask"/>
    <Property name="subProcessId" value="${item.subProcessId}"/>
    <Property name="appContext" value="${context.appContext}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlSubprocessRunningOnly"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tceujwfwfwdtd"/>
    <Property name="launchContext" value="UWL"/>
    <Property name="item_id" value="${item.subProcessId}"/>
    <Property name="external_obj_id" value="${item.subProcessId}"/>
    </Properties>
    </Action>
    <Action name="viewDetail" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="view_detail" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=700,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLDetail"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="excludeActions" value="$"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="excludePreviewSections" value="$"/>
    <Property name="image" value="icon_detail.gif"/>
    <Property name="sap_uwl_selecteditem" value="${item.internalId}"/>
    <Property name="displayEmptyDisplayAttributes" value="$"/>
    <Property name="excludeDisplayAttributes" value="$"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="-2"/>
    </Properties>
    </Action>
    <Action name="replace" groupAction="" handler="ProviderActionHandler" referenceBundle="replace" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    </Action>
    <Action name="priorityNormal" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="newValue" value="2"/>
    <Property name="priority" value="Normal"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="removeAttachment" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="attachmentId" value=""/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="decline" groupAction="" handler="ProviderActionHandler" referenceBundle="decline" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    <ConfirmDescriptions referenceBundle="decline_prompt"/>
    </Action>
    <Action name="viewMemos" groupAction="youCanAlsoDo" handler="UIActionHandler" referenceBundle="view_memos" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="-2"/>
    </Properties>
    </Action>
    <Action name="connectionstatus" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=600,height=350,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLConnectionStatus"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <Descriptions default="connectionstatus"/>
    </Action>
    <Action name="uwlReturnToTable" groupAction="" handler="UIActionHandler" referenceBundle="return" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="type" value="button"/>
    <Property name="onClick" value="onCancel"/>
    <Property name="display_order_priority" value="-15"/>
    </Properties>
    </Action>
    <Action name="launchSubstitutionManager" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="SubstitutionManager" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowName="Substitution" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLSubstitution"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="DynamicParameter" value="uwlSessionId=${context.uwlSessionId}&amp;configureGroup=${context.configureGroup}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="defaultGlobalWizard" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="new_task" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="width=550,height=650,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="WizardApplication"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tceujwfuiwizardtask"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="launchContext" value="UWL"/>
    <Property name="type" value="button"/>
    <Property name="ignoreWorkIdParams" value="yes"/>
    <Property name="appContext" value="${context.appContext}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="-1"/>
    </Properties>
    </Action>
    <Action name="escalate" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="unclaimItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="viewPreviewDetail" groupAction="youCanAlsoDo" handler="UIActionHandler" referenceBundle="view_preview" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="image" value="icon_detail.gif"/>
    <Property name="display_order_priority" value="-1"/>
    </Properties>
    </Action>
    <Action name="acknowledge" groupAction="" handler="ProviderActionHandler" referenceBundle="acknowledge" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    <ConfirmDescriptions referenceBundle="acknowledge_prompt"/>
    </Action>
    <Action name="reserve" groupAction="" handler="ProviderActionHandler" referenceBundle="reserve" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    </Action>
    <Action name="cancelSubprocess" groupAction="" handler="UWLActionHandler" referenceBundle="cancel_process" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlSubprocessRunningOnly"/>
    </Properties>
    <ConfirmDescriptions referenceBundle="cancel_prompt"/>
    </Action>
    </Actions>
    <ItemTypes>
    <ItemType name="uwl" connector="*" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="viewDetail"/>
    <Action reference="viewMemos"/>
    <Action reference="viewPreviewDetail"/>
    <Action reference="viewSimilar"/>
    <Action reference="uwlReturnToTable"/>
    <Action reference="markAsRead"/>
    <Action reference="markAsLaunched"/>
    <Action reference="launchSubstitutionManager"/>
    <Action reference="uwlUserAction"/>
    <Action reference="connectionstatus"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.alert" connector="AlertConnector" defaultView="AlertsView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="cancelSubprocess"/>
    <Action reference="viewSubProcess"/>
    <Action reference="acknowledge"/>
    <Action reference="replace"/>
    <Action reference="reserve"/>
    <Action reference="decline"/>
    <Action reference="forward"/>
    <Action name="AlertConfiguration" groupAction="" handler="SAPBSPLauncher" referenceBundle="alertConfig" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="CustomerNamespace" value="sap"/>
    <Property name="Namespace" value="sap"/>
    <Property name="Application" value="ALERTPERSONALIZE_RULES"/>
    <Property name="PageId" value="index.htm"/>
    <Property name="System" value="${item.systemId}"/>
    <Property name="display_order_priority" value="1"/>
    </Properties>
    </Action>
    </Actions>
    <Menu>
    <MenuItem name="acknowledge" actionRef="acknowledge" referenceBundle="acknowledge"/>
    <MenuItem name="forward" actionRef="forward" referenceBundle="forward"/>
    </Menu>
    </ItemType>
    <ItemType name="uwl.completedrequest" connector="*" defaultView="WorkItemsCompletedRequestView" defaultAction="viewDetail" executionMode="default">
    <Caching refreshPeriod="session" expiryTime="default"/>
    <Actions>
    <Action reference="viewSubProcess"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.completedtask" connector="*" defaultView="WorkItemsCompletedView" defaultAction="viewDetail" executionMode="default"/>
    <ItemType name="uwl.forwardedtask" connector="*" defaultView="WorkItemsForwardedView" defaultAction="viewDetail" executionMode="default">
    <Caching refreshPeriod="session" expiryTime="default"/>
    </ItemType>
    <ItemType name="uwl.futuretask" connector="*" defaultView="FutureTaskView" defaultAction="viewDetail" executionMode="default"/>
    <ItemType name="uwl.notification" connector="*" defaultView="NotificationsView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="complete"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.request" connector="*" defaultView="WorkItemRequestsView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="cancelSubprocess"/>
    <Action reference="viewSubProcess"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.task" connector="*" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="uwlTaskWizard"/>
    <Action reference="priorityLow"/>
    <Action reference="priorityNormal"/>
    <Action reference="priorityHigh"/>
    <Action reference="priorityVeryHigh"/>
    <Action reference="cancelSubprocess"/>
    <Action reference="viewSubProcess"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.task.approval" connector="*" defaultView="WorkItemsApprovalView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="accept"/>
    <Action reference="reject"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.task.confirmation" connector="*" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="confirm"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.templateBase.alert" connector="AlertConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="alertBaseAction"/>
    </Actions>
    </ItemType>
    </ItemTypes>
    <Views>
    <View name="AlertsView" selectionMode="MULTISELECT" width="98%" supportedItemTypes="uwl.alert" columnOrder="priority, subject, isEscalated, createdDate, recipients, alertcategory, attachmentCount" sortby="priority:descend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_alerts">
    <DisplayAttributes>
    <DisplayAttribute name="createdDate" type="datetime" width="" sortable="yes" format="medium" referenceBundle="sent_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="expiryDate" type="datetime" width="" sortable="yes" format="medium" referenceBundle="expire_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="recipients" type="people" width="" sortable="no" format="default" referenceBundle="recipients" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="alertcategory" type="string" width="" sortable="yes" format="default" referenceBundle="alertcategory" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="priority" type="image" width="1" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
    <ImageMapping default="HIGH">
    <ImageMap value="VERYHIGH" imageName="/irj/portalapps/com.sap.portal.htmlb/mimes/common/statusicons/s_s_ledr.gif"/>
    <ImageMap value="HIGH" imageName="" referenceBundle="menu_priority_high"/>
    </ImageMapping>
    </DisplayAttribute>
    </DisplayAttributes>
    <AllowedFilters>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
    <Expression name="status" value="NEW" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
    <Expression name="status" value="INPROGRESS" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
    <Expression name="dueDate" value="Today" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
    <Expression name="dueDate" value="Today" comparator="LessThan"/>
    </CompoundExpression>
    </AllowedFilters>
    <Actions>
    <Action reference="acknowledge"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    <Action reference="launchAlertSubscription"/>
    </Actions>
    </View>
    <View name="AllItemsView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task, uwl.request, uwl.notification, uwl.alert" columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="all_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
    <Menu>
    <MenuItem name="Low" actionRef="priorityLow" referenceBundle="menu_priority_low"/>
    <MenuItem name="Normal" actionRef="priorityNormal" referenceBundle="menu_priority_normal"/>
    <MenuItem name="High" actionRef="priorityHigh" referenceBundle="menu_priority_high"/>
    <MenuItem name="VeryHigh" actionRef="priorityVeryHigh" referenceBundle="menu_priority_v_high"/>
    </Menu>
    </DisplayAttribute>
    </DisplayAttributes>
    <AllowedFilters>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
    <Expression name="status" value="NEW" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
    <Expression name="status" value="INPROGRESS" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
    <Expression name="dueDate" value="Today" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
    <Expression name="dueDate" value="Today" comparator="LessThan"/>
    </CompoundExpression>
    </AllowedFilters>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    <Action reference="launchSubstitutionManager"/>
    </Actions>
    </View>
    <View name="AllWorkItemsCompletedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedtask, uwl.completedrequest" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, completedDate" sortby="priority:descend, completedDate:descend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="completed_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="ComboWorkItemRequestsView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.request, uwl.completedrequest" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="tracking">
    <DisplayAttributes>
    <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="processor" type="people" width="" sortable="yes" format="default" referenceBundle="processor" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
    <Menu>
    <MenuItem name="Low" actionRef="priorityLow" referenceBundle="menu_priority_low"/>
    <MenuItem name="Normal" actionRef="priorityNormal" referenceBundle="menu_priority_normal"/>
    <MenuItem name="High" actionRef="priorityHigh" referenceBundle="menu_priority_high"/>
    <MenuItem name="VeryHigh" actionRef="priorityVeryHigh" referenceBundle="menu_priority_v_high"/>
    </Menu>
    </DisplayAttribute>
    </DisplayAttributes>
    <AllowedFilters>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
    <Expression name="status" value="NEW" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
    <Expression name="status" value="INPROGRESS" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
    <Expression name="dueDate" value="Today" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
    <Expression name="dueDate" value="Today" comparator="LessThan"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_completed">
    <Expression name="itemType" value="uwl.completedrequest" comparator="StartsWith"/>
    <Expression name="status" value="CANCELLED" comparator="NotEquals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_cancelled">
    <Expression name="status" value="CANCELLED" comparator="Equals"/>
    </CompoundExpression>
    </AllowedFilters>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="DefaultView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task" columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="tasks">
    <DisplayAttributes>
    <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
    <Menu>
    <MenuItem name="Low" actionRef="priorityLow" referenceBundle="menu_priority_low"/>
    <MenuItem name="Normal" actionRef="priorityNormal" referenceBundle="menu_priority_normal"/>
    <MenuItem name="High" actionRef="priorityHigh" referenceBundle="menu_priority_high"/>
    <MenuItem name="VeryHigh" actionRef="priorityVeryHigh" referenceBundle="menu_priority_v_high"/>
    </Menu>
    </DisplayAttribute>
    </DisplayAttributes>
    <AllowedFilters>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
    <Expression name="status" value="NEW" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
    <Expression name="status" value="INPROGRESS" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
    <Expression name="dueDate" value="Today" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
    <Expression name="dueDate" value="Today" comparator="LessThan"/>
    </CompoundExpression>
    </AllowedFilters>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="FutureTaskView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.futuretask" columnOrder="subject, creatorId, createdDate, futureDate, attachmentCount" sortby="createdDate:descend, subject" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="future_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="futureDate" type="date" width="" sortable="yes" format="medium" referenceBundle="future_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="MiniAlertsView" selectionMode="NONE" width="98%" supportedItemTypes="uwl.alert" columnOrder="subject, priority" sortby="priority:descend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="5" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="STANDARD" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom">
    <Descriptions default="Alerts">
    <ShortDescriptions>
    <Description Language="en" Description="Alerts"/>
    </ShortDescriptions>
    </Descriptions>
    <DisplayAttributes>
    <DisplayAttribute name="priority" type="image" width="1" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="HIGH">
    <ImageMap value="VERYHIGH" imageName="/irj/portalapps/com.sap.portal.htmlb/mimes/common/statusicons/s_s_ledr.gif"/>
    <ImageMap value="HIGH" imageName="" referenceBundle="menu_priority_high"/>
    </ImageMapping>
    </DisplayAttribute>
    </DisplayAttributes>
    <Actions>
    <Action name="Extended" groupAction="no" handler="IViewLauncher" referenceBundle="expand" returnToDetailViewAllowed="no" launchInNewWindow="no">
    <Properties>
    <Property name="sap_uwl_viewname" value="AlertsView"/>
    <Property name="iview" value="pcd:portal_content/com.sap.pct/every_user/general/iViews/com.sap.netweaver.bc.uwl.uwl_iview"/>
    <Property name="display_order_priority" value="1"/>
    </Properties>
    </Action>
    </Actions>
    </View>
    <View name="NotificationsView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.notification" columnOrder="subject, creatorId, createdDate, priority, attachmentCount" sortby="createdDate:descend, priority:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_notifications">
    <Actions>
    <Action reference="complete"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="WorkItemRequestsView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.request" columnOrder="status, subject, creatorId, createdDate, processor, priority, attachmentCount, dueDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_request_items">
    <DisplayAttributes>
    <DisplayAttribute name="processor" type="people" width="" sortable="yes" format="default" referenceBundle="processor" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="WorkItemsApprovalView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.approval, uwl.task.coll.approval" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, dueDate, openCol, approveCol, rejectCol" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="0" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_approvals">
    <DisplayAttributes>
    <DisplayAttribute name="openCol" type="radiobutton" width="" sortable="no" format="default" referenceBundle="open" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="rejectCol" type="radiobutton" width="" sortable="no" format="default" actionRef="reject" referenceBundle="reject" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="approveCol" type="radiobutton" width="" sortable="no" format="default" actionRef="accept" referenceBundle="approve" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="submitUserDecisions"/>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    <Action reference="launchSubstitutionManager"/>
    </Actions>
    </View>
    <View name="WorkItemsCompletedRequestView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedrequest" columnOrder="subject, creatorId, createdDate, decision, completedDate, priority, attachmentCount, dueDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="completed_task_requests">
    <DisplayAttributes>
    <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="WorkItemsCompletedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedtask" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, completedDate" sortby="priority:descend, completedDate:descend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="completed_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="WorkItemsForwardedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.forwardedtask" columnOrder="subject, creatorId, createdDate, processor, forwardedDate, priority, attachmentCount, status, dueDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="forwarded_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="processor" type="people" width="" sortable="yes" format="default" referenceBundle="processor" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="forwardedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="forwarded_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    </Views>
    <GlobalDisplayAttributes>
    <DisplayAttribute name="createdDate" type="date" width="" sortable="yes" format="medium" referenceBundle="sent_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="escalatedBy" type="people" width="" sortable="yes" format="default" referenceBundle="escalated_by" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="attachmentCount" type="int" width="1" sortable="yes" format="default" referenceBundle="attachments" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="no"/>
    <DisplayAttribute name="statusIcon" type="image" width="1" sortable="yes" format="default" referenceBundle="status_image" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="enum">
    <ImageMap value="EXECUTED" imageName="ico16_task_confirmed.gif" referenceBundle="confirmed_task_status"/>
    <ImageMap value="COMPLETED" imageName="ico16_task_complete.gif" referenceBundle="complete_task_status"/>
    <ImageMap value="INPROGRESS" imageName="ico16_task_start.gif" referenceBundle="start_task_status"/>
    <ImageMap value="CANCELLED" imageName="ico16_task_reject.gif" referenceBundle="cancelled_task_status"/>
    <ImageMap value="enum" imageName="ico16_task_new.gif" referenceBundle="new_task_status"/>
    <ImageMap value="NEW" imageName="ico16_task_new.gif" referenceBundle="new_task_status"/>
    </ImageMapping>
    </DisplayAttribute>
    <DisplayAttribute name="substitutedFor" type="people" width="" sortable="yes" format="default" referenceBundle="substituted_for" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="dueDate" type="date" width="" sortable="yes" format="medium" referenceBundle="due_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="status" type="string" width="" sortable="yes" format="default" referenceBundle="status" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="isEscalated" type="image" width="10" sortable="yes" format="default" referenceBundle="data_escalate" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="0">
    <ImageMap value="0" imageName="">
    <Descriptions default=""/>
    </ImageMap>
    <ImageMap value="1" imageName="ico16_escalated.gif" referenceBundle="data_escalated"/>
    </ImageMapping>
    </DisplayAttribute>
    <DisplayAttribute name="creatorId" type="people" width="" sortable="yes" format="default" referenceBundle="from" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="memoCount" type="int" width="1" sortable="yes" format="default" referenceBundle="memo" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="no"/>
    <DisplayAttribute name="itemTypeIcon" type="image" width="1" sortable="no" format="default" referenceBundle="item_type" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="none">
    <ImageMap value="uwl.task" imageName="task.gif" referenceBundle="tasks"/>
    <ImageMap value="none" imageName="">
    <Descriptions default=""/>
    </ImageMap>
    <ImageMap value="uwl.notification" imageName="notification.gif" referenceBundle="task_notifications"/>
    <ImageMap value="uwl.alert" imageName="alert.gif" referenceBundle="task_alerts"/>
    </ImageMapping>
    </DisplayAttribute>
    <DisplayAttribute name="systemId" type="string" width="10" sortable="yes" format="default" referenceBundle="system_id" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="isLaunched" type="image" width="1" sortable="no" format="default" referenceBundle="launched" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="0">
    <ImageMap value="0" imageName="1x1.gif" referenceBundle="not_launched"/>
    <ImageMap value="1" imageName="ico16_clock1.gif" referenceBundle="is_launched"/>
    </ImageMapping>
    </DisplayAttribute>
    <DisplayAttribute name="subject" type="link" width="" sortable="yes" format="default" actionRef="viewDetail" referenceBundle="subject" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="priority" type="string" width="" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </GlobalDisplayAttributes>
    <NavigationNode name="root" view="" referenceGroup="" visible="yes" keepItemCountUpdated="no">
    <NavigationNode name="MainOldStyle" view="" referenceGroup="" visible="yes" keepItemCountUpdated="no">
    <NavigationNode name="task" view="DefaultView" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="tasks">
    <NavigationNode name="PersonalViewPlaceHolderTask" view="" referenceGroup="UWL_PERSONAL" visible="yes" keepItemCountUpdated="no"/>
    </NavigationNode>
    <NavigationNode name="notification" view="NotificationsView" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="notifications">
    <Navigatio

  • Remove buttons from CAD Supervisor toolbar

    UCCE 9
    CAD 9
    I know we can remove Agent buttons from CDA -> CAD-Agent work flow -> User Interface section.
    How to remove buttons from CAD Supervisor toolbar please? Like Recording. If not possible, is it possible to Disable / Grey out a button. I am looking to remove / disable VoIP Monitoring and Record buttons please?
    Thanks,
    Kartik Bhatia

    Can you try this:
    Go to CAD Admin web page
    Services Configuration-> Remove VoIP/Recording & Playback Services
    Make sure that there are no IP addresses of any servers in the Recording & Playback Service menu. If there are some, select them and press ‘Remove’ button to remove them.
    Please make sure that you close CSD, CAD completely and login back to see the changes. I haven’t tried this before but I think this would disable the recording buttons in CSD. I don’t know whether it needs CAD services restarts(all).
    -Sunil

  • How to remove the the standard button APPEND/INSERT/DELETE in webdynpro alv

    Hello,
    how to remove the the standard button APPEND/INSERT/DELETE in webdynpro-abap  alv
    Thanks
    Rakshar

    Use  this.
        data lo_cmp_usage type ref to if_wd_component_usage.
        lo_cmp_usage =   wd_this->wd_cpuse_alv1( ).
        if lo_cmp_usage->has_active_component( ) is initial.
          lo_cmp_usage->create_component( ).
        endif.
        data lo_interfacecontroller type ref to iwci_salv_wd_table .
        lo_interfacecontroller =   wd_this->wd_cpifc_alv1( ).
        data lo_value type ref to cl_salv_wd_config_table.
        lo_value = lo_interfacecontroller->get_model(
        data: lr_std type ref to if_salv_wd_std_functions.
        lr_std ?= lo_value.
        lr_std->set_export_allowed( abap_false ).
    NOte: ALV1 is alv component name
    Regards
    Srinivas
    Edited by: sanasrinivas on Dec 1, 2011 6:11 AM

  • How to remove Seperator from check-in and profile check in pages

    How to remove Seperator from check-in and profile check in pages
    The seperator is included on the checkin pages, which is present in the std_page with name "std_namevalue_separator", this is called by td_document_checkin_fields and std_document_file_fields.
    Defination of include:
    <@dynamichtml std_namevalue_separator@>
    <$if not isUploadFieldScript$>
    <tr>
         <td width="<$captionFieldWidth$>"><hr /></td>
         <td width="<$captionEntryWidth$>"><hr /></td>
    </tr>
    <$endif$>
    <@end@>
    I have to remove the following include from some of the profile check in page.
    Please suggest if anyone have some idea, how to proceed.
    Thanks,
    Sumit

    791848 wrote:I have to remove the following include from some of the profile check in page.The key here is that you want to do this in some profiles, not all profiles or globally, if I'm reading this right.
    Without writing a component, you can put this code in the "side effects" box in the desired profile(s). This code removes the horizontal rule, and inserts a non breaking space in its place.
    <$setResourceInclude("std_namevalue_separator","<$if not isUploadFieldScript$>
    <tr>
    <td width=\"<$captionFieldWidth$>\"> </td>
    <td width=\"<$captionEntryWidth$>\"> </td>
    </tr>
    <$endif$>")$>YMMV. The non-breaking space may get stripped out in the forum.

  • Does anyone know how to remove images from google

    i had instagram and i didnt upload images of myself but i only used my own image in the display picture and some how it has gone on to the google image search yesterday i deleted my account but when i checked to see if my images do appear in the google images i had some really bad regrets !! i reallywant to know how i can remove pictures off the google image search  even doe this does not kind of relate thank you .

    Does anyone know how to remove vocals from an import from I tunes...a  polyphonic stereo mix ?
    If you are talking about some "Karaoke" method using Logic I'll try to offer one. Before that I must say that most of the Karaoke methods are based on reversing the Phase of one of the stereo channel and bussing or merging the stereo into Mono. The result is: killing all Pan Centered in the mix - like Main Vocal, Bass, Kick, SN ect.
    The artifacts of the Stereo FX of the main vocal will stay in the Karaoke, cause the FX is stereo etc.
    Here is the Logic Setup I can offer to try some Karaoke trick using Logic.
    1. Import a Stereo mix into a Logic Stereo track.
    2. Create another stereo track and duplicate (copy) the Original Mix region to the duplicated track.
    3. Hard Pan L/R both stereo tracks.
    4. Insert an EQ and Gainer plugins into the duplicated track (R).
    5. Set the Output select of the both tracks to a Bus and assign the new Aux Track Switch mode to "Mono".
    6. Open the Gainer plugin and thick the "Phase Invert" Right button.
    7. To keep the "lowend" instruments like the bass and kick, open the EQ plugin and enable the Low Cut filter and try some Hz settings 80-115, or different Q which will sounds better for your Karaoke.
    P.S Click the image below to show its real resolution!
    Regards,
    A.G
    ======================================
    www.audiogrocery.com
    Author of: Logic GUI Deluxe(Free), Vox De Bulgaria s.a.g.e vocal pack for RMX, Logic Snapshot Console, RMX Power CTRL - Logic Environment Midi editor for Stylus etc.
    ======================================

  • How to remove items from iPad home screen?

    How to remove items from iPad home screen?

    Press and hold any of the apps and after a couple of seconds or so they should start to shake. Then press the 'x' in the left corner to delete the ones that you don't want, and when you've finished deleting press the home button so as to stop the shaking. If you don't get the 'x' on any of the apps that you've downloaded (you can't delete built-in apps) then check that Settings > General > Restrictions > Deleting Apps isn't set 'off'

  • Remove 'Buttons' from INFOVIEW toolbar

    How would I go about removing buttons from the Infoview Toolbar (Send, New etc...)
    Thanks

    Hello Daniel,
    some of these Buttons can be removed by permissions in the CMC. The others have to be removed by coding the InfoView .jsp Files.
    Check the following SAP Notes:
    1286494
    1286496
    1197103
    1283449
    Regards
    -Seb.

  • How to restrict the Standard Check In Page

    Hello,
    Please let me know how to restrict standard check in page in sysadmin account.
    It would be great if anyone replying me as soon as possible.
    Thanks,
    Ramesh

    If I got your question, you intend to restrict a user 'sysadmin' (or someone with similar permissions) from any check in. And I guess, it's 10g (it 11g you would probably mention 'weblogic', because 'sysadmin' is already quite restricted there).
    Well, you cannot use security model (roles, security groups and all that stuff), because you would disable admin rights together with checkins ('W' permission).
    Therefore, the only way I can think of, is a component. You can create a custom component that will modify CHECKIN service to prevent a particular user or group of users from checkin of particular (or all) content. Check HOWTOCOMPONENT to get an idea. Or drop me an email and I send you a component which does a similar check, but controls that a user cannot exceed his or her quota.
    Alternatively, you could also modify GUI to disable access to CHECKIN pages to such people - but I would suggest to use the component as well - users could use other ways (checkin via website or virtual folders) and GUI change would not work for these.

  • How to: disable buttons in standard forms

    Hi all,
    does anybody know how to disable session date button from standard forms?
    I cannot find in forms (through Form Builder) the right data block / canvas where this button is.
    Thanks all.
    Jacopo

    I'm not aware of any "session date button". A button on a form can be disabled using the set_item_property.
    Use the layout editor and double-click the button. It will tell you what button it is. The button will also be highlighted in the Object Navigator window.
    Message was edited by:
    Mark Roberts

  • How to remove items from my reading lists on my ipad?

    how to remove items from my reading lists on my ipad?

    Swipe across its name in the list and it should get a Delete button on it - tap that and it should be removed from the list

Maybe you are looking for

  • ISE Wired guest portal redirect even after authentication

    Hi I have configured both Wired and Wireless guest authentication via guest portal. Wireless is working fine, however the when trying with Wired, the redireciton page is keep getting even after user authenticated. I'm not seen the redirection authori

  • Black text looks dark green - Xerox printer -ColorSync issue?

    I have a Xerox Docuprint NC20 (same as C20). It's old, but has good print quality and prints up to A3. On my old OS9 laptop it prints great: text is crisp and black. However, on my G5 although colour printing is fine anything pure black is printed as

  • No bootable device insert boot disk and press any key... how can this threat be solved?

    Hello guyz, i have tried all the solutions proposed here on this forum to this threat but still havent got any sweetable results. it's even worst than i thought. even when i try to reinstall or delete/repartition, it doesnt work coz there is no parti

  • Rep-1247 when using Run_propuct

    Hello, Oracle 8.0.6 Reports Builder 6.0.8 (i) I'm having some troubles calling a .rep from a form. I use a run_product to call this report (which work prpoerly when using reports builder). When I execute the run_product i obtain a 'rep-1247 Not compi

  • Version control tool

    I wonder if sap provides version control tool like clearcase or RSS. my requirement is that we can control the code changes for diffrent environments.