Has anyone successfully integrated online product inventory with MYOB Retail Manager

I have a customer who wants to manage her online product inventory via her shops MYOB Retail Manager program. Does anyone know if this has been done yet?

Not used it before but according to their information
http://www.onesaas.com/integrations/view-all
Can sync between MYOB and BC, for a price per month.
If you are looking for your own solution without relying on a 3rd party or monthly fees, I would have no problems developing a syncing system, drop me a private message if you are interested.

Similar Messages

  • Has anyone used Scribe Online to interact with Eloqua's API?

    I've been experimenting with Scribe Online via an ON24 integration and was interested if anyone has queried the activity and contact tables with Scribe Online. So far it's an easy drag and drop between entities, although the complex part is formulas within the logic.
    A current test I'm working on is to pull email activity (Email Name that was Opened and the last activity date), link it to a contact with a SFDC Lead ID and then populate that via a field in SFDC. I'd eventually like to experiment with advanced visual reporting to get a true idea on the activity of our database.

    does anyone have a answer for this? I'm having the same prob!!

  • Has anyone successfully implemented the JSF Viewer with Facelets?

    We have recently started integrating Crystal into one of our web apps that is using JSF + Facelets + Seam.
    I've built a taglib for the jsf viewer and configured it in web.xml and faces-config. I'm pulling an IReportSource from a backing bean using com.crystaldecisions.reports.sdk.ReportClientDocument  and that is using a .rpt file stored on a directory. This all seems to be working, as I can step through the code and see the IReportSource being generated.
    However, when the page loads, I am seeing the crystal javascript being converted in the page source, but nothing is loading on the page. 
    Has anyone seen an issue similar to this tied to Facelets? I've seen numerous documentation on Crystal and JSP, but very little on JSF  or Facelets.
    Has anyone been able to get a setup like this or similar to work properly?
    I've also noticed an error when adding the viewer:
    java.io.IOException: Recover report client document state failed.
    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.readExternal(SourceFile:1492)
    at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.readExternal(SourceFile:131)
    at java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1792)
    I believe this to be related to me switching over to the serializable ReportClientDocument: com.crystaldecisions.sdk.occa.report.application.ReportClientDocument  versus using the nonserializable version.
    When using the non-serializable version, I am seeing a constructor issue with the JPEReportSource
    Exception: java.io.InvalidClassException: com.crystaldecisions.reports.reportengineinterface.JPEReportSource; no valid constructor
    Has anyone seen this issue before or able to offer any suggestions?

    Well, according to the tutorials I have seen on the internet, I believe CrystalReport was successfully implemented and tested with jsp, to have it working with Facelets, we need to do a little bit of work around. We need to make a new JSF custom component and assign it to an external renderer. then we can use it to view the report
    please follow these and it should work after then,
    1- bring the following jars into your libs
    commons-configuration-1.2.jar
    Concurrent.jar
    CrystalCommon.jar
    CrystalContentModels.jar
    CrystalDatabaseConnectors.jar
    CrystalFormulas.jar
    CrystalQueryEngine.jar
    CrystalReportEngine.jar
    CrystalReportingCommon.jar
    icu4j.jar
    jrcadapter.jar
    jrcerom.jar
    keycodeDecoder.jar
    MetafileRenderer.jar
    rasapp.jar
    rascore.jar
    rpoifs.jar
    serialization.jar
    URIUtil.jar
    webreporting.jar
    webreporting-jsf.jar
    xercesImpl.jar
    xml-apis.jar
    2- bring the folder "crystalreportviewers115" right under the "WebContent".
    3- implement the custom FacesComponent and make it extend the "UIReportPageViewer" as follows;
    import packagename.CustomReportRenderer;
    @FacesComponent ("packagename.newReportViewer")
    public class UIReportViewer extends com.crystaldecisions.report.web.jsf.UIReportPageViewer implements Serializable{
        public UIReportViewer () {
            this.setRendererType("packagename.CustomReportRenderer");
    4- implement the renderer and make it extend the "ViewerHtmlRenderer" as follows;
    @FacesRenderer(componentFamily="CrystalReports.DHTMLViewer", rendererType="packagename.CustomReportRenderer")
    public class CustomReportRenderer extends com.crystaldecisions.report.web.jsf.ViewerHtmlRenderer implements Serializable {
    5- make a new tag library xml file next to the web.xml so the application can find the tag configurations. name it "taglib.xml" and add the following inside it;
    <facelet-taglib xmlns="http://java.sun.com/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee"
        version="2.0">
        <namespace>http://new-jsf-custom-components/</namespace>
        <tag>
            <tag-name>ReportViewer</tag-name>
            <component>
                <component-type>packagename.newReportViewer</component-type>
                <renderer-type>packagename.CustomReportRenderer</renderer-type>
            </component>
        </tag>
    </facelet-taglib>
    6- configure the web.xml with the following
      <context-param>
            <description>
            State saving method: 'client' or 'server' (=default). See JSF Specification 2.5.2</description>
            <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
            <param-value>server</param-value>
        </context-param>
        <context-param>
              <param-name>javax.faces.FACELETS_LIBRARIES</param-name>
            <param-value>/WEB-INF/taglib.xml</param-value>
        </context-param>
        <context-param>
            <param-name>crystal_image_uri</param-name>
            <param-value>../../crystalreportviewers115</param-value>
        </context-param>
    7- implement the reportViewer.xhtml and make sure you have the following;
    - in the tag libraries add the namespace schema xmlns:crystalnmcps="http://new-jsf-custom-components/"
    - add the new reportViewer component
    <crystalnmcps:ReportViewer reportSource="#{youController.reportSource}"  displayToolbarLogo="false" parameterFields="#{youController.parameterFields}"  allowParameterPrompting="false" />
    Now run your app.
    I hope this helps. good luck

  • Has anyone successfully tethered a Nikon D7000 with Aperture 3.1?

    Hi,
    I have a new Nikon D7000 and tried to tether it to Aperture 3.1. Aperture recognizes it as a D7000, but I can't get an image to display. I'm outputting JPEG right now and can wait until RAW is available, but it would be convenient to tether so I can get immediate feedback on the image while I'm shooting.
    Has anyone had success tethering the D7000 with Aperture 3 or is the software not there yet? I'm talking about having the image immediately downloaded to the iMac and automatically displayed after you take each photo, not downloading at the end of the day.
    Thanks

    UPdate - the key was opening a new project in Aperture 3. Once I did that, Aperture recognized the D7000 and I could shoot from the camera and have it displayed immediately on the iMac.
    It works right out of the box. Yea!!!
    Message was edited by: luckyphoto2010

  • Has anyone successfully used the Zoom R16 with Audition?

    I’ve tried just about everything, but can’t seem to get Audition to run with the Zoom R16.  As noted in a recent post, I updated both the Zoom R16 firmware and widows driver, but that doesn’t seem to make the 2 work harmoniously. 
    Has anyone had success getting the 2 to work together?  If so, what’s the trick?!
    Thanks in advance
    C

    CharlestonPro wrote:
    As noted in a recent post, I updated both the Zoom R16 firmware and widows driver, but that doesn’t seem to make the 2 work harmoniously.
    I'm intrigued - what is actually disharmonious?

  • Has anyone successfully used new custom templates with bookings?

    I have been trying to use an alternate list template for bookings as a fallback for the standard list I have which is outputting json.
    I saw recently in the september release that custom templates are out (thank goodness).
    I have tried:
    {module_booking,a template="fallback_list.tpl"}
    {module, booking,a template="fallback_list.tpl"}
    This is from http://helpx.adobe.com/business-catalyst/partner/using-custom-templates-modules.html it looks wrong to me.
    Then I tried renaming it to html cause I read http://forums.adobe.com/docs/DOC-2573
    Then I tried relocating it, removing the underscore, adding commas, removing commas, single quotes and double quotes.
    But they all return No events found.
    {module_booking,a, }
    Returns the expected amount of bookings.
    Any thoughts?

    Hi,
    Thanks Mario.  http://npaqueensland.businesscatalyst.com/events
    The events done with backbone and JSON are working, above those there is a bar of filters (not yet hooked up properly), and directly above those filters is the part I am having an issue with.
    Thanks,
    Allan.

  • Has anyone successfully downloaded their Norton 360 online backup onto a new iMac?

    My PC had a BSOD without warning and  restoring efforts have failed.  I've used the opportunity to move to a new iMac.  Unfortunately, my backup is with Norton 360 online.  Has anyone successfully migrated a norton backup file onto their iMac?

    You will probably find most on here recommend you stay as far away from Norton software as possible with a Mac.  The Norton Anti-virus software is the worst of the worst and does damage to the Mac OS X.  Just be aware that you are likely to get recommendations to use the backup that comes with the Mac, Time Machine.  Or make a clone of your drive with programs like Carbon Copy Cloner or SuperDuper.

  • Has anyone successfully connected an AEBS to the new Panasonic TVs with built-in WiFi?  If so, please describe the requirements and process.  Thanks.

    Has anyone successfully connected an AEBS to the new Panasonic TVs with built-in WiFi?  If so, please describe the requirements and process.  (TV subscription is through DirecTV and ISP is TWC.)  Thanks.

    If you wish to use the cellular capabilities of a device, you will need a SIM (unless the carrier uses CDMA which doesn't use SIMs) and you will have to pay a cell carrier. No cell company provides service for free. The only way you will get free Internet is via WiFi to a free and open WiFi access point, as sometimes is offered in public buildings or by some businesses.
    Regards.

  • Has anyone successfully managed to get VZW to raplace Fascinate with a different phone?

    Has anyone successfully managed to get VZW to raplace Fascinate with a different phone?
    If so, could you share with me on how you convinced VZW to do it?(which department?)
    I love my Fascinate, but not when it can't get calls.  I would prefer to have a Fascinate with
    zero problems, but that appears unlikely.   So I guess my best option is to get a different
    phone(Samsung, Motorola, or others)
    Thanks!

    I successfully got a swap out of my Fascinate with a Droid Incredible 2. 
    I private messaged VZW agents on these forums the following message and through the course of 3-5 days I successfully was granted an expception and allowed to swap out my device (with no contract extension or upgrade eligiblity extenstion). This was after several phone calls and numberous wasted hours trying to convince them the Fascinate was not a good phone. 
    If I have been rude in any way during this message, I sincerely apologize, I did not mean it. I am a frsutrated owner of a bad piece of electronics. I am aware it is not VZW's fault, but I think you need to stand beind the phones you sell and rectify situations that are bad. 
    I am a Samsung Fascinate owner and to say the least this phone has been the biggest source of frustration I have ever had to endur in the 20+ years I have owned a cellular phone. 
    The have been number rous issues with my original phone and the replacement (certified replacement) phone I have gotten. These issues include, but are not limited to:
    1. glitchy UI
    2. constant forecloses and freezes
    3 auto reboots 
    4. inoperable phone for 20 - 30 minutes at a time. Can't access apps, can't make calls, can't send texts, phone is useless to me.
    5. not receiving calls/texts
    6. missing voicemails
    7. increased battery drain
    8. random flickering of screen lights while using the phone.
    Now I have performed the following steps at the suggestion of VZW tech support on both my orginal phone an replacement phone
    1. Hard resets, factory resets 
    2. Soft resets,
    3. Clear cache on the phone
    4. Removing apps 
    5. Updating roaming capabilities 
    After all these issues and all the suggestion on fixes, the phone still performs poorly and is not a reliable phone at all. Like I stated previously i am beyond frustrated. 
    I am aware these problems are software issues not a hardware issue; a refurbed Fascinate will not correct them. Hard resets do not fix the problems. I have scoured the message boards on this website (VZW forums) and I am aware the VERIZON is aware of all these issues with multiple Fascinate users.
    I am asking to be allowed to swap my Fascinate for another, DIFFERENT model of phone. I am fine if that is a refurb, as long as it is a DIFFERENT model of phone and not a Fascinate. I know this is possible because users on your very own forum are stating it has been done. I am asking it be done in my case
    Best thing I can say is stick to it....sitck to you guns and don't back down and don't be allowed to think there is afix when there is not. 

  • Has anyone successfully used the ZTE Open C with an AT&T microcell?

    I have a ZTE Open C and have had no issues with initial setup w/AT&T. However, like most newer phones the voice signal reception is very weak.
    I've had an AT&T Microcell before, but I don't have one now. For those that are unaware, the microcell allows 3G phones to connect via a 3G signal, but the call is routed through a home broadband internet connection.
    Has anyone successfully used a ZTE Open C w/Firefox OS AND used an AT&T microcell? If yes, did you need to do anything special on the phone or with Firefox OS.

    I don't use a ZTE Open C, however, I do have a ZTE Open (Original) on AT&T and so I'll see if I can help ;D
    I know someone who has a Microcell, and I have used it myself a few times. However, the microcell only works if you have entered in your phone number into settings of the Microcell.
    Check the Microcell settings.
    Check the data connection settings on your FxOS device
    Make sure your Microcell is properly connected to WiFi
    and check the AT&T support page for more info
    For a while, it actually hasn't actually worked for me. I apologize if this doesn't solve your problem :D

  • Has anyone successfully used the Intuit Quicken compatible with Lion upgrade for investment tracking?

    Has anyone successfully used the Intuit Quicken compatible with Lion upgrade for investment tracking?

    Although I gave up investment tracking for personal reasons (I had used Quicken Deluxe 2002 for many years for that reason), my understanding is that the new Quicken 2007 for Lion/Mt. Lion is completely the same feature wise as Quicken 2007 for PPC.  It will run on Snow Leopard, too.
    For $15, why not download it and just try it and LET US KNOW!

  • Has anyone in this Forum had problems with installing and running Adobe apps on the new MacPro?

    Has anyone in this Forum had problems with installing and running Adobe apps on the new MacPro?
    I have been trying to install Photoshop CS6 & CC and Acrobat Pro XI on my Mac Pro (late 2013). I keep getting a 'configuration' error message and wondered if the problem was wide spread.
    TIA,
    Jerry

    Thanks, Martin.
    Good to hear someone has had success. The lack of it here is frustrating and depressing.
    Thanks again,
    Jerry

  • Has anyone successfully got a refund on graphics card fault

    My Mac Mini (mid 2011) purchases in February 2012 has died. The graphics chip has gone and the display is some funky colours at boot before it crashes and reboots. I'm unable to login at all, even via safe mode.
    It's almost 3 years old to the day and i'm covered by UK law for 6 years. But has anyone successfully got a refund or replacement?
    I'm concerned they might want to take it in to test and try to repair it, but presumably that would mean an entirely new motherboard and i can't be without a Mac (my main computer) for so long. Do they even make / have in stock Mid 2011 Mac Minis anyway? I'd guess not.
    Should i go ahead and buy a new one with the reassurance i'd get some money back?
    I've made no alterations to the mac other than to upgrade the ram from 4GB to 8GB.
    thanks

    Apple never mad a promise to replace the Mac. Only to fix your OR replace at Apple's option.
    Contact Apple and discuss it with them
    you can also
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • Has anyone got the B500 to work with Ubuntu? (nvidia driver problems)

    In two weeks, I have been completely unable to get the nvidia driver working with the B500 on Linux. No matter what I try to do, the X server doesn't start, and my /var/log/Xorg.0.log file ends with "fatal server error: no screens found." I have tried feeding a custom modeline to xorg.conf, explicitly calling an EDID file which I extracted from the Windows installation, using the upstream nvidia driver installer, using the official repository driver, and probably a bunch of other stuff that I'm not recalling right now.
    Versions I've tried this on:
    Kubuntu 10.04, 32- and 64-bit
    Ubuntu 10.04, 32-bit
    Kubuntu 9.10, 32-and 64-bit
    I am stumped. Has anyone successfully gotten this to work?
    best,
    -p.
    Solved!
    Go to Solution.

    Solved with the kind assistance of paulricardomc on the Ubuntu Forums: http://ubuntuforums.org/showthread.php?t=1477507
    Short version of the fix:
    1. Extract the edid from the Windows partition using softMCCS, saving as edid.bin
    2. Save the edid.bin file in /etc/X11 (or wherever you like)
    3. Include the following in the device section of your xorg.conf:
    "Option"  "ConnectedMonitor" "DFP-0"
    "Option" "CustomEDID" "DFP-0:/etc/X11/edid.bin"
    Fire up X and you're good to go.

  • Has anyone successfully set up scan to smb to mac os 10.7.x from a Konica Minolta bizhub

    Has anyone successfully set up scan to smb to mac os 10.7.x from a Konica Minolta bizhub. I'm using 10.7.3 on MacBook Pro. Don't care what model bizhub is being used as I have access to many. I've seen the posts for FTP workarounds but want to use SMB if that is an option. Any suggestions? Thank you!

    petermtnbk wrote:
    I've read other discussions that have suggested changing the format of the username and password when having login problems. I'm not familiar with NT-Status Codes. Could changing the format of the username make any difference? Something like... "workgroup/username" or "username@domain" or "domain/username" or some other combination of workgroup, domain, username, computername.
    The issue has nothing to do with the format of the user authentication. What you are reading is about the Lion Mac connecting to a Windows computer that is part of domain or workgroup. The method changed slightly compared to Snow Leopard.
    KM does support FTP so that is still an option, but I would ideally would like to set up SMB scanning. I'm not sure if KM is going to support AFP anytime soon.
    With the lack of SMB support and KM offering no alternative at this stage then I suggest you look at using FTP. While Lion removed the option to enable FTP via the Sharing pane in System Preferences, it can still be enabled via Terminal using the following command
    sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
    You will be prompted to authenticate using your Mac's admin account & password. Once this is done, you can then configure the address on the copier to push scan using FTP. The keys are;
    The host name requires just the IP address. No leading slashes like SMB
    The path will be the folder that you want to scan to, also entered without a leading slash. For example, Desktop
    The user name will be the short name of the account who's folder you want to scan to.
    The only other option may be WebDAV if the KM supports it. We have this with our imageRUNNER ADVANCE and with a document scanned to a shared folder in the copier hard drive, we can then connect to that folder by using Finder's > Go > Connect to Server facility. You then just enter
    http://ipaddress/share
    which connects you to the shared folder and lets you see the document you scanned. You also have the facility to set subfolders for security of users documents.

Maybe you are looking for

  • B&W G3 having major issues.

    Hey guys. My beloved G3 is sick. When I got it in December 2005, it was a lowly 350mhz revision 1 with a dead 40gb HD, no OS, and 128mb of RAM. I have since upgraded it into my pride and joy 450mhz Revision 2, 1gb of RAM, 120gb HD, USB 2.0 card, zip

  • Apple Mail search not working for Inbox

    In the last few weeks I've notice the Apple Mail (5.2) search feature has stopped working correctly.  It used to turn up all relevant results in a mail box, then lately it seems (based on the results) to go back just a few weeks and not the full year

  • Any thoughts on why my iTunes store is not loading images?

    Just started a week ago.  Itunes version is up to date.  Restarted the computer several times.  Macbook Pro. There are links there, because when I click on the big blank spots in the middle it takes me to a new page. Here's what it looks like:

  • Won't recieve messages unless in wifi

    Hi I have an iphone 4, I still have prepaid credit. I leave iMessage on all the time. I have noticed  I can only receive messages from some phones (I have noticed they are iphone 5s) when I'm in wifi. I have tried turning iMessage off when I'm out of

  • Mass Removal of component from Maintenance Order Component list

    Hi Gurus, I had a long list of material which have been set with deletion flag. With this list, I had remove them from BOM using CS20. Does anyone knows how to remove a component from the maintenance order component list based on that material had se