Silently modifiy the properties of an item

Is it possible to modify the properties of an item or document without changing modified date/by or triggering any other automated activities that may go along with it, like the ForceCheckout check, workflows, etc.?

Hi,
  Yes it is possible but only programmatically using web services please see the below link.
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/daf59d7f-1073-4186-a807-29dcbd83b3c5/upload-a-document-using-webservices-without-changing-its-modification-and-creation-dates?forum=sharepointdevelopmentlegacy
Regards,
MS

Similar Messages

  • Upon right clicking a hyperlink, image, etc., the properties button no longer appears in the list. (I am using FireFox version 3.6.3)

    When right-clicking an image, hyperlink, etc., the "Properties" button is not in the drop-down list as it has always been in previous Firefox versions.
    == This happened ==
    Every time Firefox opened
    == Installation of Firefox version 3.6.3

    Properties has been removed from the right-click context menu. You now need to use right-click '''''View Image Info''''' or '''''View Page Info''''' > Media and scroll down the list of items to see the properties.
    Do not post at the following link; just read the discussion. See [https://bugzilla.mozilla.org/show_bug.cgi?id=513147 Bug 513147] – Get rid of the "Properties" context menu item.
    The following add-on will add the "Properties" option to the right-click menu in Firefox 3.6 and higher: https://addons.mozilla.org/en-US/firefox/addon/14228

  • How can we change the properties of a seeded item in OAF !!!

    Hi All Gurus!
    I have a seeded item (Button 'Apply') on an Add attachement page provided by Oracle in Self Service Web Module. Oracle documentation says this:
    If you want changes to the Attachments table or page to commit automatically, without requiring a user to select Apply in the base page, you can turn on "auto-commit" by setting the Automatic Save property to True for the attachmentLink, attachmentTable, or attachmentImage item.With "auto-commit" turned on, each action ("Add", "Update", "Detach") performed by the user in the Attachments table or page is automatically committed.
    Q1) How we can see the properties of the seeded items?
    Q2) How we can turn on the personalization pencil button of an item that is disabled by Oracle development team?
    Please let me know how we can achieve this through self-service personalization. Any light on this.
    Thanks in advance!
    John
    Message was edited by:
    jtom

    You donot need to do anything on the Add Attachment page. The autoCommit feature is exposed as a property on the Attachment bean. You need to extend the controller in the base page where the attachment Image, Link is present and get a handle to the attachmentBean and call setAutoCommit(true) which will enable automatic saving.Use personalizations to modify the controller class property on the base page. You can later choose to remove the Save button on base page using personalization.

  • Want to customize Menu Bar - Where can I find explanations of the almost 200 editable items in the Properties for "ul.MenuBarHorizontal" ?

    I want to design/customize a horizontal Menu Bar. However I'm flying blind on what the meanings (parameters) of each of the almost 200 editable items are in the Properties for "ul.MenuBarHorizontal" ?
    Where can I find each item explained? Have looked on line and in the library.
    Thanks.

    Here's a link to the help pages for the Spry Menu Bar: http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS90E6DF98-60A3-41a4-B427-CD057D57BB7A. html#WS37318579-3916-46db-80D1-A8C5E6777BE5a
    Understanding the CSS for a Spry Menu Bar is an exercise in understanding descendant styles. David Powers has just published a good tutorial on the Spry Menu Bar. His explanations are very good.
    http://foundationphp.com/tutorials/sprymenu/customize1.php will get you there.
    Beth

  • IMac: I try to save a file and get 'the action "Copy Finder Items" encountered an error.  Check the action's properties and try running the workflow again.'

    I keep on running into this when I try to save a download file. Any help would be appreciated.
    'The action "Copy Finder Items" encountered an error.  Check the action's properties and try running the workflow again.'
    I tried clicking the button to change the save but that has no effect.

    Hi All,
    I am having same issue too.  Can anyone you advise?  Thank you.

  • Encore content was just loaded to my library and one of the menus will not allow me to drag a line from chapter marker to timeline?  I connected the menu item in the properties menu and the video box is blank?  Help

    Can someone please help.  In the flowchart, I am unable to drag a line from menu item to chapter markers.  I get a circle with a line through it.  I had to connect menu with chapter markers through the properties panel.  The video asset for that chapter marker is not appearing in the box above the title of that menu?

    You will likely get better program help in a program forum Community: Encore | Adobe Community
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • LS/SQL item content not refreshed until I resave the properties of this ite

    Hi everybody.
    I have developed a page in OAS Portal containing several PL/SQL items in it. This items have procedures stored in the database, and they take the data from the database.
    The problem is that this items only take the information the first time, the rest of the times when I refresh the page, they always show the same information, they don`t refresh themselves!! The problem is because of the caching, they store the information in the OAS Portal cache and they always show the same information.
    The only way to solve it is to modify the call to the stored procedure (in the properties menu of the PL SQL item) and resave it. In this way, the next time the item will show the new information, but only for one time!!! The rest of the times the problem is always the same. i have also tried to modify the cache configuration in the page properties, but it doesn´t make anything.
    I have read several threads that deal about the same problem, but I do not have met any clear solution.
    Plase, can anybody give me some advice?.... or the solution??
    Thanks very much.
    Juan

    i have also tried to modify the cache configuration in the page properties
    Hey! I spoke about turning off Portal Cache and Web Cache!
    Portal Cache
    1. OAS EM: Portal:portal -> Portal Cache Settings -> Caching Off
    2. Restart HTTP_Server & OC4J_Portal
    Web Cache
    1. Portal: Administer -> Global Settings -> Cache -> Maximum Expiry Time 0 Minutes
    2. Maybe you need to invalidate items in cache... I forgot
    Of course, it's not the best workaround to turn off caches :-(((

  • How to get all properties for an item with search?

    How can I get all crawled / managed properties back of an item with the search API (REST, client, or server)?
    Currently I am only aware of specifying the applicable properties specifcally by using the selectproperties parameters via REST:
    http://host/site/_api/search/query?querytext='terms'&selectproperties='Path,Url,Title,Author'
    (taken from http://blogs.msdn.com/b/nadeemis/archive/2012/08/24/sharepoint-2013-search-rest-api.aspx)
    I don't want to do this. I just want to get all properties back that
    are associated with the search results.

    Its my understanding that standard managed properties will be returned, like: Created Date, Last Date Modified, Author, Title, etc.  However, if you need more than that you will need to specify the properties to return.
    This blog post also has a similar thought process:
    http://www.blendmaster.net/blog/2012/09/view-managed-property-value-in-sharepoint-2013-using-search-rest-api/
    Brandon Atkinson
    Blog: http://brandonatkinson.blogspot.com

  • With version 3.6.3 I can no longer do a right click with the mouse and check the properties of a live url link on web pages

    Windows XP Pro, SP3. Firefox 3.6.3. Ever since updating to this version a few weeks ago I can no longer do a right click of the mouse and check the properties of an active url link on webpages. I've always had the option before. I want this feature back!!!!

    In Firefox 3.6 Properties has been removed from the right click context menu.
    You can use ''View Image Info'' or ''View Page Info'' in the right click context menu to see the (image) properties.
    You can use the above mentioned extension (Element Properties 6) to get that context menu item back.
    See also Link And Forminfo: https://addons.mozilla.org/firefox/addon/6939

  • How To Get the Properties in the Configuration File

    I have a configuration file in the class path. the content of the file rough looks like below:
    DISABLE_PASSWORDLESS_AUTH = true
    REQUIRE_ACTIVATION = false
    ENABLE_RSS = true
    ENABLE_WATCH = true
    ENABLE_ATTACHMENT = true
    MAX_ATTACHMENT_SIZE = 1024
    ENABLE_LOGIN_INFO_IN_SESSION = true
    ENABLE_LOGIN_INFO_IN_COOKIE = true
    ENABLE_LOGIN_INFO_IN_REALM = false
    ENABLE_LOGIN_INFO_IN_CUSTOMIZATION = falseHow do I write Java code to pick up the value of the property; for example, ENABLE_RSS, in the configuration file?

    One slight correction:
    String path = "/path/to/topOfClassPath/";
    InputStream is = getClass().getResourceAsStream(path + "properties.conf");jfbriere's code would try to load the properties from the same location in the ClassPath (e.g. package) from where the class is located. Got bit by that one more than once. I usually try to locate items like this in a "/resources" package located at the "top" of the ClassPath so I always know where they are and use a fully qualified path to load them - e.g.
    getResourceAsStream("/resources/application.properites");

  • Problem in processing the ESS Claims work item in UWL

    Hi All,
    After Employee raises the claim request ,work item is coming to Manager's UWL Inbox but the problem is it is not coming as a Hyperlink , it is not opening the approval window even if we click the item , it is not even coming as a hyperlink.
    Please help.

    Hi All,
    I even checked the UWL XML content for Webflow connector.The particular Task ID for claims is registered there.CHeck the following .Do I have to add anything here?
    <ItemType name="uwl.task.webflow.TS18900010.sap_R3%130" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="sap_R3%130" externalType="TS18900010" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="ClaimAdvanceRequest_IN"/>
                <Property name="WebDynproDeployableObject" value="sap.com/essinclaims"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    Please help.

  • How can you make the Chart "Color Highlights" Item Condition val a variable

    Hi,
    I have a report with a chart on it.
    The chart has on Item Condition on it to change the color of each bar to red if the value is under a certain value.
    This value needs to be passed in as a parameter to the report.
    The condition looks like this
    if  Avg PerformancePercent < 90 then bar color = red
    The 90 in this condition needs to be set from a parameter P_PerformancePercent_Threshold.
    I am producing the report in Visual Studio 2005 using CrystalReportViewer to display the report.
    Since the value field seems to only take in numeric values I have assumed there is no way to use a parameter something like.
    So I am looking at doing this through code.
    The object model for the ChartObject does not have many properties/methods on it.
    Is there any other way to achieve this?
    Thanks, George

    Functionality using the Crystal Reports SDK in Visual Studio .NET is limited to the appearance of the chart in the viewer such as height and width. See the following for more details;
    [ChartOject Members described|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_net_doc/doc/crsdk_net_doc/html/crlrfCrystalDecisionsCrystalReportsEngineChartObject_MembersTopic.htm].
    [ChartObject Properties described|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_net_doc/doc/crsdk_net_doc/html/crlrfCrystalDecisionsCrystalReportsEngineChartObject_PropertiesTopic.htm].
    99% of this time, if you can not do something at design time, you will not be able to do it at runtime either. See [this|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Displaying only certain properties in the Properties Pane

    Hi
    The properties pane that is available as a component in the Web Application Designer is quite a useful component. However, there are certain properties that we don't want to make available to the user.
    At the moment I am using the property pane with the following config:
    Property Set Definition : PROP_SET_PREDEFINED
    Properties Source : Web Item Parameters
    Web Item : Analysis
    As mentioned, that works nicely, and shows me an area with 3 columns of properties, namely:
    - Layout
        - Alternate Table Row Styles
    - Cell Specific Settings
        - Exception Visualisation
        - Document icons for data
        - Document icons for metadata
        - Document icons for masterdata
    - Data Specific Settings
        - Display Repeated Texts
        - Scaling Factos Visible
    Now, we don't want to display the "document icons ..." properties, as that doesn't make sense for our users.
    How would I go about not displaying those properties?
    I have played around with the properties pane item, and I can see how to list a single property. For this I set:
    Properties Set Definition = Single Value
    Property Name = ALTERNATE_STYLES
    This works, and I then only see 1 property being displayed. I can get the technical name of the property by using my standard pane with the verbose mode set to ON.
    To display multiple propeties of my choosing, I thought I would be able to use the PROP_SET_MATRIX option. I can select this, then start defining the table. I need to assign the following properties:
    - GROUP_DESC : <Not sure what to put in here>
    - COLUMN : 1 (the number of columns I want)
    The I have a "properties list", where it looks like I can specify which properties are to be include. For this I need to provide:
    - Property Name : ALTERNATE_STYLES
    - Caption : Alternate Table Row Styles
    - Property Parent : < Don't know what to put in here>
    I have tried various values in the Property Parent and the group_desc fields, but still I see nothing and sometimes get rather meaningless errors appearing.
    Surely this shouldn't be a difficult task.?
    The SAP help file (http://help.sap.com/saphelp_nw04s/helpdata/en/43/69b8a62985619ae10000000a1553f6/content.htm) provides the following really useful description of PROPERTY_PARENT:
    You specify the property parent
    Please, is there anyone out there that has done this, and if so, please point me in the right direction.
    Cheers,
    Andrew

    Any Update on the below query

  • How to change order of custom metadata fields in the properties tab

    Hello all
    i have added some custom properties in a folder on the km content but i can not arrange the properties in any logical order.
    your help please
    Thanks
    Ronen

    Hi Ronen,
    you can
    If you have defined the properties working now, you know this path: System Administration - System Configuration - KM - Configuration - CM - Global Services - Property Structures.
    There you have the property structure DefaultPropertiesStructure using the property group all_groups.
    all_groups consists of system, custom ... etc. in the order the tab strips come up when using details for a resource. Within each group, under group items the property or the property group to be rendered appears (in the order they get rendered). This holds recursively for all groups.
    If you have defined your properties within group "custom", just arrange them in Group Items in the order you like.
    Hope it helps
    Detlev

  • WAD:  anyway to bind each tab of the tab page web item to different query?

    WAD:  anyway to bind each tab of the tab page web item to different query?
    We check the properties of the tab page web item, but can't find we can bind the tab to some query.
    Any idea?
    Thanks!

    will try to write as much detail steps as i can...
    drag tab page web item in wad window
    go to its properties
    for e.g. u currently have only 1 tab page
    than name tab page1 as p1
    hit button with ..
    this will let u add new heading to tab page 2
    likewise save heading of 4 tab pages in properties of tab pages
    now choose container web item
    drag it in tab pages window
    assign seperate analysis item in each container item
    assign seperate queries in each analysis web item.
    assign container1 to tab page1
    assign container2 to tab page2
    assign container3 to tab page3
    assign container4 to tab page4
    and their heading viceverssa
    save it execute it
    now u will have 4 queries in 4 container item and uc an see that in different tab pages.

Maybe you are looking for

  • Multiple ip addresses on one Mac Server

    we have 2 ethrnet, 1GB network, on 2 separate switchers, diffierent IP range, what iam looking for is to set the primery eathrnet port on the server and client MAC PRO, only for internet traficing usage, the secondery port use for open directory traf

  • Hp pavillion 9700 hard disk failure.

    I recently experienced a hard disk failure on my 2 year old notebook, disappointing considering the price. does anybody know if I can replace the hard drive for this computer and if so, where to get one from? or do I spend another £1000 on a new lapt

  • Solaris 10 06/06 x86 install Unable to run cmd: /usr/sbin/sysidput

    Hello, When I install Solaris 10 06/06 on my x86 machine, I follow all of the prompts. Eventually , I get to a place in the X Windows GUI where I enter my IP, netmask, Router IP, DNS server IPs, domain, and search list. I get an error at the end of t

  • How to get screen Unmagnified.

    I hooked up my computer to the tv, and the screen never went back to normal. It's magnified, I can't figure out how to switch it back, can someone please help me?

  • Change from 32 bit to 64 bit - Linux

    Hi All, Does anyone could help me to find any info about change my Solution Manager/Oracle 9 32 bit to 64 bit? I looked in Service Marketplace but didn´t find any info ... thanks a lot!! Daniela