Is it possible to automate tracking info from a local db to bc?

Hi
I would love to automate our AWB and TRACKING URL from our local database into BC.
Is there a method of doing this using WebServices?
I want to send three values to BC - invoice #,  AWB, and tracking URL.
Any recommendations or case studies?
much appreciated, thanks!

Spookie,
You can update an order or CRM form (attached to order) via the webservices API, you can send any and all the data you need. You'll have to setup a system a middle man server (or use your existing backend) to download the order and match it to the BC order and on a timer or when the data is available from your other system update the order on BC. I've done this with for a customer and Fedex to give real time tracking numbers within 1 min of the order placed.

Similar Messages

  • Is it possible to display GPS info from a COOLPIX S800c in Aperture 3?

    Is it possible to display GPS info from a COOLPIX S800c in Aperture 3?

    To see the GPS locations display the image in "Places view", while connected to the internet (you will see the images locations as pins on a map).
    To see the numerical values edit the "EXIF info" metadata preset in the Info panel to include GPS:
    Or simple us the Lift&Stamp tool to lift the tags from your image:
    It will show the GPS value, if the image has tags. This tool can also be used to transfer the GPS tags to other images without GPS.
    Regards
    Léonie

  • Possible to Save Track Info (pan, volume, FX, instrument, etc.) as text?

    Is there an easy way to save each track's info from a song? ie. Each track's instrument, volume, pan, effects, etc. in a text file.  Thanks!

    Hi there! Yes there a even easier way to save your settings. You can save them and name them as "profiles" that you can use in future projects. I will be creating a tutorial sometime this week or next on how to do this extra. I can not mix music in about 15 mins now where it use to take me 2-4 hours. Check out the links before to Join and subscribe to be notified when the upload goes up. Thanks!
    Garageband Facebook Group
    Garageband YouTube Channel

  • Is it possible to print the info. from the help window. (ex. how to create a smart list)

    is it possible to print the info. for the help window. (ex. how to create a smartlist... i tunes)

    Yes, click the gear icon and select print.

  • ITunes does not read audio track info from CD burned with Toast 10 Titanium

    I cannot get iTunes on my Mac laptop to read the CD text that I type when I burn an audio disc on Toast 10.0.7. This is true, even though I choose the Toast option "Add CD Text." I have to re-enter the info into iTunes, duplicating the effort I put into naming the tracks and artists in Toast. Even after doing all this, however, the track icons within the disc icon on the desktop will not reflect the iTunes info. When I click ""Get Info" for the disc, its says "You can only read" under the "Sharing & Permissions" section. How can I fix this? Is this a Toast issue or a Mac/iTunes issue?

    It is an iTunes issue. iTunes can write CD text when it burns a CD, but is not capable of reading CD Text from a CD.
    If you want to see a list of ripping tools that can read CD Text, refer to this Wikipedia article. If you don't have time to read it, here is a summary: almost every ripping tool can read CD Text, except iTunes.

  • Exporting track info from USB mixer

    i have recently purchased a Alesis Multimix8 USB mixer board....and it has a direct USB in to my computer....i was told that this particular model works often with Garageband...i was also told that such a model was a plug and play.
    when i contacted alesis they said the same thing. so i can only assume it is something i am doing wrong with Garageband. please let me know how i can successfully connect my USB mixer to my computer and actually receive signal.
    thanks,
    erik

    The easy thing to do, IF you transfered them from the office PC using copy, you still have access to it, and all the music on your PC and this office PC is the same, is to transfer again with the iTunes Library file.
    You will transfer the whole "My Music" folder. inside this folder is the "iTunes" folder with its "iTunes Library.itl" file. this file contains all the song info, playlist ratings ectect. more on the iTunes library can be found here http://docs.info.apple.com/article.html?artnum=93732
    Another helpful artical for you maybe will be the one for transfering iTunes and music to a new PC using your iPod. Some steps you may not need to do, or have to alter abit, But it will give you a general idea on what you need to do to properly transfer things from one PC to another. An iPod is just a "Specailized" external harddrive after all. heres the link if you want to skim over it http://docs.info.apple.com/article.html?artnum=300173

  • TS4108 Is it possible to upload calendar info from my macbook to icloud?  Don't want to re-enter it all.

    I'm just starting to use iCloud and want to upload my current iCal calendar--can't find any directions for that.  Is it possible?

    Welcome to the Apple Community.
    When you turn on calendar syncing (system preferences > iCloud), it should merge your existing "On My Mac' calendars with iCloud.

  • Is it possible to move gamecenter info from one apple id to another?

    Hello,
    When I didn't have an apple id I used my fathers id, but now that I also have one I would like to transfer al my games, achievements, friends, etc to my other account.
    Is this possible if so would someone tell me how.
    Sincerely,
    Lalolalo9
    P.S. I'm not sure if this is the right community!

    No, it is not possible. All purchased items under one Apple ID are permanently connected to it. They cannot be transferred to another Apple ID. You can, however, repurchase the items under your new Apple ID.
    You can always call Apple to see if they can be of help.
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes
    international calling numbers..
    For Mac App Store: Apple - Support - Mac App Store.
    For iTunes: Apple - Support - iTunes.

  • Automatically Upload Pictures from Sharepoint local drive to SharePoint User Profile store using C#

    I have 10,000 image files(profile pictures) stored at location C:\ProfilePic\ folder. The Local Drive(C:\ProfilePic\)
    is in the same machine where SharePoint Server is installed.
    Image Files are as below.
    DomainName_UserID1.jpg,
    DomainName_UserID2.jpg,
    DomainName_UserID3.jpg  etc.
    I need to upload these images to the SharePoint UserProfile Store for respective users.
    Is that possible to write a console application that can query through the pictures saved in the
    C:\ProfilePic\ folder, and then upload the Pictures directly from Local Drive to User Profile Store.
    The code will do something like below:
    Foreach(Images
     saved in C:\ProfilePicFolder)
    string DomainName=Images.split(‘_’)[0];
    string UserID=Images.split(‘_’)[1];
    string AccountName=DomainName+”\”+UserID;
    SPServiceContext context=ServiceContext.GetContext(site);
    UserprofileManager upm=new UserProfileManager(context);
    UserProfile up=upm.GetUserProfile(AccountName);
    up[“ImageUrl”].Value=Images from C:\ProfilePic Folder ;
    up.Commit();

    Yes, you can. Did you check these posts?
    http://sharepoint-tamizha.blogspot.com/2013/08/update-user-profile-picture.html
    http://www.learningsharepoint.com/2013/01/01/programmatically-createretrieve-user-profileuser-profile-properties-in-sharepoint-2013/
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/41dbf544-0c67-4648-93a2-92c5a09a26b0/programmatically-update-user-profile-properties-in-sharepoint-2013-online?forum=sharepointdevelopment
    --Cheers

  • Track info - retrofit..

    Hi.
    Is it possible to get track info for a file / album after it has been ripped, or will iTunes only do this on CD insertion?
    Wibble / sneeb...
    mackers

    Well, I think I'll answer my own question. Well, I wont, like, some other guy already has...
    Johnathon Karcz
    Posts: 8
    Registered: 03-Nov-2005
    RE: CDDB track info
    Posted: 03-Nov-2005 18:55 in response to: bassista66
    You can get track info on files that have already been imported into itunes. You don’t have to always do it from a CD. If the files were imported with itunes to begin with. Then all you have to do is select all of the tracks for that CD. And go to the "Advanced" menu and select "Get CD Track Names". It will ask if you want to get CDDB information for multiple items. Select "OK" and off you go. Itunes is going to treat the tracks like they are a CD.
    I hope this helps. I was thrilled when originally I found this out.
    There you go!
    iMac G5 20" iSight   Mac OS X (10.4.8)   1GB Nano - 40GB iPod3G - Airport Express - iControl

  • Transferring CD Track Info to New

    <SPAN class=postbody>Hi
    <SPAN class=postbody>Is it possible to transfer the file storing CD track info from one PC to another? If so do you know what the name of the file is which stores these CD track names etc ? In other words when I put a CD into the dri've, the Creative software picks up all the info from the last time I put it in and filled out the details. I've no web access, so I can't rely on CDDB everytime. I can't seem to find the file (if it exists), and I want to transfer it over to another PC because its storing a few hundred CD's worth of data.
    <SPAN class=postbody>Thanks

    If it is MediaSource you are using then the files are stored in:
    C:\Documents and Settings\**usename**\Application Data\Creative\Media Database
    Once MediaSource is installed on your new PC copy the files over from this folder to the same location on your new PC.
    PB

  • How do I get the iTunes store to pull and use updated info from Gracenote?

    I'm helping a music group fix their CD information, which was incorrect in the Gracenote database. Gracenote made the corrections, but the iTunes store is not reflecting the changes. I verified the changes were made by inserting the CD on a PC, and, through the iTunes client, asking it to pull the track info from Gracenote. The info is correct.
    However, if you use the iTunes client to go to the store, the info in the store does not match what was pulled when sticking the CD in the drive and querying Gracenote. Also, if you go to the CD URL via a web browser to preview or purchase a digital download, the iTunes store web site is still showing the wrong information.
    How do I get the iTunes store (that is, Apple's server, not the iTunes client) to pull and use updated (correct) CD information from Gracenote?

    Geek Girl,
    The official Content Provider relationship with the Store depends how it was set up, and may be the group or their agent or a 3rd party such as TuneCore.  They can go back through the same official channel that put the tracks in the Store in the first place.
    Or, if it is simply an error, as opposed to an official change by the Artist, you can try the Feedback page:
    http://www.apple.com/feedback/itunesapp.html

  • Query Microsoft Active Directory info from PL/SQL

    Hi,
    We are developping an APEX application that would need to query information about the enterprise computers defined on the Active directory. Anyone knows it would be possible acces to this info from PL/SQL?
    I ahve read that exists a package that enables manipulate COM objectes (http://download-east.oracle.com/docs/cd/B10501_01/win.920/a95499/ch3core.htm#1006978)
    and I know that they exists COM interfases to Active Diretory (they are named Active Directory Service Interfaces (ADSI) ) but I have no idea if its possible to succesfully merge these 2 concepts.
    Has anyone tried to query Active directory info from PL/SQL using COM components or any other method?
    Thanks by advance

    Why not use DBMS_LDAP? That is what APEX's (built-in) LDAP authentication module uses. And it works just fine (doing a bind call) against a MS Active Directory Server.
    As for mucking about with COM from Oracle.. me no like. That ties your Oracle and PL/SQL to a specific operating system and you loose of the biggest advantages of Oracle - portability. Worse, you are at the mercy of the o/s vendor sticking to whatever standards used. In the case of Microsoft, that means mostly proprietary "standards" and very likely changes in those "standards" with every new version of the o/s - which will break your software. (personal experience talking)
    Rather let Oracle deal with the o/s complexities and restrict your code to using Oracle features only, as far as possible.

  • Import loses (some) track info on eject

    When I import from a CD and use get track info, iTunes does the right thing. However, upon ejecting the CD, I often lose some, although usually not all, of the track info. Usually it just loses the first track info (maybe it's the one I played?) Sometimes it loses all the track info (but I haven't played all of them!) I can restore the info by re-doing the get track info from the library listing, but this is really weird and almost certainly a bug. (I'm on 1.1.1.11 -- weirdly :-)

    ps. This is definately a bug. I just tested it several times under various conditions and it at least consistently loses the first track info (defaulting it back to "Track 1"), and sometimes more than just that one.

  • Not connected to internet where my library is. When I import cds is there a way to manually type in track info?

    My Ipod library is on a computer not connected to internet. Is there a way to manually put track info from cds once they are imported?

    Right click - "Get Info", change the ID3 tag.  You can copy and paste album art too.

Maybe you are looking for

  • Removing Zeros from a quantity field in ALV

    HI , i have req of removing the zeros after decimal point in while displaying in ALV. e.g 3.000 --> '3' . I do not need the decimal values. Is there any FM or field catalogue parameter to control this. I am using CL_GUI_ALV_GRID for ALV display. Thak

  • Mac Pro using Mac Mini as Print Server

    Hi all, Mac Pro is wired to my network, Mac Mini is Airport connected. I'd like to use Mac Mini as a Print Server without keyboard and mouse. I've installed OSXvnc-server on Mac Mini and Chicken of the VNC (CVNC) Client on Mac Pro. Mac Pro's keyboard

  • Where Can I Find The "Set Alert" Feature in Blackberry Messenger 5.0

    Hello, I just upgraded my Blackberry Messenger from version 4.5 to 5.0.0.57 on my Curve 8310.  However, in BB Messenger 5.0, I cannot figure out how to turn on the "set alert" feature that is available in BB Messenger 4.5  The "set alert" features al

  • My iPhone is slower after it upgraded.

    After I upgraded my iPhone 3Gs to iOS 4.3.4, the phone is slower and mostly it bounces off when I try to open some Apps. I am not happy about it. Is there any way to downgrade iPhone version? Or is there any way to solve this problem? For example, re

  • Problem with Usb Bluetooth dongle (Cambridge Silicon Radio Ltd.) on 10.5.8

    Hello, I tried until two day to configure a usb bluetooth dongle than I buy on ebay. This dongle work on my macbook osx 10.6 in System Profiler than y see this and tried many times to modifed the IOBluetoothfamily.kext Can you help me? Bluetooth HCI: