Development Request - Edit UDFs on partially shipped MD lines

A client has built functionality around Line Item User Defined fields on Marketing Document Lines.  They enter values in UDFs on Sales Orders and Purchase Orders to notify customers and factories with information about the lines on remining open quantities.  For example, on a sales order, they have fields that contain estimated dates (other than delivery date) such as date to depart factory, date to domestic port, vessel name and Bill of Lading/Airway bill number.  They have some other fields that they use internally. 
The problem occurs when the line partially ships.  They can't edit these UDFs.  Currently, in a patch later in 2005 SP1 (somewhere around PL37) Business One allowed the editing of the quantity and ship date on partially shipped lines, however, you still cannot edit UDFs on Partially shipped lines.  This breaks their design and there's really no reason for not being able to edit these lines.
Edited by: Michael Neuendorff on Apr 18, 2008 6:31 PM

I am, 6 months later, getting the same issue. Has something to do with Oracle.web. My intention as of now is to remove Oracle.Web.*
What did you do?
Thanks

Similar Messages

  • How to migrate Tax lines in Data Migration for Partial Shipped Qty?

    Hi,
    We are migrating 11.0.3 Orders to R12 and there are some Sales Orders which are in Partial Shipped status. In this scenario, we are bringing two lines where one line is completely closed and other line is awaiting shipment.
    My question is, how to manage the Taxation for this type of lines?
    For e.g. If original line is of 10 qty, 4 qty is already shipped. So we are bringing this line as Closed. For 6 qty, we are bringing line in Awaiting Shipment status. How to derive at the correct tax amount for this type of line?
    Client is storing Tax amount in 11.0.3 at Header level.
    With Regards,
    Vishal

    >
    Through the TopLink code API, you can set an
    Expression as the additionalJoinExpresssion for a
    descriptor, this "filter" will be applied to all
    queries for this class.
    i.e.
    ExpressionBuilder builder = new ExpressionBuilder();
    descriptor.getQueryManager().setAdditionalJoinExpressi
    on(builder.get("region").equal("AU"));The problem with this solution is that the parameter ("AU") is hard-coded in the mappings. Hibernate filters can use session-specific parameters. That allows, for instance, session A to filter on region="AU" and session B to filter on region="NZ".
    To resolve this problem, I wrote a new expression class that can retrieve a parameter value from a TopLink session property:
    class SessionPropertyExpression extends ParameterExpression {
    public SessionPropertyExpression(String propertyName, Expression base) {
    super(propertyName, base);
    public Object getValue(DatabaseRow databaserow,
    oracle.toplink.publicinterface.Session session) {
    return session.getProperties().get(getField().getName());
    The new expression class can be used in the mappings. For instance:
    ExpressionBuilder builder = new ExpressionBuilder();
    SessionPropertyExpression propertyExpr = new SessionPropertyExpression
    ("regionCode", builder);
    descriptor.getQueryManager().setAdditionalJoinExpression(builder.get("region").equal(propertyExpr );
    The application can set the property in the TopLink session associated with a particular request. For instance;
    Session A
    session.setProperty("regionCode", "AU");
    Session B
    session.setProperty("regionCode", "NZ");

  • Unable to connect to the 2014 SQL Developer's Edition Report Server

    Hello,
       I have been through the wringer trying to gain access to my report service.  I have to admit that I am something of a neophyte with regards to SQL Server but I am pretty good with Windows 7 management in general.  I have just installed
    SQL 2014 Developer's Edition under Windows 7 SP1.  I have connected to the database engine server and loaded a couple of databases.  I chose windows authentication and can get into the report configuration manager and the SQL server configuration
    manager with no problems.  I have registered the URLs for both the web and report manager.  I can connect to all of the other instances (database engine, analysis services, and integration services).  I have to run with administrator privileges
    to connect to the integration services but it does not make any difference when attempting to connect to the reporting service either through report builder 3 or connect through object explorer.  I can find no relevant errors in the RS log even after
    enabling logging.  I have been through many of the articles I could find online but nothing seems to resolve the problem.  When connecting it shows Windows Authentication and the correct domain\user.  I also browse to find the service so the
    URL should be correct. The error that I am getting is as follows:
    "Unable to connect to the server at CALYSTO\ReportService. The specified URL might not be valid or there might be a problem with the report server version or configuration. Specify a different URL, or contact your server administrator to verify that
    the report server runs SQL Server 2008 or later. Additionally, if you are trying to connect to a SharePoint-integrated report server, verify that SharePoint is installed on the server and that the report server uses SharePoint integrated mode. (Microsoft.SqlServer.Management.UI.RSClient)"
    Program Location:
       at Microsoft.SqlServer.Management.UI.RSClient.RSClientConnection.CreateConnection()
       at Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.GetRSConnectionObject(Boolean ensureOpenConnection)
       at Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.RSTypeImpl.ProceedWithConnection(UIConnectionInfo ci)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.RSType.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.ProceedWithConnection(UIConnectionInfo ci)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
    I have tried fixing the installation with the installation disk, removing the report service instance and reinstalling it, using the administrator account instead of mine (with is of course an administrator).  I'm at a loss right now.  I have spent
    about 12 hours trying to track this down and so far nothing has worked.  I'm about ready to reinstall the entire operating system and start all over.  I thought that I would try this venue before going to that extreme.
    Any thoughts, questions, or ideas would be much appreciated.
    Thanks,
    -Tom
    Tom L

    "Unable to connect to the server at CALYSTO\ReportService.
    Hello Tom,
    It should be "ReportServer" in the URL, not "ReportService".
    In "Reporting Service Configuration Manager" look up the correct URL. Open Internet Explorer with right-mouse click => "Run as Administrator" and open the URL, this should work. Navigate to "Side setting" (on top right side),
    go to tab "Security" and add your account with role "System Administrator". Afterwards you should be able to open the URL without running IE as admin.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Downgrade SQL Server Enterprise 2008 edition to the Developer 2008 edition

    Can we downgrade SQL Server Enterprise 2008 edition to the Developer 2008 edition? If yes, then can this be done in-place?

    No there is no in-place downgrade.
    check these blog -
    http://www.mssqltips.com/sqlservertip/3079/downgrade-from-sql-server-enterprise-edition-to-standard-edition/
    http://sqlserverstore.blogspot.co.uk/2013/12/how-to-downgrade-sql-server-2008-r2.html
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Creating Editable UDFs in Batch Selection Screen

    Hi,
    I want to create  editable UDFs in Serial/Batches  screen.
    I already created a field but it appears in Non-Editable format
    any suggestion Plz
    Regards 
    Sree

    Hello everyone.
    I have the same issue. I'd like to create a new field in selection-screen in HRForms, to pass it to the smart-form I'm using, but I'm not sure if that's possible in a standard way.
    Can anybody help us?
    Swetha, have you solved your problem?
    Thanks in advance.
    Estela Piçarra

  • MOVED: Windows 64 Trial Edition Now available for shipping chage only!

    This topic has been moved to Operating Systems.
    Windows 64 Trial Edition Now available for shipping chage only!

    This topic has been moved to Operating Systems.
    Windows 64 Trial Edition Now available for shipping chage only!

  • Develop and Edit functions in BC with Safari

    Hello,
    I am unable to use the Develop and Edit functions in BC with Safari, since the update of September 10.
    Am I alone or is it general?

    Nous travaillons sous Mac 10.8.4 - Safari 6.05
    Message erreur en pièce jointe
    le même message apparait sous FIREFOX 23.0.1
    Cordialement,
    PHOTEXT
    Jean-Louis VERONIQUE
    www.photext.fr
    Email : [email protected]
    02 97 40 53 03
    Le 12 sept. 2013 à 16:01, Mike Connolly <[email protected]> a écrit :
    Re: Develop and Edit functions in BC with Safari
    created by Mike Connolly in Business Catalyst - View the full discussion
    It appears to be working in my Safari 5.1.7 on Windows 7 64-bit.
    What computer are you using and which version of Safari?
    Also, what's the text of the "JavaScript" error?
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5675689#5675689
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5675689#5675689
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5675689#5675689. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Business Catalyst by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Canceling Partially Shipped line items

    We have a business scenario where an order line item is created.  Then it is partially shipped.  Finally it is canceled.  If the order is placed for a quantity of 10, 10 comes to BI via 2LIS_11VAITM.  Then 3 were shipped and finally the line item was canceled.  10 comes to BI via 2LIS_11VAITM  as being canceled.  But in this case we really want to consider 7 as being canceled since three were already shipped. I've challenged the procedure, but it looks like this will continue.  Does anyone have any input on how to model this, so that in BI I can see that 7 were canceled?
    Thanks,
    Chris

    should be rather standard behavior to have the 7, unless the partial shipping and cancellation occur without an update towards BI first
    it'll depend on your model, how the system will react to this... try it in QAS and see what's going on in the change log

  • Firefox Developer's edition lunches as a background proccess and doesn't lunch the actual browser

    Hello,
    I've been using firefox developer's edition for a few months now (1~2) and one day I tried to open the browser i just didn't open. The interaction is as follows :
    Double-click the ff dev's icon
    a very short change in the cursor to a loading state
    ff dev's is added in the task manager as a background task
    the browser never opens
    I have tried unistalling it and istalling it again clearing all temp files etc no change
    I run on a i7 @ 3.4 GHz - 12 GB Ram system with win 8.1 so probably memory issues are crossed out
    As a backgroung task ff dev's takes up to 200MB of Ram and after a few seconds stabilises at 190MB
    The exact same problem apeared the same time to my laptop too. It's a Dell Latitude E6510 (i5 - 4GB)

    Ok. I have narrowed down the problem. It's one of the add-ons. When I deactevated all the add-ons (with ccleaner) and THEN deleted the parnet.lock file(s) both Firefox standard and dev edition astarted up normally. I will look in to the exact add-on in a few days (a week maybe). A list with the add-ons I turned off :
    * Adblock Plus (Wladimir Palant)
    * ChatZilla (The ChatZilla Team)
    * Logitec SetPoint (Logitec Inc.)
    * MEGA (Mega Limited)
    * Sitebar client for Firefox 4.0.x (Bas Burger and the SiteBar Team)
    * Google Update (Google Inc.)
    '''EDIT :'''
    And just as I hit post I start trying to narrow it down to the problematic add-on and I get it with the first hit :P
    The problem was cause by :
    Sitebar client for Firefox 4.0.x (Bas Burger and the SiteBar Team)

  • Partially Shipped Deliveries

    A partially shipped delivery is one which has multiple TOs and at least one TO for that delivery has been shipped out.
    I have taken all the Delivery Note Num and TO num in an internal table. How can I check if the Delivery Number is having multiple Transfer Orders.
    Internal table structure : Delv Num, TO Num.
    Please suggest
    Thanks

    hi,
    check VBFA table
    raj

  • Orders always show as Partially Shipped

    Hi all,
    We have noticed that if I partially ship an order through a delivery document and check the order status in Webtools it says Partial. 
    However when we ship the rest of the order, it still has the status of partial.
    It doesnt change to shipped.
    The customer will always have to check the 2 shipping notices and calculate the quantities to decide if the order is fully shipped or not. 
    Have I done something wrong or is this the way the system works?
    Thanks,
    John

    It will change to shipped when all the items on the order for that delivery have been shipped. Perhaps the other delivery docs didn't synch?

  • How ship only lines will be updated  to bill only lines in OM?

    Hi all,
    How to identify a order with ship only line that is not associated with the bill only line.
    Do a order have lines with different line_types?
    Any information on this will be very useful.
    Please clarify.
    Thanks in Advance.

    Check the fulfillment flow and line flow assignment of that particular transaction type. The line process name attached (inside 'Assign Line Flow' tab) to a transaction type determines its processing flows.

  • What is the correct process to cancel a partially received dropship line?

    I'm on 12.0.6.  My situation is similar to where a customer ordered 100 pieces of ItemA.  An order line sourced externally was created and the PO for the 100 pieces of ItemA was created and approved.  80 pieces were received, which split the line into a line of 80 that was closed and invoiced and a line of 20.  The customer now wants to cancel the remaining 20 pieces.  The supplier has not shipped those 20 pieces yet, so they have not been received in the system.   I have disabled the constraint that prevents cancelling for an Approved PO.  That got rid of the "You are not allowed to cancel...." error message, but now I'm getting a message "The specified control action (Action = CANCEL) is invalid for this document."  I think this message is coming from the purchasing side.  So what is the correct process...should I attempt to cancel the PO line first, then cancel the SO line, or vice versa?

    Please try to cancel the PO 1st and then Cancel Sales order...
    Refer following note id
    How to Cancel a Drop Ship Order Line (Doc ID 393688.1)
    Thanks

  • Problems with LR4 -  Develop Module - Edit in CS5

    I've just upgraded from LR3 to 4
    When I make adjutments on a RAW or JPEG file in the develop module, and then send it to PS5 for more work, not all the adjustments show up in CS5.
    Example, I cropped an image, and then made local exposure adjustments using the 'brush' tool.
    Exported to CS5 using 'Photo' 'Edit in', and the image goes to CS but only the crop adjustment is showing.
    I've done all the updates on CS, but this is a pain.
    I'm running a MAC with Snow Leopard OS
    Can I uninstall the upgrade and reinstall..?  Would that be any use...??

    I was greatly confused by all this for a while, but think I finally figured it out, thanks to CSS Simon and others here (I'm new to Lightroom, having only used Ps/ACR previously).
    What happens is that "render using Lightroom" doesn't involve ACR at all. It goes straight to Photoshop (and puts the rendered file alongside the raw). The other option, "open anyway", renders the file through ACR. But ACR 6.6 and before can't read PV2012, that's why you need to install the ACR 6.7 Release Candidate, which can (although it doesn't give you access to the 2012-specific sliders).
    Another thing that tripped me up at first was that no Lightroom edits at all would show up in Bridge or ACR, even with ACR 6.7 installed. I finally discovered that I had to set Lightroom catalog settings to "automatically write metadata changes to xmp" - otherwise all Lightroom edits would just exist in the Lightroom catalog and not be visible to other applications.
    This is of no importance if you only use Lightroom, but it certainly is if you have a mixed workflow with Photoshop and Bridge.

  • ESS Leave Request Edit

    Hi All,
    We are working on ECC 5.0 and ENT portal 6.0
    User has applied the leave in ESS, which is yet not approved.
    Business want this leave request to be editable before it gets approved.
    Please guide me on this, how this can be done???
    Regards,
    Aman

    Have you done the customisation in V_t554s_Web? Change button is available in Leave request when you see it through leave overview

Maybe you are looking for

  • Interest calculation on open items alone

    Hi all, I want to calculate interest on open items of customers. I dodnot want to include any of the cleared items. i.e., calculation of interest on open items alone. Could you please explain me where to do the necessary configuration. Regards, DSK

  • Eraser and Clone Stamp issues

    Here is are a couple of VERY odd anomalies I have come across. PS CS4 v. 11.0 on Win XP Pro SP 3 loaded on Dell Optiplex 755... When using the eraser tool, it will work if the mode is set to "block" but if mode is set to "brush" or "pencil" it will n

  • Moving iPhoto 6 ALBUMS to ext. HD

    Using iPhoto 6 on Power Mac G4 w/ OS 10.3.9. I have my photos arranged in ALBUMS. How can I back up these ALBUMS onto my external HD? I would like to back up my organization efforts as ALBUMS. Preserving the organization is critical. G4 Quicksilver  

  • How do I refresh the page I'm looking On? How do I go to the home page without clsoeing & reopening browser?

    Actually two questions since upgrading to version 9 of Firefox: 1) In order to refresh a page (in case that page has updated information) I see no refresh symbol and have to click on the URL window and actually reenter it. Is that the only way? 2) Wh

  • For selection parameter the default date should be of the previous month.

    Hi all, In my selection-screen what i want is  for the selection parameter "Selection period month" the default value to be the previous month. For example today is 24.09.2008 so the default value of this field has to be 200808 instead of 200809 toda