I want to change document name.

Hi, all.
I want to change document name.
But the business one can change only AP document.
AR document can't change their name.
Is anyone know why only AP documents can change their name.
Thank you for your help.
seiichi

Dear
In Business one it is only possible to change the purchasing documents. you actually can do it from sdk.  change the system form title and menu name by updating Form.Title and MenuItem.String, as long as you get these UI API
objects with your code.
Best Regards,
xiaodan AN

Similar Messages

  • My MacBook Pro keeps making copies of a document that I am trying to save. I don't want to duplicate the file. I only want to save it on both my hard drive and my external hard drive. I do not want to change its name for every save, which the computer see

    My MacBook Pro keeps making copies of a document that I am trying to save. I don't want to duplicate the file. I only want to save it on both my hard drive and my external hard drive. I do not want to change its name for every save, which the computer seems insistent on doing. Help!!

    11lizzyp wrote:
    can't be saved because the file is read-only.
    I did not create the file to be read-only. I created to be able to continue to add to it as I work on it.
    More on versions here:
    http://support.apple.com/kb/ht4753
    local snapshots:
    http://support.apple.com/kb/HT4878
    Sounds like a permissions problem ie read only.
    If running repair permissions from your DiskUtility.app does not sort it,
    Someone should jump in here with erudite and concise fix.

  • Change document name on HP 6700 using Win 8.1 so that I can save with my documents on hard drive

    change document name on HP 6700 using Win 8.1 so that I can save with my documents on hard drive.
    Am new to this, so help an old man.
    I scan a document, and it comes out as  time and date, and number, but how can i give it a name, so that I can file with other documents, not just the scans.
    Thanks

    Hi,
    You need to install the HP printer software.  The installation process will place a printer icon under the Windows 8.1 Apps menu. Click on the icon and you should be able to see the Advanced setting link.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • In MAC, I want to change document size from 8.5X11 to 18X24 to create a poster to print through Staples. I created the doc originally in WORD, changed the size in WORD, converted to PDF doc. But PDF doc is still in 8.5X11. Read ADOBE support help info. Te

    In MAC, I want to change document size from 8.5X11 to 18X24 to create a poster to print through Staples. I created the doc originally in WORD, changed the size in WORD, converted to PDF doc. But PDF doc is still in 8.5X11. Read ADOBE support help info. Terls me to change size in application rather than printer. BUT ACROBAT Pro does not give me a page set up option in FILE. I can only find one in the printer dialog box. Help!

    from the FAQs on Staples website:
    I have a file that I know is a PDF, but the website claims it is not in a PDF format. What should I do?
    Check to see that the file has the .PDF extension. Also, check that the filename does not have any special characters such as an ampersand (“&”).
    Regarding your measurements set to centimeters rather than inches; is it just in MS Word?
    Or does it occur in all other applications.
    Check your Work preferences first:
    If it is happening in all your applications, check your Mac OS System Preferences.

  • HT4437 I have a Pioneer VSX-1012-K and i want to change the name of it on my iphone to something elce. Is there any way i can do this.

    I have a Pioneer VSX-1012-K airplay amp and I want to change the name of it when i am using AirPlay. Is there any way i can do this?

    If it is showing off line, either the battery is dead, the SIM has been removed or the iPhone has been restored. Report it to you carrier. Some offer blacklisting. You can also send a remote wipe to the phone via iCloud. There was also the option to send you an email if the phone is located when you were in Find My iPhone. Report it to law enforcement, change the passwords on all accounts that were on the device. Did you have a passcode on it?

  • I've bought three new ipod products and want to change the name of my old ipod when i plug it into my laptop. how do i do this

    When you plug your ipod into the computer it's name comes up. ie bill's ipod. How do you edit the name. I've recently bought some new ipods and want to change the names of my old ones.

    Double click the iPod under Devices in the source list on the left side of the iTunes window then type in a new name.

  • I just want to change the name of my network. no other settings?

    I just want to change the name of my network. no other settings?

    We can likely help, but we do not know what device that you are asking about....or....what version of AirPort Utility that you have on your computer.
    (Normally, we would know things like this, but our crystal ball is broken).

  • Want to change the name of the tab

    Hi All,
    I want to add a new tab at Header level for sales transaction  using transaction EEWB. However it will always have the name as 'Customer fields'. I want to change the name of the tab in SAP GUI not in PCUI.
    Thanks for your help,
    Regards,
    Smruti

    Hi,
    Use the badi "MB_MIGO_BADI".  See the sample code & BADI documentation for reference.
    Regards
    Vinod

  • I want to change the name of paragraphs styles. Is this possible by script.

    I want to change the name of paragraphs styles. Is this possible by script.
    Thank you

    Hi Hasvi,
    May the below coding helps for your question:
    var myDocument = app.activeDocument
    var myPStyles = myDocument.paragraphStyles.everyItem().getElements()
    for(i=2; i<myPStyles.length; i++)
    myPStyles[i].name = "A_".concat(myPStyles[i].name);   //Please change as per your requirement
    //myPStyles[i].name = "BBBBBB_".concat(myPStyles[i].name);
    Please use the below URL for more details.
    http://forums.adobe.com/message/4909340#4909340
    If my answers helps you, please provide "Helpful" or "Correct Answer" for me.
    Thanks
    Siraj

  • Change document name in event receiver

    I need to rename a document during an ItemUpdating or an ItemUpdated event. Either one would be fine. When my user changes the file name, I want my code to set it to something else. In the examples below, I am trying to set it to a silly constant value.
    If I can get this to work, I'll change it to use something meaningful.
    Is there any way to change a document's name in an event receiver? I have tried using ItemUpdated (with <Synchronization>Synchronous</Synchronization> in elements.xml). I have tried this:
    public override void ItemUpdated(SPItemEventProperties properties)
    using (DisabledEventsScope scope = new DisabledEventsScope())
    base.ItemUpdated(properties);
    try
    properties.Web.AllowUnsafeUpdates = true;
    properties.ListItem.File.Properties["FileLeafRef"] = "FOOFOO.docx";
    properties.ListItem.File.Update();
    properties.Web.AllowUnsafeUpdates = false;
    catch (Exception ex)
    properties.ErrorMessage = "Document cannot be renamed." + ex.Message;
    properties.Status = SPEventReceiverStatus.CancelWithError;
    //base.ItemUpdated(properties);
    I have also tried this:
    public override void ItemUpdated(SPItemEventProperties properties)
    using (DisabledEventsScope scope = new DisabledEventsScope())
    base.ItemUpdated(properties);
    try
    properties.Web.AllowUnsafeUpdates = true;
    properties.AfterProperties["FileLeafRef"] = "FOOFOO.docx";
    properties.ListItem.Update();
    properties.Web.AllowUnsafeUpdates = false;
    catch (Exception ex)
    properties.ErrorMessage = "Document cannot be renamed." + ex.Message;
    properties.Status = SPEventReceiverStatus.CancelWithError;
    //base.ItemUpdated(properties);
    And in that last one, I also tried setting properties.ListItem["FileLeafRef"]. I have also tried putting the base.ItemUpdated line after my logic (where you see it commented out above).
    Nothing works. No errors are thrown, but the document name stays the way the user set it.
    Leigh Webber

    There's three things you have to do in order to update the name properties:
    Assign properties.ListItem to a variable
    Update the BaseName field
    Update the Type field (if you wish to change the extension)
    public override void ItemUpdated(SPItemEventProperties properties)
    EventFiringEnabled = false;
    base.ItemUpdated(properties);
    var item = properties.ListItem; item["BaseName"] = "BarBar";
    item["Type"] = "docx"; //If you need to change the extension
    item.Update();
    EventFiringEnabled = true;
    This should fix your issue

  • I want to change my name on my outgoing ID. I want to use my professional name rather than the name i use only for legal purposes as that is how people know me

    my friends and clients know me as Jeanette Vonier
    this is also on all my bank accounts
    I use my birth name Jeanette Stringham only for legal documents and credit cards.
    I prefer to have my professional name Jeanette Vonier show as my id on messages.
    however the thunderbird mail through gandhi.net inserted the professional id instead and I cannot figure out how to change that. as a consequence my emails may be flagged as spam or go unopened.
    please advise how I may correct that and change the name showing up.

    The way to change what ever people see when they get your email is to set up your email the way you want to. '''Modzilla''' defaults to the name that you use for your computer.
    '''Open Modzilla''' go to tools then '''account settings''' When that page opens you will see your name as it appears on your email and your email address you can change any of this if you want and even create a signature which can be really cool if you know some basic HTML

  • Changing Document Name of unsaved File

    Hi,
    is it possible to change the name of an opened but not saved document?
    If I open a photo from ACR as an object, PS will append "as object" to the document name.
    I'd like to delete that part of the document name, BEFORE it will be saved.
    Or is there another way to do that?
    app.activeDocument.name is read only...
    Thanks!

    Try this:
    -X
    var original = app.activeDocument;
    var newDoc = original.duplicate(original.name.replace(' as object', ''));
    original.close(SaveOptions.DONOTSAVECHANGES);

  • I want to change the name and password of the administrator on my macbook pro

    I want to pass on my Macbook pro to the next generation so I want some help please to change the name and the password of the administrator.

    Giving away / Selling your Mac / Resetting  the computer to the factory condition
    http://support.apple.com/kb/HT5189
    http://www.thesafemac.com/how-to-prepare-your-mac-for-sale/

  • My sister gave me her iPod and I want to change the name..is this possible?

    Right now the title on my iPod is my sister's name (Erin's iPod) and I want to change it so it says my name. Is it possible to do this? Any help would be great! Thanks!

    Superkix...easy......when the ipod is connected to iTunes in the left hand pane, click once on the ipod name, then click again (once) so that you can edit the name, highlight the text and change it to...say...."Erin's sisters iPod" or whatever you wish.
    David
    If any answer helps or solves your problem, please mark the post that helped accordingly, it provides an incentive for posters here to try and help and gives others a quicker way of finding solutions faster, thank you

  • Change Document Names in Map of Documents

    Hello,
    I am taking the attachments from a completed task and putting them into a map of documents variable.  I was wondering if it is possible to change the names of the documents in the map?  I would like to be able to add an identifier to each document in the map.  Thanks.

    The problem is that you put the id in quotes - which no longer evaluates the statement, but treats it as a litteral.
    To make it easier on my feeble brain (especially when debugging using record/playback) I break it down into multiple steps in the same set value
    /process_data/@myTempID is a string
    /process_data/@myTempDocis a Document
    Location  
    Expression
    /process_data/@myTempID 
    /process_data/MapKeys[1]
    /process_data/@myTempDoc
    /process_data/MapOfDocuments[@id=/process_data/@myTempID]
    /process_data/MapOfDocuments[@id=/process_data/@myTempID]     
    setDocAttribute(/process_data/@myTempDoc, "wsfilename", "test.doc")

Maybe you are looking for

  • How can we send Smartform to exteral mail through SCOT Transaction

    Hi, i want the configuration details in <b>SCOT</b> transaction to send a <b>Smartform to external mail id</b> Reg, Hariharan

  • Build Shut Down DVDSP

    I just posted one problem and found another one. When I try to build a project, it starts to initialize, then shuts the program down. Any ideas about what is happening? Mike

  • How to open .rta files

    Just purchased Documents (paid version) for my iPad. I can create files and save them in Dropbox but cannot read them on my Mac.  How do you open these files.  I am also supposed to be able to edit them as well.

  • How to maintain value in table CAWN

    hello experts, I wanted to ask how will i maintain the table ATWRT in table CAWN. Please help.

  • Routed or bridged mode + licensing question

    Hi Cisco ACE gurus, I have the following questions and I would be grateful if anyone could answer them. 1) As we know the basic license for ACE limits its throughput to 4Gbps. What does it mean? Does it mean that only load balanced traffic is limited