Order Entry Form - OEXOEORD.fmb

Hello everyone,
I have added the one Text_Item_Display_Only field in Order entry form(OEXOEORD), it's compiled succesfully but I cannot see this field when I run this form from application.
Any help would be apprechiate.
Thanks,
Zeeshan

Go to Examine and check whether the item name is coming in the appropriate box. If it comes check its property visibility, x axxis,y axis

Similar Messages

  • Note messages at the time of availability check in sales order entry form

    Hello Friends,
    Im getting the following note messages at the time of availability check in the sales order entry form.
    ATP Process resulted in no data
    User defined exception in package OE_SCHEDULE_UTIL Procedure Load_Results_from_rec
    User defined exception in package OE_SCHEDULE_UTIL Procedure Load_Results_from_tbl
    After this when we book the order, the order line status becomes 'Booked' and does not change to 'Awaiting Shipping'
    As a result of which im not able to proceed ahead with the rest of the order to cash cycle.
    Can somebody please guide me in resolving this error.
    We don't intend to use ATP as the client's business process is such that they maintain adequate inventory balances.
    Regards
    Anil Wadhwa

    Hi Anil
    Are you using a RAC DB configuration? Please check if this is true, there are special setup steps that are required to be performed in case of RAC DB configuration and this issue usually occurs if such configuration is missing specifically if its happening randomly for some ATP requests.
    You can find actual steps to be performed on metalink.
    Thanks
    Navneet Goel

  • Order Entry Form

    Hi,
    if I need to populate and display a date value output from a customized stored procedure into the Order Entry Form.
    how to do that?  Appreciate someone can advise me.
    Thanks and Regards.

    Luko wrote:
    Hello,
    I do not know what do you mean "into Order Entry form" but you can use default rule or personalization.
    Look at: Re: Defaulting warehouse in shipping tab within Sales Order
    Regards,
    LukoYes as Loko detailed...you can set defaulting rules...
    For example set request date in order header to use always sysdate..
    so whenever you create a order..sysdate defaults..
    You can use other 7 source type also..like pl/sql API..etc..
    HTH
    Mahendra

  • Designing Order Entry form

    I have to code an order entry form with provision to add line item details.Which components should I use for adding line detail items. Is there any site explaining such order entry forms(with line item details).

    please use Folder>show field

  • How to run a form in debug OEXOEORD.fmb

    Hi all,
    I am New to Apps development. I wants to run the standard form "OEXOEORD.fmb" from client.
    Client details:
    1.PC with forms6i installed in windows enviroment.
    2.IE ver 6.0 SP1 ,128 bit.
    My accessing ur to apps:
    http://kauvery.india.co.in:8003/dev60cgi/f60cgi
    Apps version : 11.5.8
    Can any one help me, Pls?. Since i am struggling to debug a form to find out its precedence.
    Thanks in advance.
    Navas

    To run on the localhost (your machine) you need to have the Forms runtime installed. If it's a one off (i.e. you don't intend to deploy to anyone else's machine) you can download Forms from Oracle on a developer licence (free).

  • Order Entry - Line Items Unit_Selling_Price Updation

    Dear All,
    When creating order in Order Entry form, Line Items TAB, I am unable to change the unit_selling_price, Presently this is populating from Order Management Price List form. We are struck here, Please help us how to manualy change the unit_selling_price when booking the order.
    Thanks & Regards
    Dhamodaran

    Dear All,
    When creating order in Order Entry form, Line Items TAB, I am unable to change the unit_selling_price, Presently this is populating from Order Management Price List form. We are struck here, Please help us how to manualy change the unit_selling_price when booking the order.
    Thanks & Regards
    Dhamodaran
    Dear Dhamodaran,
    In the Line Items Tab, display the List Price by clicking Actions>List Price. You can easily edit the List Price from there, and it will edit the list price in Price List Form.
    Hope it works.
    Regards,
    Uzair Khan.

  • Prepayment functionalitygives an error during Order Entry

    Hi all,
    We have oracle applications Suite - 11i (11.5.10.2) .
    At time of prepayment during Order Entry form, we are getting following error.
    _"Function not available to this responsibility. Change responsibilities or contact your system administrator" ._
    Following is the Navigation Path :
    Sales Order Entry > Query with existing SO > Others TAB > Select ACTIONS button > Select PAYMENTS option .
    Thanks
    Sanjay

    Sanjay,
    This is because the Function that is invoked when you select the Payments Action from Sales Order Screen has not been granted to your responsibility. The best way is to check the ONT_SUPER_USER menu in application Developer (this is the menu that is used by order Management super user), and see what all functions are there (manily the ones without prompts like 'Sales Orders: Print Payment Receipt'). ANd then compare the same with the menu that your responsibility is using (System Adminsitrator >> Security >> Responsibilities). I think you should get your answer. Please let me know.

  • Calling DOO standard web service in ADF custom order Capture form

    Hi
    I am trying to call the standard DOO web service in my ADF form and I am using web service data control to call that service. But when I am dragging and drooping the method in my page with the parameters needed for that particular method and try to run the page. Its giving a null pointer exception. The main parameter for that method is _payload which wants an EBM to be passed to it.
    DOO is a distributed Order Orchestration which is part of SCM fusion module. In fusion we can capture the order from different places from a legacy system from an EBS or any other application and then that captured order is passed to
    DOO of fusion by calling a standard web service. But we don't have a order capture form built in ADF from where we can enter order and then pass this info to the DOO web service.
    EBM is Enterprise business message,it is an xml format file which is passed to the DOO of fusion.It accept only EBM format xml in which capture order data is dere with EBM header and the data area which contains the order information.
    The name of the method in web service which is called in j developer is SalesOrderOrchestrationService_pt_SubmitTransformAssignLaunch(__payload). payload is the parameter which accepts the EBM file.
    The sample of an EBM or the xml which is passed to this method of web service as a payload is below.
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:UsernameToken>
    <wsse:Username>ALALL</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">ssiER3#1</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </soap:Header>
    <soap:Body xmlns:ns1="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/SalesOrder/V2">
    <ProcessSalesOrderFulfillmentEBM xmlns="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/SalesOrder/V2" xmlns:coresalesorder="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/SalesOrder/V2">
    <corecom:EBMHeader xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:Sender>
    <corecom:ID>LEG1</corecom:ID>
    <corecom:Application>
    <corecom:ID>CRM</corecom:ID>
    <corecom:Version>8.0</corecom:Version>
    </corecom:Application>
    <corecom:ContactName>Siebel contact</corecom:ContactName>
    <corecom:ContactEmail>[email protected]</corecom:ContactEmail>
    <corecom:ContactPhoneNumber>1234567891</corecom:ContactPhoneNumber>
    </corecom:Sender>
    </corecom:EBMHeader>
    <coresalesorder:DataArea>
    <corecom:Process responseCode="OBJECT" xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2"/>
    <coresalesorder:ProcessSalesOrderFulfillment>
    <corecom:Identification xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:BusinessComponentID schemeAgencyID="AIA_01" schemeID="SALESORDER_ID_GUID">31343933343333353331383237343632</corecom:BusinessComponentID>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="OrderNumber">TEST-ALALL-2</corecom:ID>
    <corecom:ApplicationObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="OrderId">TEST-ALALL-2</corecom:ID>
    </corecom:ApplicationObjectKey>
    </corecom:Identification>
    <coresalesorder:CurrencyCode>USD</coresalesorder:CurrencyCode>
    <coresalesorder:OrderDateTime>2013-02-04T10:58:32Z</coresalesorder:OrderDateTime>
    <coresalesorder:PartialShipmentAllowedIndicator/>
    <coresalesorder:PricingDateTime>2013-02-04T10:58:32Z</coresalesorder:PricingDateTime>
    <coresalesorder:RequestedShipDateTime/>
    <coresalesorder:FulfillmentModeCode/>
    <coresalesorder:ShipmentPriorityCode>NEXTDAY</coresalesorder:ShipmentPriorityCode>
    <coresalesorder:TypeCode>ORDER</coresalesorder:TypeCode>
    <corecom:Status xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:Code>BOOKED</corecom:Code>
    <corecom:EffectiveDateTime>2013-02-04T23:40:42</corecom:EffectiveDateTime>
    </corecom:Status>
    <corecom:CurrencyExchange xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:ConversionTypeCode/>
    <corecom:ConversionRate/>
    <corecom:ConversionRateDateTime/>
    </corecom:CurrencyExchange>
    <corecom:BusinessUnitReference xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:BusinessUnitIdentification>
    <corecom:BusinessComponentID schemeAgencyID="AIA_01" schemeID="ORGANIZATION_ID">A40A64204F0811DDBFBB6925DE4959D4</corecom:BusinessComponentID>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="InventoryOrganizationId">300000001130177</corecom:ID>
    <corecom:ApplicationObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="OrganizationId">300000001130053</corecom:ID>
    </corecom:ApplicationObjectKey>
    <corecom:AlternateObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="OrganizationId">300000001130053</corecom:ID>
    </corecom:AlternateObjectKey>
    </corecom:BusinessUnitIdentification>
    </corecom:BusinessUnitReference>
    <corecom:CustomerPartyReference xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:PartyIdentification>
    <corecom:BusinessComponentID schemeAgencyID="AIA_01" schemeID="CUSTOMERPARTY_PARTYID_GUID">2d383037373236333033353335383233</corecom:BusinessComponentID>
    <corecom:ApplicationObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="AccountId">300000002605080</corecom:ID>
    </corecom:ApplicationObjectKey>
    </corecom:PartyIdentification>
    <corecom:OrganizationName/>
    <corecom:CustomerPartyAccountIdentification>
    <corecom:BusinessComponentID schemeAgencyID="AIA_01" schemeID="CUSTOMERPARTY_ACCOUNTID_GUID">2d363038363737353331313735393632</corecom:BusinessComponentID>
    <corecom:ApplicationObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="AccountId">300000002605080</corecom:ID>
    </corecom:ApplicationObjectKey>
    </corecom:CustomerPartyAccountIdentification>
    </corecom:CustomerPartyReference>
    <coresalesorder:SalesOrderLine>
    <corecom:Identification xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:BusinessComponentID schemeAgencyID="AIA_01" schemeID="SALESORDER_LINEID_GUID">31373632363632373039363139343635</corecom:BusinessComponentID>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="LineNumber">1</corecom:ID>
    <corecom:ApplicationObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="LineId">101</corecom:ID>
    </corecom:ApplicationObjectKey>
    <corecom:AlternateObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="IntegrationId">88290</corecom:ID>
    </corecom:AlternateObjectKey>
    </corecom:Identification>
    <corecom:ParentSalesOrderLineIdentification xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:BusinessComponentID schemeAgencyID="AIA_01" schemeID="SALESORDER_LINEID_GUID">31373632363632373039363139343635</corecom:BusinessComponentID>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="LineNumber">1</corecom:ID>
    <corecom:ApplicationObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="ParentLineId"/>
    </corecom:ApplicationObjectKey>
    <corecom:AlternateObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="IntegrationId">88290</corecom:ID>
    </corecom:AlternateObjectKey>
    </corecom:ParentSalesOrderLineIdentification>
    <corecom:RootParentSalesOrderLineIdentification xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:BusinessComponentID schemeAgencyID="AIA_01" schemeID="SALESORDER_LINEID_GUID">31373632363632373039363139343635</corecom:BusinessComponentID>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="LineNumber">1</corecom:ID>
    <corecom:ApplicationObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="RootParentLineId"/>
    </corecom:ApplicationObjectKey>
    <corecom:AlternateObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="IntegrationId">90</corecom:ID>
    </corecom:AlternateObjectKey>
    </corecom:RootParentSalesOrderLineIdentification>
    <coresalesorder:SubstitutionAllowedIndicator/>
    <coresalesorder:SourceTypeCode/>
    <coresalesorder:PreferredGradeCode/>
    <coresalesorder:CatchWeightMeasure/>
    <corecom:EffectiveTimePeriod xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:StartDateTime/>
    <corecom:EndDateTime/>
    </corecom:EffectiveTimePeriod>
    <coresalesorder:GrossWeightMeasure>0</coresalesorder:GrossWeightMeasure>
    <coresalesorder:TypeCode>ORDER</coresalesorder:TypeCode>
    <coresalesorder:Description>Servers</coresalesorder:Description>
    <coresalesorder:OrderQuantity unitCode="EA">1</coresalesorder:OrderQuantity>
    <corecom:Status xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:Code>PENDING</corecom:Code>
    </corecom:Status>
    <corecom:ItemReference xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:ItemIdentification>
    <corecom:BusinessComponentID schemeAgencyID="AIA_01" schemeID="ITEM_ID_GUID">61</corecom:BusinessComponentID>
    <corecom:ContextID/>
    <corecom:AlternateObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="ProductId">AS85008</corecom:ID>
    <corecom:ContextID>300000001130177</corecom:ContextID>
    </corecom:AlternateObjectKey>
    <corecom:ApplicationObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="ProductId">AS85008</corecom:ID>
    <corecom:ContextID>300000001130177</corecom:ContextID>
    </corecom:ApplicationObjectKey>
    <corecom:CustomerItemID schemeAgencyID="SEBL_01" schemeID="ProductId"/>
    </corecom:ItemIdentification>
    <corecom:Name/>
    <corecom:TypeCode/>
    <corecom:Description>Computer</corecom:Description>
    </corecom:ItemReference>
    <coresalesorder:FulfillmentModeCode/>
    <coresalesorder:SalesOrderSchedule>
    <corecom:Identification xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:BusinessComponentID schemeAgencyID="AIA_01" schemeID="SALESORDER_SCHEDULE_GUID">31373632363632373039363139343635</corecom:BusinessComponentID>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="SalesOrderScheduleNumber">1</corecom:ID>
    <corecom:ApplicationObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="SalesOrderScheduleId">101</corecom:ID>
    </corecom:ApplicationObjectKey>
    <corecom:AlternateObjectKey>
    <corecom:ID schemeAgencyID="SEBL_01" schemeID="IntegrationId">201</corecom:ID>
    </corecom:AlternateObjectKey>
    </corecom:Identification>
    <corecom:ShipmentSet xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:Name/>
    </corecom:ShipmentSet>
    <coresalesorder:ExtendedAmount currencyCode="USD">18762.00</coresalesorder:ExtendedAmount>
    <coresalesorder:GrossWeightMeasure>0</coresalesorder:GrossWeightMeasure>
    <coresalesorder:Description>Servers</coresalesorder:Description>
    <coresalesorder:OrderQuantity unitCode="Ea">1</coresalesorder:OrderQuantity>
    <coresalesorder:RequestedShipDateTime>2013-06-25T10:58:32Z</coresalesorder:RequestedShipDateTime>
    <coresalesorder:ScheduledShipDateTime/>
    <coresalesorder:ScheduledArrivalDateTime/>
    <coresalesorder:RequestedDeliveryDateTime/>
    <coresalesorder:LatestRequestedDeliveryDateTime/>
    <coresalesorder:LatestRequestedShipDateTime/>
    <coresalesorder:LatestRequestedShipDateTime/>
    <coresalesorder:EarliestShipDateTime/>
    <coresalesorder:ShipmentPriorityCode/>
    <coresalesorder:FulfillmentModeCode/>
    <coresalesorder:FOBPointCode/>
    <coresalesorder:ModeOfTransportCode>Air</coresalesorder:ModeOfTransportCode>
    <coresalesorder:ReasonCode/>
    <coresalesorder:ServiceLevelCode>Next day air</coresalesorder:ServiceLevelCode>
    <corecom:CarrierPartyReference xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:PartyIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>10010</corecom:ID>
    <corecom:ContextID>100010023895555</corecom:ContextID>
    </corecom:ApplicationObjectKey>
    </corecom:PartyIdentification>
    </corecom:CarrierPartyReference>
    <corecom:Status xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:Code>PENDING</corecom:Code>
    </corecom:Status>
    <corecom:PaymentTerm xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:Code>4</corecom:Code>
    </corecom:PaymentTerm>
    <corecom:CustomerPurchaseOrderShipmentReference xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:PurchaseOrderLineIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>Line # 1</corecom:ID>
    </corecom:ApplicationObjectKey>
    </corecom:PurchaseOrderLineIdentification>
    <corecom:PurchaseOrderIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>PO#A1</corecom:ID>
    </corecom:ApplicationObjectKey>
    </corecom:PurchaseOrderIdentification>
    </corecom:CustomerPurchaseOrderShipmentReference>
    <corecom:UnitListPrice xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:Amount currencyCode="USD">18762.00</corecom:Amount>
    </corecom:UnitListPrice>
    <corecom:UnitSalePrice xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:Amount currencyCode="USD">18762.00</corecom:Amount>
    </corecom:UnitSalePrice>
    <corecom:ShipFromPartyReference xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:LocationReference>
    <corecom:LocationIdentification>
    <corecom:ID>100010023895555</corecom:ID>
    <corecom:ApplicationObjectKey>
    <corecom:ID>300000001130184</corecom:ID>
    <corecom:ContextID/>
    </corecom:ApplicationObjectKey>
    <corecom:AlternateObjectKey>
    <corecom:ID schemeAgencyID="AIA_01" schemeID="CUSTOMERPARTY_PARTYCONTACTID_GUID">300000001201066</corecom:ID>
    </corecom:AlternateObjectKey>
    </corecom:LocationIdentification>
    </corecom:LocationReference>
    </corecom:ShipFromPartyReference>
    <coresalesorder:SalesOrderShipToParty xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:CustomerPartyAccountContactIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>300000003212320</corecom:ID>
    <corecom:ContextID/>
    </corecom:ApplicationObjectKey>
    </corecom:CustomerPartyAccountContactIdentification>
    <corecom:CustomerPartyAccountSiteUsageIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>300000003679213</corecom:ID>
    <corecom:ContextID/>
    </corecom:ApplicationObjectKey>
    </corecom:CustomerPartyAccountSiteUsageIdentification>
    <corecom:ShipToPartyReference>
    <corecom:CustomerPartyAccountIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>300000002605080</corecom:ID>
    <corecom:ContextID/>
    </corecom:ApplicationObjectKey>
    </corecom:CustomerPartyAccountIdentification>
    </corecom:ShipToPartyReference>
    </coresalesorder:SalesOrderShipToParty>
    <coresalesorder:SalesOrderBillToParty xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:CustomerPartyAccountContactIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>300000003212320</corecom:ID>
    <corecom:ContextID/>
    </corecom:ApplicationObjectKey>
    </corecom:CustomerPartyAccountContactIdentification>
    <corecom:CustomerPartyAccountSiteUsageIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>300000003679211</corecom:ID>
    <corecom:ContextID/>
    </corecom:ApplicationObjectKey>
    </corecom:CustomerPartyAccountSiteUsageIdentification>
    <corecom:BillToPartyReference>
    <corecom:CustomerPartyAccountIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>300000002605080</corecom:ID>
    <corecom:ContextID/>
    </corecom:ApplicationObjectKey>
    </corecom:CustomerPartyAccountIdentification>
    </corecom:BillToPartyReference>
    </coresalesorder:SalesOrderBillToParty>
    <coresalesorder:ShipmentInstruction/>
    <coresalesorder:PackingInstruction/>
    <coresalesorder:TotalAmount/>
    <coresalesorder:PricingDateTime/>
    <coresalesorder:PurchaseDate/>
    </coresalesorder:SalesOrderSchedule>
    </coresalesorder:SalesOrderLine>
    <coresalesorder:SalesOrderCustomerParty xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:CustomerPartyAccountContactIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID/>
    <corecom:ContextID/>
    </corecom:ApplicationObjectKey>
    </corecom:CustomerPartyAccountContactIdentification>
    <corecom:CustomerPartyReference>
    <corecom:CustomerPartyAccountIdentification>
    <corecom:ApplicationObjectKey>
    <corecom:ID>300000002605080</corecom:ID>
    <corecom:ContextID/>
    </corecom:ApplicationObjectKey>
    </corecom:CustomerPartyAccountIdentification>
    </corecom:CustomerPartyReference>
    </coresalesorder:SalesOrderCustomerParty>
    <coresalesorder:ModeOfTransportCode/>
    <coresalesorder:ServiceLevelCode/>
    <coresalesorder:TotalAmount currencyCode="USD">70.94</coresalesorder:TotalAmount>
    <coresalesorder:EarliestShipDateTime/>
    <coresalesorder:PricingDateTime/>
    <corecom:SourceDocumentReference xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    <corecom:DocumentIdentification>
    <corecom:ID>ShipOrderGenericProcess</corecom:ID>
    </corecom:DocumentIdentification>
    </corecom:SourceDocumentReference>
    </coresalesorder:ProcessSalesOrderFulfillment>
    </coresalesorder:DataArea>
    </ProcessSalesOrderFulfillmentEBM>
    </soap:Body>
    </soap:Envelope>
    Can I get a help on this and my question is in j developer when I make a web service data control and drag and drop that method in to my pages submit button with text box taking this EBM or xml as entry and when I submit this its giving a null pointer exception. How can I overcome this.
    Regards
    Satbir Singh

    Hi,
    for complex services like this the recommendation is to use a JAX-WS proxy client, put a POJO in front (wrapper) to access information and methods to expose in the application and create a POJO DC from the wrapper. This not only is more powerful and allows you to intercept data calls, it also gives you a netter option for debugging and error handling in case something fails.
    Frank

  • Need API for getting List price and unit price before Order entry

    Hello,
    I have requirement of provide unit & list price before order entry (Oracle Pricing and availability form provide the same).
    Please suggest any API for the same.
    Thanks
    Akil.

    Hi,
    Thanks luko,
    I got API QP_PREQ_PUB.PRICE_REQUEST, and its return output as expected,
    Just have confusion that how many qualifiers we have to send
    Here is my sample code
    OR REPLACE PROCEDURE xx_web_get_price (
    IN     NUMBER,
    IN     NUMBER,
    IN     NUMBER,
    IN     NUMBER,
    IN     VARCHAR2,
    IN     VARCHAR2,
    IN     VARCHAR2,
    IN     NUMBER,
    OUT NUMBER,
    OUT NUMBER,
    OUT VARCHAR2,
    OUT VARCHAR2)
    QP_PREQ_GRP.LINE_TBL_TYPE;
    QP_PREQ_GRP.QUAL_TBL_TYPE;
    QP_PREQ_GRP.LINE_ATTR_TBL_TYPE;
    QP_PREQ_GRP.LINE_DETAIL_TBL_TYPE;
    QP_PREQ_GRP.LINE_DETAIL_QUAL_TBL_TYPE;
    QP_PREQ_GRP.LINE_DETAIL_ATTR_TBL_TYPE;
    QP_PREQ_GRP.RELATED_LINES_TBL_TYPE;
    QP_PREQ_GRP.CONTROL_RECORD_TYPE;
    QP_PREQ_GRP.LINE_TBL_TYPE;
    QP_PREQ_GRP.QUAL_TBL_TYPE;
    QP_PREQ_GRP.LINE_ATTR_TBL_TYPE;
    QP_PREQ_GRP.LINE_DETAIL_TBL_TYPE;
    QP_PREQ_GRP.LINE_DETAIL_QUAL_TBL_TYPE;
    QP_PREQ_GRP.LINE_DETAIL_ATTR_TBL_TYPE;
    QP_PREQ_GRP.RELATED_LINES_TBL_TYPE;
    VARCHAR2 (240);
    VARCHAR2 (240);
    QP_PREQ_GRP.QUAL_REC_TYPE;
    QP_PREQ_GRP.LINE_ATTR_REC_TYPE;
    QP_PREQ_GRP.LINE_REC_TYPE;
    QP_PREQ_GRP.LINE_DETAIL_REC_TYPE;
    QP_PREQ_GRP.LINE_DETAIL_REC_TYPE;
    QP_PREQ_GRP.RELATED_LINES_REC_TYPE;
    QP_Attr_Mapping_PUB.Contexts_Result_Tbl_Type;
    QP_Attr_Mapping_PUB.Contexts_Result_Tbl_Type;
    INTEGER;
    BINARY_INTEGER;
    VARCHAR2 (240);
    VARCHAR2 (60);
    oe_debug_pub.debug_on;
    oe_debug_pub.initialize;
    := OE_DEBUG_PUB.Set_Debug_Mode ('FILE');
    oe_Debug_pub.setdebuglevel (5);
    ('File : ' || l_file_val);
    QP_Attr_Mapping_PUB.
    (p_request_type_code           => 'ONT',
    => 'L',
    => l_pricing_contexts_Tbl,
    => l_qualifier_Contexts_Tbl);
    := 1;
    ---- Control Record
    .pricing_event := 'LINE';                           -- 'LINE';
    .calculate_flag := 'Y';    --QP_PREQ_GRP.G_SEARCH_N_CALCULATE;
    .simulation_flag := 'N';
    .source_order_amount_flag := 'Y';
    .rounding_flag := 'Q';
    .manual_discount_flag := 'Y';
    .request_type_code := 'ONT';
    .TEMP_TABLE_INSERT_FLAG := 'Y';
    ---- Line Records ---------
    .request_type_code := 'ONT';
    .line_id := 2125125; -- Order Line Id. This can be any thing for this script
    .line_Index := '1';                           -- Request Line Index
    .line_type_code := 'LINE';           -- LINE or ORDER(Summary Line)
    .pricing_effective_date := SYSDATE;    -- Pricing as of what date ?
    .active_date_first := SYSDATE;  -- Can be Ordered Date or Ship Date
    .active_date_second := SYSDATE; -- Can be Ordered Date or Ship Date
    .active_date_first_type := 'NO TYPE';                   -- ORD/SHIP
    .active_date_second_type := 'NO TYPE';                  -- ORD/SHIP
    .line_quantity := 1;                            -- Ordered Quantity
    .line_uom_code := p_uom; --'Ea';                         -- Ordered UOM Code
    .currency_code := p_currency_code; -- 'USD';                           -- Currency Code
    .price_flag := 'Y'; -- Price Flag can have 'Y' , 'N'(No pricing) , 'P'(Phase)
    (1) := line_rec;
    ------ Line Attribute Record
    .LINE_INDEX := 1;
    .PRICING_CONTEXT := 'ITEM';                               
    .PRICING_ATTRIBUTE := 'PRICING_ATTRIBUTE3';
    .PRICING_ATTR_VALUE_FROM := 'ALL';
    .VALIDATED_FLAG := 'N';
    (1) := line_attr_rec;
    .LINE_INDEX := 1;
    .PRICING_CONTEXT := 'ITEM';                                 --
    .PRICING_ATTRIBUTE := 'PRICING_ATTRIBUTE1';
    .PRICING_ATTR_VALUE_FROM := p_item_id;
    .VALIDATED_FLAG := 'N';
    (2) := line_attr_rec;
    .LINE_INDEX := 1;
    .PRICING_CONTEXT := 'ITEM';                              
    .PRICING_ATTRIBUTE := 'PRICING_ATTRIBUTE2';
    .PRICING_ATTR_VALUE_FROM := p_category_id;
    .VALIDATED_FLAG := 'N';
    (3) := line_attr_rec;
    ------ Qualifier Attribute Record
    .LINE_INDEX := 1; -- Attributes for the above line. Attributes are attached with the line index
    .QUALIFIER_CONTEXT := 'MODLIST';
    .QUALIFIER_ATTRIBUTE := 'QUALIFIER_ATTRIBUTE4';
    .QUALIFIER_ATTR_VALUE_FROM := p_price_list_id;
    .COMPARISON_OPERATOR_CODE := '=';
    .VALIDATED_FLAG := 'Y';
    (1) := qual_rec;
    .LINE_INDEX := 1;
    .QUALIFIER_CONTEXT := 'CUSTOMER';
    .QUALIFIER_ATTRIBUTE := 'QUALIFIER_ATTRIBUTE2';
    .QUALIFIER_ATTR_VALUE_FROM := p_customer_account_id;
    .COMPARISON_OPERATOR_CODE := '=';
    .VALIDATED_FLAG := 'Y';
    (2) := qual_rec;
    .LINE_INDEX := 1;
    .QUALIFIER_CONTEXT := 'CUSTOMER';
    .QUALIFIER_ATTRIBUTE := 'QUALIFIER_ATTRIBUTE40';
    .QUALIFIER_ATTR_VALUE_FROM := p_customer_category; --'INDUSTRIAL';  
    .COMPARISON_OPERATOR_CODE := '=';
    .VALIDATED_FLAG := 'Y';
    (3) := qual_rec;
    QP_PREQ_PUB.PRICE_REQUEST (p_line_tbl,
    -- Return Status Information ..
    := x_return_status_text;
    := x_return_status;
    := x_line_tbl.FIRST;
    IF I IS NOT NULL
    THEN
    := x_line_tbl (I).unit_price;
    := x_line_tbl (I).adjusted_unit_price;
    END IF;
    xx_web_get_price;                                     
    Regards,
    akil.

  • HFM tables for WDEF (Web Data Entry Form)

    Hi all,
    is there a way for understanding which tables are used by the HFM for storing the member selections of the WDEF (Web Data Entry Form)?
    I was able to find only the table <application>_RPTS which contains the list of reports and folders I creted into the application.
    Now, I would like to retreive the tables where the info related to the member selections are stored.
    Can someone help me on this topic?
    Thanks in advance
    Christian

    Payous999 wrote:
    Dear All,
    I have created simple Web Data Entry Form in Planning 11.1.2 and not able to load the data through it (cells are read only)
    1. I have selected all the base level members for all the dimensions
    2. In Scenario version selection of Start Year End Year as well as Start Period and End Period is OK
    3. It is Bottom up version
    4. Is Evaluation Order any issue?
    5. Few days back while refreshing the database I receive the error 1060051 toi resolve that we need to delete the duplicate members from Oracle Table. We also deleted Essbase database and recreated the same
    Thanks
    PayousAre you logging in as admin, are they definitely all stored/never share level 0 members, is it a currency application.
    Evaluation Order should not be an issue.
    Point 5 is a little worrying, what did you do to resolve the issue? does it refresh without any issues now?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Hierarchical tree - Data Entry Form

    I am trying to make a data entry form for hierarchical tree. Any one help me to send a sample .fmb file.
    I created a table like
    create table master_ACTIVITY
    (INITIAL_LEVEL NUMBER (4) ,
    NODE_DEPTH NUMBER (4) ,
    NODE_LABEL VARCHAR2(160) ,
    NODE_ICON VARCHAR2(60) ,
    NODE_DATA VARCHAR2(160) ,
    NODE_PARENT VARCHAR2(160)
    1. How do i use hierarchical tree for adding and deleting item into it.
    2. In my other form i use the item from hierarchical tree. so how to get the return value of the selected item in a hierarchical tree. and which of filed in this table i need in other forms to connect to this table and get values.
    please send a sample form to [email protected]
    thank you
    saji daniel

    Andreas,
    It got worked.
    I have another problem now. I have 2000 records in my tree. when i populate it is taking time to populate.
    I want to display only parent trees ie Level 1 & 2 Items. But the Level 1 & 2 should have '+' symbol to display.
    When the user click on any items in level 2, only then the child of the selected parent should populate.
    By default all the items are displayed in collapsed mode (-1). But still it take time to populate.
    Any solution ?.

  • Pick Ticket Printing when Pressing Add Button in Order ENtry

    Simple question ...
    All I need to do is when I press the Add button when entering and Order is automatically print a Pick Ticket
    Not an Order and I do not want to Prompt the Order Entry person if they Want to print a Pick Ticket or an Order or Both. 
    How do I get Pick Ticket and ONLY the Pick Ticket to print without the prompts?   I know I can make an Order look like a Pick Ticket and and go to Print Preferences and Un Check Pick tickets,  but I am trying to avoid creating a new form,  and whe might want to print both forms again in the future.  I am sure it is something simple
    Thanks in advance!!!

    The options window where you Choose Pick ticket / Sales Order cannot be avoided.  By system design this window will appear when ever you have Print Picking sheet checked

  • Forms IVS - Order of form designs

    Hi there,
    We have around 200 forms being tested in Forms IVS.  The forms are named sequentially with numbers F001, F002, F003, and so on.  The problem we have is the forms are not listed in IVS in any order.  Not too much of an issue when you have 5 forms, but having 200 is proving a royal pain for our testers trying to locate forms in the list.
    There is no way of ordering the forms in the list.  I have checked the modified time of the file, the size, the name, when it was addded to the forms folder - none of this has any effect on how the forms are listed.  They just list in a random order.
    This is proving a headache for our testers and wasting a lot of our time.  We cannot reduce the number of forms in IVS and we need to test them in a specific order.
    Can anyone please asdvise on what basis/criteria the form designs are listed in Forms IVS.
    Thanks in advance.
    Paul.
    RHEL 4.7
    JBoss 4.2.0
    LiveCycle ES 8.2 Update 1

    unable to attach source file.....  here is the source....you may need to tweak or modify slightly to get it to work again.
    jim
    =======================
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page language="java" contentType="text/html; charset=UTF-8" import="java.io.*,com.adobe.formServer.webSamples.*,com.adobe.formServer.webSamples.App.A ppFactory,java.util.*" %>
    <%
        boolean bShowPlatform = false;
        String sShowPlatform = (String) application.getAttribute("showPlatform");
        bShowPlatform = new Boolean(sShowPlatform).booleanValue();
        boolean bExpertMode = false;
        String sExpertMode = (String) application.getAttribute("expertMode");
        bExpertMode = new Boolean(sExpertMode).booleanValue();
        ServletContext oContext = getServletConfig().getServletContext();
        App oApp = AppFactory.create(null, oContext, request, response);
        String[] formFiles = new String[0];
        String[] dataFiles = new String[0];
        LinkedHashMap prefMap = null;
        try {
            formFiles = oApp.listFiles (oApp.m_sContentRootURI);
            dataFiles = oApp.listFiles (oApp.m_sDataDirectory);
            prefMap = oApp.listPreferences();
      } catch (Exception oException ) {
        throw new ServletException( oException.getMessage() );
        // create a filename filter object to only return xdp templates   
        FilenameFilter filter = new FilenameFilter() {
            public boolean accept(File dir,String name){return name.endsWith(".xdp");}           
        // retrieve the templates directory   
        File dir = new File(oApp.m_sContentRootURI);
        // retrieve all the file in the templates dir
        File[] files = dir.listFiles(filter);
        // quick check to see if there are any xdp templates in content root directory that was specified    in preferences
        if (dir.exists() && (files.length > 0)) {
                // do nothing if everything ok
        } else {
                out.println("<h2 style='color:red; font-size:20px'> UNABLE TO LOCATE ANY XDP TEMPLATES IN CONTENT ROOT DIRECTORY.<br> PLEASE RECHECK <i style='color:blue;'>CONTENT ROOT URI</i> SETTING IN PREFERENCES</h2>");
    %>
    <html>
    <head>
    <title>Installation Verification Sample - Test form designs</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style type="text/css">
      @import url("ivs.css");
      @import url("cont.css" );
      @import url("icons.css");
    </style>
    <script type="text/javascript">
        App = new Object();
        App.CLIENT_EJB = <%=App.CLIENT_EJB%>;
        App.CLIENT_EJB_LOCAL = <%=App.CLIENT_EJB_LOCAL%>;
        App.CLIENT_SOAP = <%=App.CLIENT_SOAP%>;
        App.CLIENT_PLATFORM = <%=App.CLIENT_PLATFORM%>;
        App.CLIENT_PLATFORM_SOAP = <%=App.CLIENT_PLATFORM_SOAP%>;
        function getForm(action, clientType) {        
            if (document.formGet.formName.selectedIndex >= 0 ) {
                document.formGet.GenerateCSS.value = "0";
                document.formGet.clientType.value = clientType;
                  document.formGet.actionType.value = "";
                document.formGet.action = action;
                document.formGet.submit();
            } else {
                alert("Select a form design to render");
        function issueCSSGeneration(action) {
            if (document.formGet.formName.selectedIndex >= 0 ) {
                    if(document.formGet.runPerf.checked == true){
                        alert("Performance check is not enabled while CSS generation");
                    document.formGet.GenerateCSS.value = "1";
                    document.formGet.clientType.value = <%=App.CLIENT_EJB%>;
                    document.formGet.actionType.value = "";
                    document.formGet.action = action;
                    document.formGet.submit();
            } else {
                    alert("Select a form to generate CSS");
        function setCSSGenButtonVisibility(){
            var elem = document.getElementById('CSSGenButton');
            var outputType = document.formGet.preference.options[document.formGet.preference.selectedIndex].value;
            if(!(document.formGet.formName.selectedIndex >= 0)){
                elem.style.display = 'none';
            } else {
            if(outputType == 'AUTO' || outputType == 'XHTML' || outputType == 'MSDHTML' || outputType == 'HTML4'
                || outputType == 'AHTML' || outputType == 'StaticHTML' || outputType == 'NoScriptXHTML')
                elem.style.display = 'block';
            } else {
                elem.style.display = 'none';
        function generatePrefs() {
            var prefs = new OptionMap();
            <%
            Object[] prefSet = prefMap.entrySet().toArray();
            for (int i=0; i < prefSet.length; i++) {
                Map.Entry e = (Map.Entry) prefSet[i];
                %>
                prefs.add("<%=e.getKey()%>", "<%=e.getValue()%>");
                <%
            %>
            if (document.formGet.formName.selectedIndex >= 0 ) {           
                var sFormName = document.formGet.formName.options[document.formGet.formName.selectedIndex].value;            
                if (sFormName.indexOf(".xdp") >= 0) {
                    // remove PDFMerge and nativePDF
                    prefs.remove("PDFMerge");
                    prefs.remove("NativePDF");
                if (sFormName.indexOf(".pdf") >= 0) {
                    // remove HTML transformations
                    prefs.remove("AUTO");
                    prefs.remove("MSDHTML");
                    prefs.remove("XHTML");
                    prefs.remove("HTML4");
                    prefs.remove("AHTML");
                    prefs.remove("StaticHTML");
                    prefs.remove("NoScriptXHTML");
                    // remove LayoutXML
                    prefs.remove("Layout");
                if (sFormName.indexOf(".swf") >= 0) {
                    prefs.remove("PDFMerge");
                    prefs.remove("NativePDF");
                    prefs.remove("AUTO");
                    prefs.remove("MSDHTML");
                    prefs.remove("XHTML");
                    prefs.remove("HTML4");
                    prefs.remove("AHTML");
                    prefs.remove("StaticHTML");
                    prefs.remove("NoScriptXHTML");
                    prefs.remove("Layout");
            <%if (!bExpertMode) { %>
                //remove NativePDF
                prefs.remove("NativePDF");
                //remove LayoutXML
                prefs.remove("Layout");
            <%}%>
            document.formGet.preference.length = 0;
            for (var i = 0; i < prefs.map.length; i++) {
                if (prefs.map[i] != null) {
                    document.formGet.preference.options[document.formGet.preference.options.length] = prefs.map[i];
            setCSSGenButtonVisibility();
        function OptionMap_add(key, value) {
            this.map[this.map.length] = new Option(value, key);
            this.map.length++;
        function OptionMap_remove (key) {
            if (key == null) return;       
            for (var i = 0; i < this.map.length; i++) {
                if (this.map[i] != null && this.map[i].value == key) {
                    this.map[i] = null;
                    break;
        //OptionMap object
        function OptionMap() {
            this.map = new Array();
        OptionMap.prototype.add = OptionMap_add;
        OptionMap.prototype.remove = OptionMap_remove;   
        function init() {
            generatePrefs();
    </script>
    </head>
    <body onload="init();">
    <div class="crumb">
        <h2><a href="home.jsp" target="mainFrame">Home</a> &gt; Test forms</h2>
    </div>
    <div class="title">
        <h3>Test Form Designs</h3>
    </div>
    <form method="get" id="formGet" name="formGet" action="GetFormServlet">
        <input type="hidden" id="clientType" name="clientType" />
        <input type="hidden" id="actionType" name="actionType" />
        <div class="formTopLevelContainer">
            <div class="subTitleLevel1">File selection</div>
            <div class="formContainerLevel1">
                <span class="instruction">Select a form design and a data file(optional) to render.</span>
                <span class="indent2">
                <span class="formRowFloat">
                    <span class="label3"><label for="dataName">Data files (optional)</label></span>
                    <span class="field3">
                        <select size="15%" name="dataName" id="dataName" class="fieldtext">
                            <option value="None" selected="selected">None</option>
                            <% for (int i=0; i < dataFiles.length; i++) {
                                      if (dataFiles[i] == null)
                                          break;
                                    if (dataFiles[i].indexOf(".xml") >= 0 ||
                                        dataFiles[i].indexOf(".pdf") >= 0 ||
                                        dataFiles[i].indexOf(".fdf") >= 0 ||
                                        dataFiles[i].indexOf(".xfdf") >= 0 ||
                                        dataFiles[i].indexOf(".xdp") >= 0)
                                    { %>
                            <option value="<%=dataFiles[i]%>"><%=dataFiles[i]%></option>
                            <% } %> <% } %>
                        </select>
                    </span>
                </span>
                <span class="formRowFloat">
                    <span class="label3">Form designs
                             <a href="#" title="Ascending Sort Templates" onclick="sortSelect(0);"><img src='images/ascending.gif' border='0'></a>
                          <a href="#" title="Descending Sort Templates" onclick="sortSelect(1);"><img src='images/descending.gif' border='0'></a>
                                Alphabetic Sort<input type='checkbox' id='alphabeticSortCheckbox'>
                    </span>
                    <span class="field3">
                        <select size="15%" name="formName" id="formName" class="fieldtext" onchange="generatePrefs()">
                            <option value=''></option>
                        </select>
                    </span>
                </span>
                </span>
            </div>
            <div class="subTitleLevel1">Output format selection</div>
            <div class="formContainerLevel1">
                <input type="hidden" id="GenerateCSS" name="GenerateCSS" value="0"/>
                <div class="instruction">Select the output format of the rendered form.</div>
                <div class="formRow">
                    <div class="label"><label for="preference">Output format:</label></div>
                    <div class="field">
                        <select id="preference" name="preference" onchange="setCSSGenButtonVisibility()">
                            <option selected value="REACH">Auto Detect HTML</option>
                        </select>
                    </div>
                </div>
            </div>
            <div class="subTitleLevel1">Issue request</div>
            <div class="formContainerLevel1">
                <span class="instruction">Render the form by selecting one of the following methods.</span>
                <span class="formRow">
                    <span class="label"><label for="viaEJB"></label></span>
                    <span class="field">
                        <span><input type="button" name="EJB" class="button" value="Use EJB" title="EJB" onclick="getForm('GetFormServlet',App.CLIENT_EJB)" /> </span>
                        <span><input type="button" name="Web Service" class="button" value="Use WebService" title="Web Service" onclick="getForm('GetFormServlet',App.CLIENT_SOAP)" /></span>       
                        <% if (bShowPlatform)
                        { %>           
                            <span><input type="button" name="viaPlatform" class="button" value="Platform" title="Platform" onclick="getForm('GetFormServlet',App.CLIENT_PLATFORM)" /> </span>
                            <span><input type="button" name="viaPlatformSOAP" class="button" value="Platform WebService" title="Platform WebService" onclick="getForm('GetFormServlet',App.CLIENT_PLATFORM_SOAP)" /> </span>
                        <% } %>
                    </span>
                </span>
                <span class="formRow">
                    <span class="label">Request Options:</span>
                    <span class="field">           
                    <span class="fieldGroup">
                        <input name="runPerf" type="checkbox" class="checkRadio" id="runPerfCheck" value="true"/>
                        <span class="checkRadioText"><label for="runPerfCheck">Enable performance test</label></span>
                    </span>                               
                    </span>
                </span>
                <span class="instruction"><b>Note:</b> When a rendered result is returned, submissions from it will cause the
                submitted data to appear in the data directory (provided it is a writable
                location). That data could then be used in subsequent operations.</span>
                <div id="CSSGenButton">
                    <br/>
                    <div class="instruction">Generate CSS button generates the CSS file for the selected form design. This CSS file can be used as a template for supplying custom styles for the selected form design.</div>
                    <span class="label"><label for="genCSS"></label></span><div><input type="button" value="Generate CSS" onclick="issueCSSGeneration('GetFormServlet')" /> </div>
                </div>
            </div>
        </div>
    </form>
        <script type="text/javascript">
            // declare javascript custom object and array to hold template info
            function Template(name, modified, formattedDate){
                this.name = name;
                this.modified = modified;
                this.formattedDate = formattedDate;
            } // end fx
            var templatesArray = new Array();<%
            File f = null;
            for (int i=0; i < files.length; i++) {
                // create local var
                f = files[i];
                // create javascript element
                out.println("templatesArray["+i+"] = new Template('" + f.getName() + "','" + f.lastModified() + "','" + new Date(f.lastModified()) + "');");
            }%>
            function populateTemplatesDropDown() {
                var selectToPopulate = document.getElementById('formName');
                selectToPopulate.options.length = 0;
                var optObj;           
                for(var i=0; i < templatesArray.length; i++) {
                    var template = templatesArray[i];
                    optObj = document.createElement('option');
              optObj.text = template.name;
              optObj.value = template.name;
              optObj.title = template.formattedDate;
              selectToPopulate.options.add(optObj);
            templatesArray.sort(sortModifiedDescendingHandler);
            populateTemplatesDropDown();
            function sortSelect(direction) {
                // 0 = ascending
                // 1 = descending
                if (document.getElementById('alphabeticSortCheckbox').checked) {
                    if (direction == 0) {
                        templatesArray.sort(sortNameAscendingHandler);
                    } else {
                        templatesArray.sort(sortNameDescendingHandler);                           
                } else {               
                    if (direction == 0) {
                        templatesArray.sort(sortModifiedAscendingHandler);
                    } else {
                        templatesArray.sort(sortModifiedDescendingHandler);
                populateTemplatesDropDown();
            function sortNameAscendingHandler(thisObject,thatObject) {   
                if (thisObject.name.toUpperCase() > thatObject.name.toUpperCase())    {       
                    return 1;   
                }    else if (thisObject.name.toUpperCase() < thatObject.name.toUpperCase())    {
                    return -1;
                return 0;
            function sortNameDescendingHandler(thisObject,thatObject) {   
                if (thisObject.name.toUpperCase() > thatObject.name.toUpperCase())    {
                    return -1;
                }    else if (thisObject.name.toUpperCase() < thatObject.name.toUpperCase())    {
                    return 1;
                return 0;
             function sortModifiedAscendingHandler(thisObject,thatObject) {   
                if (thisObject.modified > thatObject.modified)    {       
                    return 1;   
                }    else if (thisObject.modified < thatObject.modified)    {
                    return -1;
                return 0;
            function sortModifiedDescendingHandler(thisObject,thatObject) {   
                if (thisObject.modified > thatObject.modified)    {
                    return -1;
                }    else if (thisObject.modified < thatObject.modified)    {
                    return 1;
                return 0;
        </script>
    </body>
    </html>

  • User field in goods entry form

    Is it possible to create a user field in goods  entry form production? I tried but It's possible  only to fill the order  production. thanks

    To add user defined fields to either the issue from production or the receipt from production then you need to add the user fields to the marketing document rows.  Then if they are not visible in the forms you will need to use the form settings.
    Regards,
    Adrian

  • Remarks field in Journal Entry form

    Hi All,
      I am wondering how is created the Remarks field in Journal Entry form? It contains a string which describes the journal entry origin and sometimes it contains the Business Partner Code. I would like to know the origin table, field of the string (only the string without BP Code).
    I would like to write a query which contains all available TransType, and one string remark field for every TransType field.
    I wrote the following, but it is not good because the string contains Business Partners Code, more than one line for each TransType field, and doesn't contain every existing TransType type.
    SELECT DISTINCT convert(integer,TransType) As TransType, LineMemo from JDT1 ORDER BY TransType
    Thanks,
    Zoltan

    Zoltan,
    there is not any single table which determines the remarks or memo for Journal entry. in the documents from which, account posting happens (such as invoice) , you will find a field called jrnlmemo in accounting tab (in master table such as OPCH). also, the transtype in OJDT can help you build the case for your query.
    HTH,
    regards,
    Binita Joshi

Maybe you are looking for