Customize KM Document

hi experts,
how do i customize  KM document iview  we get the following structure u can see
when u open Contant Management-->Documents under Documents
-- Systems
   DeveloperContent
   Discussion
   Links
   News
   Public Documant
   Quick poll
my ? is how do i change or remove  Quick poll there and so on. i don't want to add i know how to add folder or doc but i want to remove News etc
anyone help me on this issue pls
thank you,
vijai

Hi Vijay,
some additional information about setting permission in KM.
Yes you have right, there doesn't exist the permission "none". If you do not want to have full control permission for everyone you have to delete this entry.
The normale use case is like this (an example for folder "QuickPoll":
- delete the entry everyone for the folder "QuickPoll"
- assign roles like content-administrator with permission full-controll
After you have done this. Only content administrators will see the folder "QuickPoll". Normal users will not see the folder "Quick Poll".
Best Regards
Frank

Similar Messages

  • Customization to Document Library - SharePoint 2010

    Hi All,
    I have few document libraries under a site collection, who's metadata / columns are automatically updated with a custom code (Windows service).
    it is a complete document management system, hence it has a large number of docs in it with multiple levels of folders.
    Some times it happens like the metadata doesn't get updated for one or more reasons.
    So I was thinking of creating a custom control, by clicking it, a new window will popup showing only the documents who's metadata is not updated.
    Can anyone help me and provide some ideas how to achieve it?
    Thanks.
    Thanks

    Hi,
    According to your description,my understanding is that you want to create view to filter the item which meta data not updated.
    If you want to create view for all the document library for all the multiple subsites, I suggest you can try to use Server Object Model to create view. You can use CAML Query to filter the data you want and then add the view to the SPViewCollection.
    Here are some detailed code demo for your reference:
     Programmatically create a view (custom view) of a list and change the view
    SharePoint Retrieve All Documents in a Site Collection C#
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to Customize a document type to use on CV01N transaction in SAP

    I am trying to create a attach document in CV01N but I want to set up a new document type and don't want to use existing ones, so can some one help me in how to configure new document type and also please tell everything in step by step in order to xcomplete this process successfully.

    HI,
    1. Define Number Ranges for Document Numbers
    T code OD00
    SPRO / IMG -> Cross - Application Component -> Document Management System -> Control Data -> Define Number Ranges for Document Numbers
    2. Define Document Type
    T code DC10
    SPRO / IMG -> Cross - Application Component -> Document Management System -> Control Data -> Define Document Types.
    In this step, you create Document Type for categorize documents according to the organizational procedures.
    Supppose u define ZAD
    Document Type The document type is used to categorize documents according to the organizational procedures. E.g. in company, there exists many departments for which separate document types have been created. For example, ZAD,ZCB,ZCD etc Document type is a three digit alphanumeric field.
    Document Type Description  Description appears in the screen heading when document info record is being processed.
    Use Kpro  Indicator controls that the original files are stored in defined content repository via Knowledge Provider.
    Assignment of Revision Level This indicator shows that a revision level is automatically assigned to a document the first time the document is released with reference to a change number.
    CM Relevance u2018  u2018 u2013 Not Relevant for Configuration Management
    u20181u2019 u2013 Relevant for Configuration Management
    Determines whether Configuration Management controls the object.
    Number Exit   MCDOKZNR  Program that controls number assignment and version numbering for documents.
    Regards,
    Pardeep Malik

  • Document Text Customization

    When you post an FI document you have an option from the menu to go to "Extras" ==> "Document Texts" to enter in a free text field for the FI document.  I believe this functionality is primarily used for AP but we wish to configure this for GL postings to require specific text information from the users.  How would I customize this document text functionality within ECC?

    Re: Text ID for documents
    Regards,
    Ravi

  • Customize Web-Client nterface (Documents tab)

    Hi - has anybody manage to customize the Primavera web-client interface to add custom screens.
    In particular, we would like to customize the 'Documents' tab and integrate Primavera with our content management system (EMC Documentum) to store and retrieve documents.
    I am unable to find any decent guide on how to actually modify Primavera user interface, if such a thing is possible/supported. There is plenty of information about using the SDK/WebServices for accessing Primavera project data, but we need to go the other way - access third-party system from within Primavera.
    I know we can use SharePoint or Oracle Content Management for this, but we need to use EMC Documentum.
    Any tips/useful info/ideas highly appreciated,
    Regards
    Mirza

    You can't customize the interface, but you could use a custom portlet and point it to your existing document management system, or create your own site that does what you need.

  • Cannot achieve optionlist field in std_edit_entry within check-in document

    Good Day All,
    am trying to customize the document check-in page by making a custom component that have a resource file with std_edit_entry , what i want to do is based on specific value from the list of the field a specific customization will be done.
    but the problem is when i make the customization on a optionlist filed, nothing happened; since i cannot affect on it. only can test and check text fields; not optionlist fields.
    assume that my std_edit_entry like follow:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    TestCheckin htmlIncludeOrString</head>
    <body>
    <@dynamichtml std_edit_entry@>
    <$if not isFieldTreeEdit$>
                   <$editEntryName=fieldName$>
                   <$country = "xCountry"$>
    <$firstName = "xFirstName"$>
                   <$curValue = xml(fieldValue)$>
                   <$if isStrictList and isMultiOption$>
                        [[% fieldId will point to a popup link (or button) defined later %]]
                        <$inputFieldId = fieldId & "_hidden"$>
                   <$else$>
                        <$inputFieldId = fieldId$>
                   <$endif$>
                   <input id="<$inputFieldId$>" <$if isStrictList and isMultiOption$>type="hidden"<$elseif fieldType like "Password"$>type="password"<$else$>type="text"<$endif$> name="<$editEntryName$>" size="<$fieldEditWidth$>"
                        <$include std_edit_entry_inputfield_attributes$>
                        <$if fieldMaxLength and isEditMode$>maxlength="<$fieldMaxLength$>"<$endif$> value="<$curValue$>" <$include text_field_enter_for_search$>                     
                        <$if editEntryName like country$> onblur="testFunc()" <$endif$>
                        />                    
                   <script type="text/javascript">
                   function testFunc(){
                        alert('This is xCountry Field');
                   </script>
                   [[% text field can be leaf for dependent choice list %]]
                   <$if useSchema and not noSchema$>               
                   <$if not hasOptionList and isTrue(#active.IsDependentList)$>
                        <script>
                             <$useCurrentValue = 1$>
                             <$include js_set_schema_field_options$>
                             <$viewFieldId = inputFieldId$>
                             <$include js_register_schema_view$>
                        </script>
                        <$jsViewName = ""$>
                   <$endif$>
                   <$endif$>
                   <$if isStrictList and isMultiOption$>
                   <$include std_select_entry_special_selections$>
                   <$endif$>               
              <$else$>
                   <$if isQuery$><span name="<$fieldName$>_displaySpan"></span><$endif$>
              <$endif$>          
    <@end@>
    </body>
    </html>
    assume the xCountry field is a Table-View list that have countries. and the xFirstName field is a text field can be filled by your name.
    in the above example the onblur function isn't working because the field is List, if i change the field to be text as xFirstName, the onblur function is working fine.
    so, i cannot make testing on the value of option list fields. i tried to make my check * <$if editEntryName like country$> onblur="testFunc()" <$endif$> *
    inside a special check, also not working like:
    - <$if fieldIsOptionList$>
    - <$if fieldHasOptionList$>
    - <$if isOptionList$>
    - <$if hasOptionList$>
    any help or any suggestion to reach and affect list fields.
    note: the ucm version is 11.1.1.1.6
    Edited by: Najdawi on May 6, 2013 7:27 AM

    Thanks again for your reply :) ,
    i found through searching that the mentioned resource file std_edit_entry is only for <input> elements that will be drawn on UCM check-in page.
    there is another resource file called *"std_option_list_entry"*, that suppose to control the <select> elements, i suppose to use this template now within a custom component to make my control and my check on optionlist fields.
    But the problem now that whatever i try to modify, nothing happened. trying to and javascript code, add static text, change IDs --> but no reflection happened.
    The following is the original code that is contained in std_option_list_entry :
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    testSelectFields htmlIncludeOrString</head>
    <body>
    <@dynamichtml std_option_list_entry@>
    <$include std_prepare_option_list_id$>
         <$if isFieldTreeEdit$>
         <span id="<$optionListId$>_span"></span>
         <script type="text/javascript">
         registerTreeControl("<$js(optionListId)$>", "<$js(fieldName)$>");
         </script>
         <$else$>
         <$if not isStrictList or isMultiOption$>
         <label class="hidden" for="<$optionListId$>"><$lc("wwOptionsForField", fieldCaption)$></label>
         <$endif$>
         <span id="<$optionListId$>_span">
         <select name="<$fieldName$><$if isMultiOption or not isStrictList$>_Options<$endif$>" id="<$optionListId$>" <$if fieldDisabled$>disabled="disabled"<$endif$>
              onChange="<$strTrimWs(inc('std_on_option_change'))$>;<$strTrimWs(inc('custom_on_option_change'))$>" <$include enter_for_search$>>
    <$if addEmptyOption or not optionsAllowPreselect$><$inc('clearOptionsAllowPreselect')$><option <$if not #active.emptyOptionLabel$>class="idcNoSelection" label="<$lc('wwNoSelection')$>"<$endif$> value=""><$if #active.emptyOptionLabel$><$#active.emptyOptionLabel$><$else$> <$endif$></option><$endif$>
         <$if fieldOptionListScript$><$strTrimWs(eval(fieldOptionListScript))$><$endif$>
         </select>
         </span>
         <$endif$>
         <$if hasOptionList and not noSchema$><$include js_build_option_list$><$endif$>
         <$if isMultiOption and isStrictList$><$include std_strict_optionlist_display_hook$><$endif$>
         <$optionListId = ""$>
    <@end@>
    </body>
    </html>
    any suggestions

  • Customizing the Enjoy PO document overview for Purchase Info Records (PIR)

    Greetings!
    I am looking to use purchase info records to store material pricing information but we donu2019t want to lose the document overview functionality that SAP delivers with the enjoy PO screens (ME21n, ME22n, ME23n).
    Has anyone had success implementing user exit MEQUERY1 to customize the document overview so that a purchase info record query can be added to the document overview & the attributes of the purchase info record can be copied over to the PO?
    Iu2019d be curious to know what solutions other SAP shops came up with.
    Thanks.
    Richard Wortmann

    Nick,
    Thanks for the reply.  We will have the source list generated for the purchase info records (PIRs) however the gap I'm looking to solve for is mainly for non-MRP material buys. 
    Our current business situation allows material handlers to run a query in the document overview to ID specific materials on a purchasing contract (aka outline agreement) and drag those materials to the shopping cart on the PO.  This provides a very easy process for the buyer to ID materials & supplier relationships.
    Since we are moving away from purchasing contracts we want to continue with the same drag and drop process but only allow PIR's to be selected in the query.
    Looks like in OSS note 377180 SAP provides a user exit to implement this functionality (via MEQUERY1)- I'm just wondering if anyone has had success adding a PIR query to the document overview and creating POu2019s with reference to that query.
    Thanks.
    Rich Wortmann

  • Document Signature - Validation Issue

    This is the recent help i've been trying to get on this subject over at acrobatusers.com. You can read through the issue i'm having through here, answer that was given and my response.
    Summary: Basically there are multiple text fields that are set to required, customer name, email...etc. All fields must be locked after being digitally signed (through the document signature field). When default validation pattern are used (blank) it generates an error (Customer field could not be validated). After trying regular expression script, it generates an error (Customer field could not be validated). So i tried a number of different combinations of picture clauses, and from what i'm gathering you have to know exactly how many characters are going to be typed to use that sort of validation. Which in a customer name field you have know idea what their name is going to be (unless you customize a document for each individual customer (not possible)).
    If anyone could help on this problem would be a lifesaver. Thank you
    ::COPY OF HELP QUESTION SUBMITTED::
    Apparently I'm not getting the field validation examples in the Help (F1) of Livecycle. I've been struggling to get all the fields in a collection to validate properly. Once I add a Document Signature field to the document and assign the fields to a collection, it doesn't seem to like the default validation settings if I assign the fields to 'User Input: Required' So for the name field I've tried multiple validation patterns all to no avail. My question is how to write a custom validation pattern that allows for an unknown ammount of characters in a name, email..etc. I've tried A A which only validates if the user enters J D for example but John Doe does not work. I've tried other combinations but nothing works. Any help would be appreciated.
    Thank you
    ::ANSWER SUBMITTED BY COMMUNITY EXPERT::
    A:There are a couple of things you need to look at. First, is the Acrobat Picture Clause Reference. You can find it and other LiveCycle references on this site
    http://partners.adobe.com/public/developer/xml/index_arch.html
    The other thing to look at is using a JavaScript validation script with a Regular Expression. Regular Expressions are much more flexible that the picture clause at doing validation.
    Answered by Thom Parker on Fri, Jul 6, 2007
    ::RESPONSE FROM ME BACK::
    Q:After reading through the Picture Clause Reference I'm certain there is no way to validate the customer name field without first knowing how many characters will be entered in. And I'm pretty sure there is no simple way of just making it "required" without a pattern to verify against.
    The Document Signature Field acts pretty weird if the text field is 'required' and there is nothing to validate it against. Which all in all I just want to make sure it is filled out. Customer Name field (First and Last name) one text field.
    So I tried the regular expression route, and added it to the 'Validate' section of the text field. Still I think the problem lies in the way the Document Signature field processes the 'required' fields.
    Now I noticed that this only happens if I set the document signature field to lock the required fields after digitally signing the document. This is a mandatory feature the document needs to have, along with the document signature. And the custom stamp option is not a viable solution to this either, since in my field of work everything is questioned whether or not it was altered or forged in some manner. And Custom 'Forged' stamps would not be too difficult to recreate, so that idea is out of the window.
    I'm stumped on this and any suggetions as to what route to take would be greatly appreciated. I can not release a document to the customers with validation error messages popping up even though the fields are filled out. Just wouldn't be professional, and down right annoying considering it validates about 15 fields, and everyone except the date and tim

    Hey Robert,
    I've been having the same issue where, once digitally signed, I end up having an issue with my mandatory fields returning an error '[mandatory field name] validate failed'. Is this the sort of errors you are getting? I'm also trying to find answers on this as I've tried a few things but it hasnt worked well. One thing I did was to change the mandatory field back to optional and coded my submit button using the if clause when the submit button is pressed to check if the this mandatory field is filled in.
    if ((pgDetails.txtReqBy.rawValue != null) &&(pgDetails.txtReqBy.rawValue != ""))
    event.target.submitForm({cURL:"mailto:[email address]?subject=New/Edit Supplier Detail Form&body=Please find attached the completed form.",cSubmitAs:"PDF",cCharset:"utf-8"});
    else
    xfa.host.messageBox("Requested by field MUST be filled. Pls enter your full name.");
    This seems to work fine except for one thing. If first time around, I fill the form out leaving the mandatory field blank, it returns the message "Requested by field MUST be filled. Pls enter your full name." So now I go back and fill in the mandatory field and, without navigating to another field, I click the submit button, I get the same message "Requested by field MUST be filled. Pls enter your full name." as it has not picked up the new value of the field. Any idea if there is code to make it re-read the field?
    Rgds,
    Jan

  • How to make SharePoint 2013 search only in document content?

    We are using SharePoint 2013 environment and are facing following issue while doing search in the document library.
     There is  one document library named “MYDOC” .and it has two columns name ‘DocTitle’ and ‘DocTag’.. Although we are able to perform search on basis of document metadata and content, however we only want to search through the content of documents
    in the library and not on the basis of document metadata (like ‘DocTitle’ or ‘DocTag’ columns). Is there a way to restrict search to document content only and not metadata?
    Excluding the column name will not help since, if the searched keyword is exists in metadata as well then that item of library will not come in result. Is there any way of writing query in such a way that only document content will get queried?
    -Aditya

    Addition to the above,
    Show or hide content from lists or libraries in search results
    As a site owner, you can decide whether items in lists and libraries on your site are included in search results. By default every list and library is set to include all items in search results.
     Note    To change this setting, you must have the Manage Lists permission level. The Designer and “Site Name” Owner groups contain this permission level. When you do not have Manage Lists permissions, the menus
    described in this procedure are not available.
    Navigate to the site that contains the list or library that you want to change.
    Locate and click the list or library you want to customize.
    Click Site Actions, and then click Site Settings.
    Under Site Administration, click Site Libraries and lists.
    Click an item from the list, for example, Customize “Shared Documents.”
    On the List Settings page, under General Settings, click
    Advanced settings.
    In the Search section, under Allow items from this document library to appear in search results, select
    Yes to include all of the items in the list or library in search result or
    No to exclude all items from search results.
    http://office.microsoft.com/en-in/sharepoint-server-help/enable-content-to-be-searchable-HA010379092.aspx

  • Bi call document browser from web template wad 7.0

    Hi,
    Is it possible to customize the document browser dialog when calling via command "OPEN_DIALOG_DLG_DOC_BROWSER" from web template.
    The iframe within the browser has a fixed size, so when opening a document the iframe is always too small and does not change the size, also when changing the size of the document browser window.
    Is there a possibility opening the documents in a new window instead of opening in the iframe?
    From WAD I have not found any possibility solving this. Maybe it's possible to change the web dynpro. Does anybody know the web dynpro / component for the document browser?
    Regards,
    René

    You can only open 2004S Web Templates in 2004S EP. R u using EP to display ur web templates?
    Check this blog for more details:
    Rolling out the New SAP NetWeaver 2004s BI Frontend Tools
    KJ!!!

  • SharePont 2013 Document Library lookup Column Properties not Showing Correctly when editing in Word

    Hi
    I keep seeing this issue albeit intermittently.  I have set up a doc library for my users which has a custom content type (lookup, metadata columns, etc)  . They all appear perfectly most of the time except the lookup column. Sometimes is just
    decides to display the title field of the current library and not the lookup list title .  It is weird as it has been working perfectly for ages given the library is populated with valid documents.
    There are some fixes listed here. Has anyone got any experience of this?
    https://social.msdn.microsoft.com/Forums/azure/en-US/e0b55531-509c-4219-8113-61b3e488de69/document-library-metadata-properties-of-a-content-type-do-not-show-correctly-when-editing-in-word?forum=sharepointdevelopmentprevious
    Freelance consultant

    Hi,
    According to your post, my understanding is that the lookup  column not display well while editing in word.
    Did you customize the Document Information Panel?
    I recommend you edit your custom document information panel or create a new document information panel, then re-publish it to check whether it works.
    https://support.office.com/en-gb/article/Create-or-edit-a-custom-Document-Information-Panel-for-a-content-type-b701a9af-3ea6-4c1a-9e1c-75363bd987c9?ui=en-US&rs=en-GB&ad=GB
    Or you can also use the methods in the post you have pasted to check whether it works.
    As the limitation of the environment, we could not reproduce the issue in our environment.
    I  would suggest you open a case to Microsoft Customer Service via Phone.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Importing Microsoft word documents that already have paragraph styles

    Hello. I have been trying to figure out how to do this for months, this was taught to me many months ago but for some odd reason when I tried it myself it didn't work . I have my paragraph styles all set up in my indesign document. I have to import text that another person is giving me. The document that this person is giving me is a Microsoft word document. Someone showed me that you can customize the document in microsoft word, with styles for example: Selecting a part of text and customizing it (making it big and bold for example), then naming that style Heading, and then doing the same for lets say...a subheading. Well after you save the document (the microsoft word document), you are able to import the word document into your indesign file and it's supposed to override the styles from Microsoft Word and customize itself with your own paragraph or character styles that you already have in your indesign document, as long as the name of the styles are the same as the ones you had in microsoft word(which in this case would be heading and subheading). Any help would be greatly appreciated.
    Thanks!

    Convert Word styles to InDesign styles
    Here's the info you need. I found it in the InDesign Help section. I needed it, too. The "Show Import Options" is a little box in the lower left hand corner of the screen that comes up when you choose the file you want to place in InDesign. It's easy to miss.
    While importing a Microsoft Word document into InDesign or InCopy, you can map each style used in Word to a corresponding style in InDesign or InCopy. By doing so, you specify which styles format the imported text. A disk icon appears next to each imported Word style until you edit the style in InDesign or InCopy.
    Do one of the following:
    To add the Word document to existing text in InDesign or InCopy, choose File > Place. Select Show Import Options, and then double-click the Word document.
    To open the Word document in a stand-alone InCopy document, start InCopy, choose File > Open, and then double-click the Word file.
    Select Preserve Styles and Formatting From Text and Tables.
    Select Customized Style Import, and then click Style Mapping.
    In the Style Mapping dialog box, select the Word style, and then select an option from the menu under InDesign style. You can choose the following options:
    If there is no style name conflict, choose New Paragraph Style, New Character Style, or choose an existing InDesign style.
    If there is a style name conflict, choose Redefine InDesign Style to format the imported style text with the Word style. Choose an existing InDesign style to format the imported style text with the InDesign style. Choose Auto Rename to rename the Word style.
    Click OK to close the Style Mapping dialog box, and then click OK to import the document.
    Marilyn

  • PO seriel number as per plant wise & Document type wise

    Hi,
    Purchase order seriel numbers should be based on plant wise & Document type wise
    Example:
    Plant    Document Type              Seriel number
    1000       NB                                4500000000 -  4599999999
    1000       UB                                4600000000 -  4699999999
    1000      ZSUB                             4700000000 -  4799999999
    1100       NB                                4800000000 -  4899999999
    1100       UB                                4900000000 -  4999999999
    1100      ZSUB                             4400000000 -  4499999999

    HI,
    U can customize the document type and select the no range depending on the requirements.
    U can even select an internal or a external no range depending on the requirements.
    Suitable no range can be adopted for the document type so that the sequence shall be followed.
    Refer SPRO--MM-PURCHASING-PO----NO RANGES.
    Hope this helps.
    Regards,
    Prasanna
    Pls award if helpful.

  • Splitting Document

    Hi all!
    We are trying to customize splitting document for a customer invoice in productive system. In the posting there are some lines with different PC, there are also 2 automatic lines for G/L Acc. (wich have Cost elements in CO) to be splitted by PC.
    We made the following settings:
    - Classify G/L Accounts for Document Splitting:
    G/L Acc (Customer - BS Acc) - Category 02000
    G/L Acc (Taxes on sales - BS Acc) - Category 02000
    G/L Acc (Sales proceeds - P&L) - Category 05100
    G/L Acc (Taxes on sales - P&L) - Category 05100
    - Classify FI Document type for Document Splitting:
    DR (Customer Invoice): Business Transaction 0200, Variant 0001
    - Document Splitting Characteristics for General Ledger
    Profit center (zero balance = X)
    - Document Splitting Characteristics for Controlling
    Profitab.segment
    Document splitting is activated with method 0000000012 and inheritance
    As a result there is only one splitted line - line for Customer (BS Acc)
    Automatic lines are not splitted.
    What is the problem whith it? is it possible to split automatic lines?
    Thank's in advance

    Hi,
    I believe this cant be done using the standard graphical mapping i.e. you have to use Java Mapping.
    Thanks
    SaNv...

  • Portal Customizations

    All,
    Q1. Customer wants to provide custom developed portal login and change password password pages.
    * As far as I can tell the way to do this is to follow the procedure documented in the "Oracle Login Server - Customizable Features" document on the www-sso.us.oracle.com internal website. Is this our officially supported and recommended procedure, or is there an easier way to achieve this customization? (i.e. will 3.0.8 have this capability out of box?)
    Q2. Is there any way to force a user logging into a homepage with multiple tabs on it to always default to a specific tab? It appears as though the next time a user logs in they are randomly directed tabs on the page? (How does portal determine which tab a user will default to upon login?)
    Thanks in advance, Dom

    Q1. I haven't seen the document you are referring to, but the steps for doing this are also in the online help. Search on 'Login Screen'.
    Q2. The logic for tabs always displays the first tab on the page the first time a page is hit in a given session. Subsequent hits will display the tab the user was on when last viewing the page.

Maybe you are looking for

  • MacBook Pro freezes every few seconds

    Hi All, My two year old MacBook Pro started freezing randomly one day. It happens with any application that I have open (Safari, Word, Finder), I get the beach ball every few seconds for any operation I try doing. When the cursor comes back I have se

  • My iphone not recognized in iTunes for Windows

    my iphone not appear under devices in iTunes after connect it to windows pc

  • BT Homehub, reboots on its own

    So here is the problem that I have been suffering with for 18+ months. I am on my 3rd Homehub, have replaced all filters and cables each time. Had BT engineer out to look at my line and STILL my homehub reboots all by itself, every few days, regardle

  • How to prevent hard disks from sleeping

    Hello I have recently installed a SSD for system drive in my machine, and now realise what a bottle neck the old, standard hard disk had been. Booting is now extremely fast, as is opening applications. This speed has alerted me to another problem. My

  • Update (All Mapped Fields) Import Action creates a new record.....

    Hi All, I am on MDM 5.5 sp6,and this weird thing happens everytime i run the "update all mapped fields" option in the import manager,it creates a new duplicate field with the updated value record.Is this  a bug in sp6 or I guess i am going wrong some