Address Template question

I made a spelling mistake when entering a custom field.
Is there a way to either delete or edit this incorrect field.
Thanks for any help!!!!!!!

Robert,
If I understand how custom fields work in Address Book, they get created on a card by card basis and aren't really available to set as being available on the template the way the defaults are.
So it's probably going to be easiest to just go through and make the correction on a card by card basis.  Hopefully, you don't have a lot to correct.
Matt

Similar Messages

  • Business Partner Address Template Import

    We are importing Business Partner Address Template showing error
    "invalid item 'S' in enum 'BoAddressType' oBusiness Partner

    USe
    bo_ShipTo   for ShipTo Address 
    bo_BillTo  for BillTo Address

  • Ship To addresses Template

    Hi,
    Although there are several post threads on this issue, i got confused to actually use which template. I want to add the ship to address to my existing BP database. Previously, i only upload the bill to address. My question is, which template shud i use? BPaddress or BusinessPartner? If l use BPAddress, how the system link to which custcode? If i use BusinessPartner, where do i specify the ship to?
    Hopefully can get a clearer picture on how is it done. Bcoz, most of the methods that was suggested, i unable to execute.
    Thanks.
    Harith

    Dear,
    The template for BP address (either shipto or billto) should be BPAddresses.xlt. if the BP already exists, please follow the steps below:
    In you BP header file, the CardCode is the key of the OCRD table so it is all that is needed to perform the update.
    In your BPAddresses template the column LineNum is needed . The line number here corresponds to the column Row Number from CRD1. The 1st address that appears in the BP master data is the BillTo so this will have a row number of zero - this is blank in the table CRD1, but the subsequent
    addresses have a row number that is visible in CRD1.
    Please kindly run the following query to see what you need to use in LineNum column to update an existing address:
    SELECT CardCode, Address, LineNum FROM CRD1 WHERE CardCode = '???'
    To add a new shipto address, the linenum should be the biggest number retrieved from above query plus 1.
    DTW will use recordkey to match the header BusinessPartner and BPAddress.
    Hope the above helps.
    Xiaodan AN
    SAP Business One Forum Team
    Edited by: Xiaodan An on May 26, 2008 11:22 AM

  • LMS RME Compliance Mgtm - Template Question

    Hello
    I have LMS 3.2 on Windows. I have a question about compliance template. How I can describe unknown values in template? For example: I have routers with 2 - 3 syslog server (on each router they are different) and I want remove all of them and add new.
    Regards,
    Stanislav Kuchma

    I have syslog 10.0.0.1 10.0.0.2 (and in routers config i have several "bad" syslog with "random" addresses):
    If i wrote:
    +   logging   10.0.0.1
    +   logging   10.0.0.2
    -   logging  [#?!(10\.0\.0\.1)#]
    RME tries remove all syslog servers ("good" and "bad")
    If i wrote:
    +   logging   10.0.0.1
    +   logging   10.0.0.2
    -   logging  [#(?!10\.0\.0\.1)#]
    RME says ok and don't remove "bad" servers

  • Template question- creating / inserting

    Hi, I am setting up an online store (here is the test page-
    http://www.drcelly.com/6100manual
    ) and I am using a program to create it. It is pretty nice, its
    good for people who do not know much about php / asp, in fact you
    don’t even have to know html. It is not as good as the more
    advanced programs but it does work for me (its called shopping cart
    system 4.0). The program asks for a product title, then you push a
    button and it brings up the description box which allows you to
    type text in (it has formatting options to change font size, bold,
    different fonts, ect) and also has a "html view" box so you can see
    how the text is formatted. By default, when you enter text the
    program inserts two tags, <P align=left>your_text</P>
    (them two tags).
    The items in the store have the same description, just under
    different categories (I sell cell phone parts- what i mean by they
    have the same description is the LG vx6100 phone and the Samsung
    a610 are going to have the same description - "this antenna has a
    screw in base...." ect ...... so the only difference is going to be
    the picture and the title (which are separate fields from the
    category description).
    So I was wondering is if I can create a template titled
    "antennas" for ex. in Dreamweaver and set all my antenna pages to
    display that text. One possible solution is to make the text in the
    description an image- and in the description of every antenna page,
    I can tell it to insert that picture (antenna.gif for example).
    That way if I ever want to change the description of all the
    antennas, I don’t have to manually do all of them I can just
    modify that one image. Does anyone know if there is a way I can do
    this- but instead of doing it with an image, do it with text? If
    so, I can create a template for every item, and since 90% of the
    parts will have the same description, it will save me lots of time.
    Any advice would be appreciated.. PS here is a screen shot of the
    editor
    http://img.photobucket.com/albums/v229/mds33200/Image2-1.jpg

    Can I try to simplify your question?
    Are you asking if there's any way to create a fragment of
    content that gets
    automatically inserted into all pages on the site? If so,
    have you
    investigated the use of server-side includes?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "mds33200" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, I am setting up an online store (here is the test
    page-
    >
    http://www.drcelly.com/6100manual
    ) and I am using a program to create it.
    > It
    > is pretty nice, its good for people who do not know much
    about php / asp,
    > in
    > fact you don?t even have to know html. It is not as good
    as the more
    > advanced
    > programs but it does work for me (its called shopping
    cart system 4.0).
    > The
    > program asks for a product title, then you push a button
    and it brings up
    > the
    > description box which allows you to type text in (it has
    formatting
    > options to
    > change font size, bold, different fonts, ect) and also
    has a "html view"
    > box so
    > you can see how the text is formatted. By default, when
    you enter text the
    > program inserts two tags, <P
    align=left>your_text</P> (them two tags).
    >
    > The items in the store have the same description, just
    under different
    > categories (I sell cell phone parts- what i mean by they
    have the same
    > description is the LG vx6100 phone and the Samsung a610
    are going to have
    > the
    > same description - "this antenna has a screw in
    base...." ect ...... so
    > the
    > only difference is going to be the picture and the title
    (which are
    > separate
    > fields from the category description).
    >
    > So I was wondering is if I can create a template titled
    "antennas" for ex.
    > in
    > Dreamweaver and set all my antenna pages to display that
    text. One
    > possible
    > solution is to make the text in the description an
    image- and in the
    > description of every antenna page, I can tell it to
    insert that picture
    > (antenna.gif for example). That way if I ever want to
    change the
    > description of
    > all the antennas, I don?t have to manually do all of
    them I can just
    > modify
    > that one image. Does anyone know if there is a way I can
    do this- but
    > instead
    > of doing it with an image, do it with text? If so, I can
    create a template
    > for
    > every item, and since 90% of the parts will have the
    same description, it
    > will
    > save me lots of time. Any advice would be appreciated..
    PS here is a
    > screen
    > shot of the editor
    >
    http://img.photobucket.com/albums/v229/mds33200/Image2-1.jpg
    >

  • Creating a Form Template Questions

    Can I create a form? Meaning, can I create a document that has blanks (underscored blank spaces) that I can later edit to contain information/answers?
    i.e. Name: ______ Address: _______
    Then, if I can what is the best way to make it so that it is done in columns? I know I can set the document or section to have multiple columns but how do I control what content goes where? I would like to have the Address in the above example at the center of the page and all the blanks start and end exactly the same. Am I being clear? Basically four columns, the second and fourth being blanks as described.
    I will need the form to create descriptions of projects while keeping the same format/layout for all projects. I would like to create the template now and just use that template, editing the content or filling in blanks.

    If you have Acrobat Pro and open a pdf that looks like a form (could be created in Filemaker, Word, etc.), there is a command to auto-recognize the fields and make a fillable pdf form. It worked like a charm for a form that I printed to a pdf from FileMaker Pro.
    Good luck,
    bd

  • Photo Template Question

    Hi! I used the photo template to create my iweb web site. In doing so, I placed my own pictures on top of the template photos in some cases. Then I hyperlinked my pictures to files. Click the picture and a file downloads. This is good, but when I access my web site and while my pictures are downloading, the template photos are displayed until my pictures cover them when downloads are done. Question - How can I remove the template photos? Please advise, and thanks.
    gingermae

    Is downloading a file hyperlinked to a photo your intended purpose? If so, then you might be better off not using the photo template. But I understand if you like the look of the photo template. If you want to continue using the template, then instead of using your photo to "cover" the template photo, go ahead and drag your photo over the template photo and hover until you see your cursor turn to a "+" sign. Then let go and your photo will replace the template photo. Since you cannot apply a hyperlink to a file download to the template, you will then need to insert a rectangle shape...make it the same size as the photo...and then lay it on top of the photo. Open up the Inspector and use the Hyperlink tab to attach the hyperlink to file to this shape. Then click over to the graphics tab and adjust the opacity of the rectangle shape to 1% to let your template photo show through. This should replicate the function that you currently have but replace the template photos with your own.

  • Address Cleanse Question

    Hello,
    I am cleansing some usa and germany address data using the global address cleanse transform with usa and emea engine turned on.
    Some data have only the street but missing postal and city. After it went through the transform, the global address cleanse outputs the PRIMARY_NAME1 as empty field for the USA data but it is able to output the PRIMARY_NAME1 with the street name for the germany records
    Am i missing any options or is this how it works??

    Hi,
    Thanks for the reply.
    I meant that both usa and germany address has only street and country information and without other information.
    And of cos without sufficient information, global address cleanse would not be able to correct it.
    The difference i am having is that, after global address cleanse, the PRIMARY_NAME1 field of the output field of the germany record is filled up as what we gave for the input However, the PRIMARY_NAME1 field of the output field of the USA record is blank.
    Both records are of status info code 2000 (Unable to identify locality, region, and/or postcode information on input. )
    So the question is that, if the USA engine is not able to cleanse the data, would it map the input street field onto the output PRIMARY_NAME1 field? Or would it give a blank PRIMARY_NAME1 field?

  • Address book question

    IS THERE A WAY TO CONDUCT A MAIL MERGE FUNCTION WITH ADDRESS BOOK?
    IF NOT!.......how can I export (only) a Smart Group to excel or Numbers to do so????

    Ran test. It does delete a given address book from the phone if deselected. Thanks.
    >>> [email protected]<[email protected]> 7/9/2014 6:41:AM >>>
    Sorry, wasn't sure which to post in.
    >>> Simon Flood<[email protected]> 7/9/2014 6:02:AM >>>
    On 08/07/2014 18:00, [email protected] wrote:
    > Running Data Synchronizer 1.2.5 Build 299 against GW 8.0.2. If an
    > address book has been selected on the Edit user page in the past and
    > those contacts have been synced to the phone will the system delete them
    > if the address book is de-selected? Will it just ignore the address book
    > going forward?
    > Thanks,
    > Bill
    Duplicate of
    https://forums.novell.com/showthread...-Book-Question
    Please do not post the same issue to multiple forums as it splits
    support efforts and doesn't help others.
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.

  • Address Book Question -- IS THIS POSSIBLE ??

    Is "appending" information possible to address book ? Or like a way to add info from one address book to another with out it deleting anything on the one getting updated OR with out making duplicates of the contact info(s) ????
    Kinda like what we call a "incremintal back up". Like it is able to detect what is NEW info and ONLY save that to it while keeping all the old stuff on it.
    Let me explain --
    I got a tower and a laptop. Address Book (obviously) on both.
    Sometimes the one on my laptop gets some contact info added to it, while the one on my tower does not get that info added to it. OR vise versa.
    I want to combine the two and not lose anything and NOT have to do it manually. Because alot of info has gone down on both recently.
    But at the same time they both have alot of the SAME contacts on them because for a while I was trying to keep up with them and I was manually saving info, then putting it into the other. But recently things have gotten too far and I can not remember which has what, when..
    I NEED to do a incremental save/back up to one of them FROM the other one (combine the both with out causeing duplicates, or with out loseing anything).....
    Please help.
    Thanks -

    Cool, I guess thats good enough... It will get the job done the way I want, so THANKS ALOT Mike !!
    Problem solved.
    I wish in the future though Apple makes it possible to do it how I was saying. Hook your laptop up via firewire to your tower, then Basically a one button click to "append only new info" from the laptops address book. No questions about what to do with duplicates, etc.... just update ALL NEW info. Don't touch old.
    Thanks again though my friend, your reply was extremely valuable to me.

  • Working folder & template questions (Mac and Win)

    I'm using Captivate for Mac (both 5.5 and 6). In the recording preferences (Project Info) there is a field for "Working folder" for FMR in Captivate 5.5 or Video Demo in Captivate 6.
    For new blank projects, it appears that the Working folder is automatically generated to have a path name:
    /private/var/folders/.....
    Question #1: Where is this location on a Mac? (I can't find it.)
    Question #2: Is this location different from the "Adobe Captivate Cached Projects" folder in my Documents folder on a Mac?
    On a related topic, a client has provided me with a template that currently has this path for the Working folder:
    C:\Users\JaneSmith\AppData\Local\Temp\CP344026233798Session\ForFMR344026233908
    Obviously, this path is valid only on Jane Smith's Win PC and is useless for any other Captivate user, whether on Windows or Mac. In fact, when I modify certain default preferences for this template, I get an error message: "The specified working folder could not be created. Please enter a valid location to continue." So I have to change it to a local Mac path.
    Question #3: Which location do I use for the Working folder? Do I use the "/private/var/folders/" location (wherever that is). Do I create any old folder? Or do I use the "Adobe Captivate Cached Projects" folder?
    Question #4: I need to share this modified template with several Captivate users working on this project (could be using either Mac or Windows). If a template contains a working folder specific to my computer, must every user re-modify the template and re-set the working folder location for his/her specific computer?
    Question #5: If I'm not mistaken, temp/working folders for similar software are usually set at the application level, not the project/document level. Is there a good reason why that convention isn't followed in Captivate?

    organic_othman wrote:
    Hi,
    I want to get the default system folder on any OS .
    for windows it should be"My Documents" and for Mac it should be "Pictures"
    however OS folders names depend on OS current language (English, French, Spanish etc..)
    I vaguely remember reading somewhere that the English version of those folders will find the correct folders in the localised versions.
    Quick google gives me:
    http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/DisplayNames.html

  • Template Questions

    I have a question about templates for my site to display my
    artwork.
    I would like to have a top level template with some text
    across the top of the screen - these would be years: 2006 2005
    2004...
    If the user clicks on one of these years, I would like a
    second line of text (according to the year) to appear: paintings,
    drawings, photographs... Different years will have different
    subjects. Each of the years would be created from a nested
    template.
    The user could then click on painting or drawing and a series
    of thumbnails would pop up.
    My problem: I would like to use templates so that I could add
    years later without having to add it in each page of the site - but
    I would also like the viewer to have some idea of which year and
    subject they are viewing - so that when they come to the site,
    click 2006, then paintings, they page will have 2006 and paintings
    slightly darker than the other years and subjects to remind them of
    where they are. Is this impossible with templates? It seems like if
    I have each year link to a separate page with a darkened year that
    I won't be able to use a top level template at all... Should I use
    frames instead?
    Here is what I am working with (I plan to reverse the
    locations of the subjects and years) - as you can see, there is no
    way to know, just by looking, what year and subject are chosen:
    http://www.carlosferguson.com/new%20site/Pages/Paintings/Paintings%202006%20Group%201.htm
    Thank you very kindly for any help!
    Carlos

    > Wouldn't I have to go through each
    > page individually and add that year to each?
    Not if the year display were either part of the template's
    non-editable
    region, or were part of a server-side include.
    > I can't make one of the years or subjects darker than
    the
    > others (as these areas have to be un-editable regions in
    order to take
    > advantage of the template's possibilities.
    Sure you can.
    It's easy to do with CSS or with javascript.
    With CSS you would have a little stylesheet embedded in the
    head of each
    page that allows you to set the down state for any given
    button (each button
    would have a unique id - for example -
    <a href="foo.html" id="button1">...<a
    href="bar.html" id="button2">
    and then your stylesheet would have this -
    a#button1 { styles }
    on one page, and on another this -
    a#button2 { styles }
    See how that works?
    With javascript, put this in script tags in the head of the
    document -
    function P7_downImage() {
    var g7="<imagename>"
    var g7url="<pathname>"
    if ((g7=MM_findObj(g7))!=null) {g7.src=g7url;}
    and this on the <body> tag
    onload="P7_downImage()"
    Then on each page you would need to make two edits:
    Set g7 to the *name* of the button (not the file name but the
    HTML name -
    e.g., "productsbutt" - without the brackets), and g7url to
    the pathname to
    the button (e.g.,
    "images/nav/button3.gif" - without the brackets), and bada
    bing, bada boom!
    There is an excellent tutorial here -
    http://www.projectseven.com/support/answers.asp?id=126
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jcferguson" <[email protected]> wrote in
    message
    news:[email protected]...
    > thanks for the reply:
    >
    > I am trying to creat a site with a top level that the
    user could click ( a
    > year for example ) that would then bring up a second
    level of
    > possibilities
    > ("subjects") for that year.
    >
    > Once the user has chosen a year, I would like that year
    to be darker in
    > color
    > than the other years on that top level.
    >
    > Once the user has then chosen a subject, I would like
    both the chosen year
    > and
    > the chosen subject to be darker in color than the other
    possibilities, so
    > that
    > the user had a sense of where they were in the site.
    >
    > I can do this with all individual pages, but what if I
    want to add a year
    > later (say..., next year, for example). Wouldn't I have
    to go through
    > each
    > page individually and add that year to each? If I try to
    do this with
    > templates though, I can't make one of the years or
    subjects darker than
    > the
    > others (as these areas have to be un-editable regions in
    order to take
    > advantage of the template's possibilities.
    >
    > I have a feeling this is a simple answer, but a
    difficult to phrase
    > question.
    >
    > Thanks,
    >
    > Carlos
    >

  • My Earlier post had the Email address in question connecte to it, Which means nothing You send will reach Me ... Try G.J.Seymour@ email removed

    See Above!

    We do not send responses to e-mail addresses. All responses are posted in the forum. Also see response to your other question: https://support.mozilla.com/en-US/questions/784726

  • Address Bar Question

    On the Windows platform, if you click in a browser address bar it automatically highlights the entire address. Is there a way to get the Mac to default to this. On both Safari and Firefox 2.0 I either have to swipe the entire line or right click and choose select all.
    Thanks!
    Dennis

    You're welcome. Glad I could help.
    Please mark this post "solved" next to my name. Helpful for others looking for a solved solution to a similar question, also helpful for me. Aloha from Big Island.

  • Ebay listing template questions (DW CC)

    Hi.
    I'm thinking of subscribing to DW CC, but just have a few questions re eBay templates.
    When developing an ebay template in DW, I will be hosting my pics on third-party sites (i.e. Photobucket). Is it possible to upload the pics to the site, grab the url, and then work with the image 'live' from within DW?
    I'd like to utilize CSS in the template; is this possible to add in an eBay template? Slightly related; is it possible to use Google Fonts in said template?
    Many thanks!
    Tony.

    When developing an ebay template in DW, I will be hosting my pics on third-party sites (i.e. Photobucket). Is it possible to upload the pics to the site, grab the url, and then work with the image 'live' from within DW?
    You can set DW to display external files, including images, CSS, and javascript. So, I believe the answer to your question is *yes*, although you cannot modify those external files in any way while viewing them in DW.
    As for using CSS in an eBay template, I'm not sure. But I believe Google fonts would work as well.

Maybe you are looking for

  • Qosmio F30 - installing new hard drive

    Hi, I have just installed a new hard drive on my Qosmio F30 - It originally only came with one 60 GB hard drive. The second drive is identical to the first in every way, i.e. 60 GB Toshiba drive. I have initialised the new drive and it is showing as

  • Ungrouping layers in Photoshop Elements 8

    So I'm going through my external HD looking for some old work in progress, and come across a couple of files that had been started on my old room mate's copy of Photoshop CS2. The layers are grouped into folders. On my current computer, I have Elemen

  • Errors with BeatsMusic connecting to playlist

    ERRORS CONNECTING TO ANY PLAYLIST THROUGH APPLETV APP Starting about a week ago, I have been unable to play anything from playlists (neither ones created by me nor ones created by others) when using the AppleTV App. I am still able to play from Album

  • Play multiple sounds

    Hello! How can I play multiple sounds at once please? I tried with 2 separate soundChannel vars but they still override eachother. Thanks

  • Error starting Apache when installing 10g Companion CD

    Hi all, When I'm trying to initialize Apache I get: $ ./apachectl start Syntax error on line 9 of /opt/oracle/Oracle10g_Companion/Apache/modplsql/conf/: Invalid command 'PlsqlDatabaseConnectString', perhaps mis-spelled or defined byn ./apachectl star