API Developer Needed - Custom Shipping System (AUS)

Hi everyone,
We've got a client who needs to set individual shipping prices for Australian postcodes, and we'd love to be able to offer this inside the BC system.
It also needs to be able to accommodate volume changes, eg:
Qty 1-3 = parcel = shipping cost per parcel
Qty 4 and above = pallet = shipping cost per pallet
We're ideally looking for an API developer in Melbourne or Australia, however we're open to working with you if you're in NZ.
If you have any ideas of how to make this work within the current system I'm all ears, otherwise Private Message me if you're interested and able!
Thanks,
Ben (at fauvdesign)

Hi Ben.
Problem is there is no current BC API for shipping and final price manipulation in this regard so there is no way of integrating that into it in that way.

Similar Messages

  • Need help to develop a custom connector

    I need some help on developing the custom connector to Homegrown application and the version i am using is OIM9.0.3
    First of all what are the steps do we need to care while developing a custom connector.
    I can't able to find the process in google to develop the custom connector.
    If you have any data regarding the development of custom connector, plz share to me....
    What are the thing do we need to take care while developing the connector.
    I referred in OIM9.1 version there was an option to develop the Custom connector by using Genric technology, can we create the custom connector by using the GTC feature in OIM 9.1
    early response will be appreciated

    The docs for the new GTC framework are here: http://download.oracle.com/docs/cd/E10391_01/doc.910/e10360/about.htm#Toc153968019. GTC is useful if you target application exposes standards-based SPML (Service Provisioning Markup Language) user management interfaces, although it sounds like this isn't the case for you.
    You will most likely need to go the traditional route in terms of connector development, which involves building OIM Process Task Adapters to invoke the application API's (I assume they're Java?) and invoking those adapters from within an OIM Provisioning Process.
    Rob

  • Need help to develop a leave management system

    Hi All,
    Can someone please guide me how to start with developing a leave management system? I know core java but nothing beyond that. I'd love to read J2EE and do this project.
    I'd appreciate if someone can guide how to start doing this project.
    For my LMS, requirement is this
    Requirement : User login and after that he would get a homepage. In the homepage, we need to show the details of the leave taken along with option of leave application.
    Similarly an admin shud have option to register the new user and also check his leave status (no of leaves). Shud be able to generate a report for the same.
    A mail shud go to the manager for the leave application from the employee.
    Thanks
    Raghavendra

    For learning Java EE 5, it is difficult to beat the [Java EE 5 Tutorial|http://java.sun.com/javaee/5/docs/tutorial/doc/] (PDF).
    You have several options for implementing what you describe. Your web pages could be implemented with [JavaServer Pages|http://java.sun.com/javaee/5/docs/tutorial/doc/bnagx.html] and your login requirement means that you need to think about your [authentication mechanism|http://java.sun.com/javaee/5/docs/tutorial/doc/bncbe.html#bncbn], part of [securing a web application|http://java.sun.com/javaee/5/docs/tutorial/doc/bncas.html]. You also have several options for building reports, including [simple dynamic JSP construction of your reports|http://java.sun.com/javaee/5/docs/tutorial/doc/bnahl.html].

  • How to exclude STOs from GATP, when we need to ship the "Customer return" products from branch to Central DC?

    How to exclude STOs from GATP, when we need to ship the "Customer return" products from branch to Central DC?
    We have to set up a scenario for sending "Customer returned" products from branches to Central DC through STO. But we do not want GATP check for these STOs, as they are Customer Returns, which need to analyze at CDC for further actions. We are using SCM 7.0 and ECC 6.0
    Thanks in advance,
    Ravi

    Hi,
    You can exclude the "customer returned" category from the scope of check from that particular Check control

  • Custom shipping options?

    Alright - I got a question I can't seem to find an answer to.
    I've got an item. this item measures
    W - 3.5
    H - 5.75
    D - 1.5
    Then I've defined some custom shipping options.
    These are the USPS boxes - where an items weight doesn't matter. Only the size of the items.
    8.625 x 5.375 x 1.625 SMALL BOX
    1 x 8.5 x 5.5 MEDIUM BOX
    12 x 12 x 5.5 LARGE BOX
    The idea here is to fit the items into the box - the whole " if it fits it ships " idea.
    If you add two of these items into the shopping cart, it basically just doubles the dimensions of ALL the measurements of the items... Which will exceed at least one of W H D - so it returns no shipping options. It should just go up to the next size box, or at least return it as an option. It seems that this is seriously broken in a very big way. You could fit two of these items into a medium sized box - easy. but the system seems to kick it back since the height is larger than the height of the boxes... but only when you add them in together. the volume works.
    The client does not care for how the shipping API's work - so this was my solution - if it fits it ships. Am I missing something seriously major here or is shipping in general just a HUGE flaw in the business catalyst system?

    Hi Garuda,
    The image thing would have to be implemented with some JS. You'd listen to the dropdown change and then render the image according to the shipping selection. I unfortunately don't have the code for you that will do this.
    As for the free shipping option, you'd need to use a user defined option of $0 rather than the Free Shipping option and then set your weights so that both options are displayed at the same time when 2 or more items are added.
    Cheers,
    -mario

  • Display ALV on click of custom filed in custom project system report

    Hi All,
    Need your guidence.
    I am working on custom project system drill down reports which is created using report painter CJE1/CJE2.
    Requirement is to display one custom field in drill down output and on double click event of that custom field , need to display one ALV.
    I am able to manage to add new custom field in output but not getting how to handle double click event as no user exit / or BADI getting triggered.
    Please let me know is it possible to develop such scenario or not?
    Thanks in advance.

    Hi Rachna,
    First let us know is custom field z? or standard?
    if z then for achieving this functionality please search same word key in abap forum as functionality is related to abap.
    if standard then share few screenshot what is already exist and what you want to add.
    Regards,
    Sanjeev

  • Modifying project properties of custom project system

    I have tried to create a custom project system by walk through https://msdn.microsoft.com/en-us/library/vstudio/cc512961.aspx and succeeded. And now I want to modify the project properties of this created project system. The second part of this walk
    through is guiding to create property pages for solution properties. (Solution Explorer-> Right Click on Solution and select Properties) I don't want to modify solution properties, I need to customize project properties (Solution Explorer-> Right Click
    on Project and select Properties) by adding new tabs and other items for my custom project system. Please help me as soon as possible.

    Hello,
    you can't customize the project properties in VS (for any version), you have 2 solutions :
    1- You must develop addin for visual studio
    From MSDN :>
    https://msdn.microsoft.com/en-us/library/80493a3w.aspx
    https://msdn.microsoft.com/en-us/library/5abkeks7.aspx
    From code project (3 Tutorials) :>
    http://www.codeproject.com/Articles/292073/Extending-Visual-Studio-Part-1-Creating-Code-Snipp
    http://www.codeproject.com/Articles/324611/Extending-Visual-Studio-Part-Creating-Addins
    http://www.codeproject.com/Articles/365680/Extending-Visual-Studio-Part-3-Item-Templates
    2- you can customize projefct properties from project file, in the links below you find how to create and customize project file :
    https://msdn.microsoft.com/en-us/library/cc175544(v=vs.90).aspx
    http://www.codeproject.com/Articles/27931/Customizing-csproj-files-to-autogenerate-AssemblyI
    http://www.codeproject.com/Articles/31257/Custom-Tools-Explained

  • Problem with application developed with vtapi(Vt Systems) - events

    Hello!
    I'm developing aplication based on api prepared by VT Systems (http://www.cmsfx.com/en/trading-software/download-vt-trader/download-vt-trader-api/).
    This api is used to perform forex transactions. I've written a Web
    Service which connects with this api and
    alows other modules of my application to perform transactions. I'm
    using JAX-WS and Sun Java Application Server.
    This is sample of Web Service :
    @WebService()
    public class ForexService{
    protected static VT_API api;
    Checker checker;
    String userName = "***";
    String userPassword = "***";
    ConstRecord constants;
    public static IVT_APIEventsAdapterExtended events;
    public void initAPI(){
    try{
    System.loadLibrary("bridge2java");
    OleEnvironment.Initialize();
    api = new VT_API();
    api.setForceDisableSSL(false);
    events = new IVT_APIEventsAdapterExtended(api);
    api.addIVT_APIEventsListener(events);
    constants = new ConstRecord();
    }catch(Exception e) {
    e.printStackTrace();
    public ForexService(){
    initAPI();
    logonResult = api.Login(userName, userPassword, 0) ;
    System.out.println("Rezultat logowania: " + logonResult);
    checker = new Checker(this);
    new Thread(checker).start();
    @WebMethod
    public String getLogonResult() {
    return new Integer(logonResult).toString();
    @WebMethod
    public String getServerList(){
    return api.GetServerList();
    I'm using event listener which was attached to Java Sample in
    documentation.
    public class IVT_APIEventsAdapterExtended extends
    IVT_APIEventsAdapter{
    private VT_API api;
    public IVT_APIEventsAdapterExtended(VT_API apiInstance) {
    api = apiInstance;
    public void
    OnInstrumentChange(IVT_APIEvents_OnInstrumentChangeEvent e)
    super.OnInstrumentChange(e);
    System.out.println("instrument change - " +
    e.get_InstrumentID());
    public void
    OnNewServerMessage(IVT_APIEvents_OnNewServerMessageEvent e)
    super.OnNewServerMessage(e);
    System.out.println("Server message :" +
    api.get_ServerMessages().get_Items(e.get_MsgID()).get_Text());
    I've problem with listening events incoming from forex server. When I
    run Wireshark(Network Protocol Analyzer) I can see that events income
    to my computer (on different ports - for example: 2070, 2071, 2072),
    but don't income to Sun Java Application Server. I suspect that server
    don't listen on this ports, but how can I fix this? Maybe should I
    choose a other server? I've tried also Tomcat -with similar result :(
    Regards,
    Peter
    //Sorry for my english :)

    Thank you very much for the reply :-)
    We have been fiddling with the platform on many levels yesterday, and one thing we did do was bump that value up from 1024 to 8192... This made a HUGE improvement in ensuring the platform now holds the live streaming connections. (up to 8000 per edge)
    I think for other future reference and to aid other people that might run into this problem in the future, its a good idea to increase this value.  From what we have seen, read and heard, that default value is fairly conservative, its suppose to grow when the load demands it, however, if you have a large scale of connections coming in at once from multiple locations, it can happen that it grows too quickly which can result in the application to be reloaded (which disconnects all users, i.e. all edge servers connected to this origin).
    Another option we were recommended to modify was the following :
    In adaptor.xml you currently have this line:
    <HostPort name="edge1" ctl_channel="localhost:19350" rtmfp="${ADAPTOR.HOSTPORT}">${ADAPTOR.HOSTPORT}</HostPort>
    You can set this to
                    <HostPort name="edge1" ctl_channel="localhost:19350" rtmfp=":80">:80</HostPort>
    <HostPort name="edge2" ctl_channel="localhost:19351" rtmfp=":1935">:1935</HostPort>
    This will create two edge processes for both ports 80 and 1935. Currently both ports are served from the same fmsedge process.
    Of course this is not a huge performance improvement, but should further distribute load over more processes which is a good thing. Especially when there are that many connections.
    This setting can be made on all machines (origin + edge)
    Hopefully this could help other people also running into the same problems we have seen ...

  • How to create the Custom project System as Web Project

    Hi,
    I have created a custom project system using this walkthrough. But
    this walk through is targeting Visual C# project system. I need to create the Custom project system as Web project and set the start up page as index.html file. How can I achieve this?
    Note: 
    I have got the Custom project system sample from VS2013 SDK samples(https://mpfproj12.codeplex.com/).
    But it demonstrate the Custom console applications only.
    - Abbas K

    Hi,
    So you didn't even follow this walkthrough yet? If you did, how did you do it?
    I failed to create such a web project system because I finally messed up my VS experimental instance. But it's possible to create a custom web project system, by following this walkthrough. Someone else has successfully made it, check this
    link.
    The difference is that you have to use web project type instead of the console application project type. You could copy a web project's .csproj file into the VSPackage project and rename it to xxx.myproj. There's an error in the walkthrough that the AssemblyInfo.cs
    file should be put into Properties folder and set the "Build Action" property to Content, "Include in VSIX" to true.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Need a shipping label to send back old Edge Up Phone

    I never recieved my Edge Up shippling label to send back my old phone.  First of all it never arrived in the mail with my new phone like it was suppose to.  Then I went to my local verizon store where they called into customer support and finally talked to someone and were suppose to ship a label out and arrive to me in 3-5 business days.  Well 6 business days later I finally get mail from Verizon but all that was in there was the little bag that you put your old phone in and not the shipping label.  I had revieved the bag before when I got my new phone and now they sent me another bag BUT I NEED A SHIPPING LABEL!!  It's frustrating that i have to put so much effort into getting a shipping label and would appreciate any help I could get.

        We don't want you to be frustrated. Please accept our apologies for the delay. As long as you are registered at Verizon Wireless.com, Please use this link http://vz.to/1IrN1fP        bobbyn_vzw  Follow us on Twitter @VZWSupport

  • Web Developer Needed for a Hawaii Real Estate Agency

    Web Developer Needed for a Hawaii Real Estate Agency
    (Telecommuting OK. No Relocation)
    We are an innovative, technology oriented, real estate agency
    searching for an excellent web developer to continue to improve and
    grow our 40 agents business. This is a full-time telecommuting
    position (although we would love for you to physically be in our
    office in Kailua-Kona, Hawaii, we do not pay for relocation
    expenses)
    The ideal candidate should possess the following skills:
    Required skills:
    * 5+ years experience in building web applications
    * Mastery of ColdFusion MX 6/7 (at least 2 years working
    intensively with Coldfusion)
    * SQL Server 2000 - Building normalized and optimized
    databases, Creating Data Transformation Service packages (DTS),
    Import/Export Data, Stored Procedures
    * Mastery of: XML, JavaScript, CSS, HTML, Dreamweaver (or
    other IDE), Photoshop, some Flash
    * Experience with Fusebox 4 methodology
    * Excellent communication skills
    * Salary commensurate with experience
    Additional preferred skills:
    * Goldmine 6.7 (a big plus)
    * Crystal Reports (or equivalent reporting tool)
    * Web (graphic) design skills
    Primary Duties:
    * Maintain and improve existing Coldfusion/Fusebox 4 web
    applications
    * Design and build new real estate related tools and
    applications
    * Create an application to process and consolidate multiple
    MLS feeds in various formats into a single database.
    * Integrate between websites and CRM system
    * Create automation processes in various areas
    * Administer Goldmine
    * Write procedures and documentations
    Interested candidates should email their resume to
    [email protected] Only serious candidates please.

    Hi,
    Is this still available? Current location Captain Cook -
    S.Kona. 8 yrs CF/SQL etc.
    Thanks

  • Transferring Development from One SAP system to another?

    I was wondering if it was possible to transfer an entire Package or a Transport with its development contents from one SAP system to another?
    It would be preferred if the method doesn't require connectivity, like for example to be able to export everything in a package to an XML-file that could be imported into an empty package on another system.
    It would need to handle all development parts, such as Reports, Function Modules, Classes, Special Classes (such as Exception Classes), Shared Objects and Persistent Objects (Yes, I like objects ), Unit Tests, Data Dictionary definitions for tables, table types, structures, data elements and so forth.
    It this in any way possible?

    Hi
    I believe u can only create a request containing all abap object of the package: u can do it by SE80.
    After releasing the request u need to pick up the data file and the cofile and past these files to the target system.
    So u can add and then import the your request in the queue of the development of the target system by trx STMS.
    Probably u need to ask a little help to your basis in order to copy and past the files from and to SAP server (I don't know if you've the authorizations).
    The name of datafile is like D<request number>.<system id>
    and the path
    /usr/sap/trans/<SYSTEM ID>/data
    the cofile name is K<request number>.<system id>
    and the path
    /usr/sap/trans/<SYSTEM ID>/cofile
    Max

  • Monitoring customer's systems in Solution Manager 7.1

    Hello gurus.
    I have successfully added our internal system to our Solution Manager 7.1 SP4 running on Oracle 11.2.0.2.
    And now I'm wondering is it possible to add customer's systems to our Solution manager? There are some unclear moments one of which SLD configuration (RZ70, SLDAPICUST).
    Does anyone have such an experience or maybe can help with links to documents or SAP notes.
    Thank you!

    Hi Alexey,
    everything you need to know is in the "SAP Solution Manager operations"
    document under
    http://service.sap.com/solutionmanager
    -> Media library
       -> Documentation
    if you have problems with the communication between the SLD and the SolMan
    check document SAP Solution Manager Landscape Setup Guide
    under  http://service.sap.com/diagnostics
    -> Media Library
    and note 1148028 - Setup SLD in the scope of Solution Manager 7.0
    If you are curious about the SLD architecture in general you can also have a look at
    http://service.sap.com/sld
    regards, Javier

  • PO confirmation from Customer Backend System

    Dear experts,
    I'm implementing SMI scenario with SAP SNC 5.1. I was traying to send a PO confirmation from Custoemr Backend system (ECC) to SNC.
    The process is this:
    1) Supplier creates and publish a Replenishment Order in SNC
    2) SNC sends to Custoemr backend system (ECC) the message VendorGeneratedOrderNotification.XML that is converted by SAP PI in to ORDERSP.ORDERS05 message.
    3) Customer backend system (ECC) receives this message and creates the PO.
    4) Customer backend system sends a message to SNC to confirm the PO creation.
    My question is about point 4, for this communication I'm using VendorGeneratedOrderConfirmation.XML (as described here http://help.sap.com/saphelp_scm2007/helpdata/en/46/77adcbf9cf0ad3e10000000a11466f/content.htm ), the IDOC I'm using is ORDRSP.ORDERS05 but I have a problem with mapping because there are some data missing.
    Is this combination ( ORDRSP.ORDERS05 > VendorGeneratedOrderConfirmation.XML ) correct for this type of communication?
    If not what kind of message should I use to send a PO confirmation from Customer backend system to SNC?
    Thank you in advance for your support.

    Hi Team,
    RO confirmation in SNC should be done with ReplenishmentOrderConfirmation_In as this is done by customer.
    If you see in help link
    VendorGeneratedOrderConfirmation
    The customer back-end system sends a purchase order confirmation to SAP SNC. This is used, for example, when SAP SNC awaits purchase order number assignment from the customer back-end system.
    VendorGeneratedOrderConfirmation is used when SNC needs purchase order number assignment.
    Regards,
    Nikhil

  • Why we need Custom controllers in Model Applications

    Hi Friends
    In Adaptive RFC Model Application we can use both the controllers for creating contex structure
    wat is the main aim for using custom controller
    it has any special feature in custom conrollers
    i read both the controllers have same functionality n flexibility
    any body differentiate these two controllers
    n which one is efficient for connecting Model applications
    Regards
    Narayana

    Hi Narayana,
    There are many situations when you need custom controllers over component controller.
    Suppose you have one DC and you want to make some part of this DC as Public which may include Local context nodes, elements, methods or model context with specified methods to process some functionality. By Interfacing a custom controller with all the exportable methods and context you reach to a certain level of security.
    In this case you are distributing your module in multiple custom controllers which ultimately reduces complexity of programming, code and obviously execution time.
    This is up to  the developer, if he/she wants to create custom controllers or not, but yes in certain situations you should go for custom controllers. It is always good to have multiple custom controllers when you are using single DC for different modules.
    Regards,
    Amol

Maybe you are looking for

  • "Artists by Album" column display for iPod (in iTunes 7) doesn't work

    I'm a big fan of the "Artists by Album" column option in iTunes 7, as it helps me to keep my single-artist albums and compilation albums well-sorted and separated from each other. Love it lots; it's my favorite way to view my rather large music colle

  • 1st Generation Nano Crashes Leopard

    Basically what the subject says. My 1st generation nano works fine with my older iBook running Panther, but when I connect it to my MacBook, my computer crashes. It is using software version 1.3.1 and have reset it from the iBook. My iPhone syncs fin

  • Import design objects - missing something

    Hi I have two files with tpt extensions XI2_0_SAP_APPL_4.6C_48_01_classic.tpt and XI2_0_SAP_APPL_4.6C_48_01.tpt to import objects corresponds to rosettanet design objects I got from SAP market place. I did place them in respository_server/import dire

  • Duplicate table in physical Layer

    Hi, I've created a duplicate table in physical layer , When i check view data on duplicate, getting an error. (Table or view doesn't exist). How to get out of it. Regards, Sri

  • Changes color of vector dot pattern

    Newb using one of the vector dot patterns available in Illustrator. I am having trouble with changing the colors of the dots.  Once I expand or break the link, all colors I try to make it, turn grey. Thanks in advance..