Customization form, needing a suggestion

Hello

Please could you suggest on my sub condition, I need to use the customization form.

1 suppose that in the mtl_kanban_cards, kanban_size = 50 for a kanban_card table.
2. now, user will be apps, open form of kanban. This form will be 3 fields of de FACTO forces for entering the quantity
(Attribute4 to Lot1, Attribute5 for the batch2, Attribute6 for Lot3).
3. now, user will enter FDF first value say 10, 2nd FDF say 20 and 3rd FDF value say 20. -> Total is 50 that is equal to the kanban_size of this kanban_card.

My requirement is that whenever the user types (function example above) more than 50 (sum of 3 FDF), then an error message should appear saying
(Quantity entered is more than size kanban kanban card).
In addition, if the user enters first FDF 55 (as in example above), even in this case the error message should appear.

Please give me any suggestion for using this form of customization.
I guess I should use WHEN trigger RECORD to VALIDATE.

Thank you
Pravin

Hi Pravin,

It can be done through WHEN_VALIDATE-RECORD. You must know the name of the folder, it's RECORDXYZ. Also assuming the DFF1 values, DFF2 and DFF3 are stored in attribut1, attribut2 and attribut3, respectively, in FACT.

You can do something like this:

Triggering event: WHEN-VALIDATE-REGISTRATION
Trigger object: RECORDXYZ
Condition: ((: RECORDXYZ.)) ATTRIBUTE1 +: RECORDXYZ. ATTRIBUT2 +: RECORDXYZ. (Attribut3) > 50) or (: RECORDXYZ.) ATTRIBUTE1 > 55)

In the tab the personalization rule actions, displays an appropriate error message to inform the user.

Note that the validation will happen after the user enters all values in the FDF and tries to save the file. Given that I have not worked on the module that you mentioned, so I can't give you the actual name of the folder.

Kind regards
Ousseni

Tags: Oracle Applications

Similar Questions

  • Help customization form in various 12.1.3 Transaction (Form Name: INVTTMTX)

    Hello Experts-

    When a user of inventory between a different problem or reception various which do not refer to a work order and work the task of enforcement, we need default Oracle default organization spending account. . How can achieve us? by default the account of expenses based on the Organization? Pls help

    Here are the screenshots:


    Navigate to: Transactions > various Transaction

    Attached screenshots: 1 & 2 customization form

    Thank you

    Sandy

    Hello

    How have you tried?

    first get the acct of charge through query based on the id of the organization. Then create the customization of the form.

    Take the appropriate trigger

    give the condition

    then take stock property

    then give target object as our point that need the default value. I guess that's MTL_TRX_LINE. ACCOUNT

    name property, and then as the initial value.

    then in the value field give this query which give the fees based on org_id acct.

    record.

    Hope this will give an idea...

  • How to create a customizable form?

    I am currently working on the provision of a website in Muse for my company J - TEK PC then I'm doing a form like the one on HP or DELL sites that allows to select different options will take you to a single page of extraction. How to make a customizable form?

    Hello

    If your customization includes features that are not currently offered by Muse-shaped widget, then I suggest you create your custom form in another application such as 'Adobe Form Central' or "Jotforms" and then use the embed code of the form created in your muse site.

    Hope this helps

    Kind regards

    Rohit Nair

  • Is there a way to prevent the iPad mail to use the former winners as suggestions. I want to limit suggestions for only groups and individuals in my database of contacts

    Is there a way to prevent mail iPad with former winners like suggestions for email addresses?

    I want to limit suggestions for only e-mail addresses in my database of contacts.

    You cannot stop suggestions. Usually, you can remove but I just checked and I don't know if it is still possible.

  • I paid for the pack of adobe PDF and I in some weird screen which shows the different products to buy. I just want to use the pdf pack to do what I need. any suggestions?

    I paid for the pack of adobe PDF and I in some weird screen which shows the different products to buy. I just want to use the pdf pack to do what I need. any suggestions?

    Hi jerrir58650452,

    You can access your service pack pdf by using the following link: https://cloud.acrobat.com

    Kind regards
    Rahul

  • Need a Suggestion tune the SQL query

    Hello


    There is a view that is created that takes 17 seconds to run the query, when I split the query and run each query prend.15 seconds to run. Below the query I need to improve the performance of the code if you need your suggestion please order to tweek so this time take for execution to become less

    SELECT "Parature'"Source. "
    NULL 'retailer ',.
    reseller_name "reseller."
    NULL city "reseller."
    NULL state "reseller."
    A.Country "dealer Country."
    DECODE (a.state, "ACPA", "ACPA", 'EMEA', 'EMEA', NULL, 'Unknown', 'US') "Dealer Theater",
    NULL "Customer Name,"
    NO city 'customer ',.
    'Client state', NULL
    NULL 'country of the customer. "
    NULL "customer Theater."
    NULL "sales book Date."
    NULL "Ship Date."
    c.sales_order_number 'Sales Order Number',
    C.Po_Number "Number"
    controller_model_number_1 "product name."
    TRIM (UPPER (serial_number_1)) 'product serial number.
    c.contract_id "Contract ID",
    product_name 'name of support. "
    To_date (c.contract_purchase_date) "Start Date"
    To_date (c.contract_expiration_date) 'Expiry Date',
    NULL "header Status."
    NULL "status of line."
    NULL 'line Type. "
    NULL "reason for termination of employment."
    NULL 'location_id. "
    NULL 'Product_id '.
    Of edb_assets c,.
    edb_accounts one
    WHERE controller_model_number_1! = 'NULL '.
    AND Serial_Number_1! = 'NULL '.
    AND C.Amid = A.Amid (+)

    UNION
    SELECT "Parature'"Source. "
    NULL 'retailer ',.
    reseller_name "reseller."
    NULL city "reseller."
    NULL state "reseller."
    A.Country "dealer Country."
    DECODE (a.state, "ACPA", "ACPA", 'EMEA', 'EMEA', NULL, 'Unknown', 'US') "Dealer Theater",
    NULL "Customer Name,"
    NO city 'customer ',.
    'Client state', NULL
    NULL 'country of the customer. "
    NULL "customer Theater."
    NULL "sales book Date."
    NULL "Ship Date."
    c.sales_order_number 'Sales Order Number',
    C.Po_Number "Number"
    controller_model_number_2 "product name."
    TRIM (UPPER (serial_number_2)) 'product serial number.
    c.contract_id "Contract ID",
    product_name 'name of support. "
    To_date (c.contract_purchase_date) "Start Date"
    To_date (c.contract_expiration_date) 'Expiry Date',
    NULL "header Status."
    NULL "status of line."
    NULL 'line Type. "
    NULL "reason for termination of employment."
    NULL 'location_id. "
    NULL 'Product_id '.
    Of edb_assets c,.
    edb_accounts one
    WHERE controller_model_number_2! = 'NULL '.
    AND serial_number_2! = 'NULL '.
    AND C.Amid = A.Amid (+)
    UNION

    SELECT "Parature'"Source. "
    NULL 'retailer ',.
    reseller_name "reseller."
    NULL city "reseller."
    NULL state "reseller."
    A.Country "dealer Country."
    DECODE (a.state, "ACPA", "ACPA", 'EMEA', 'EMEA', NULL, 'Unknown', 'US') "Dealer Theater",
    NULL "Customer Name,"
    NO city 'customer ',.
    'Client state', NULL
    NULL 'country of the customer. "
    NULL "customer Theater."
    NULL "sales book Date."
    NULL "Ship Date."
    c.sales_order_number 'Sales Order Number',
    C.Po_Number "Number"
    controller_model_number_3 "product name."
    TRIM (UPPER (serial_number_3)) 'product serial number.
    c.contract_id "Contract ID",
    product_name 'name of support. "
    To_date (c.contract_purchase_date) "Start Date"
    To_date (c.contract_expiration_date) 'Expiry Date',
    NULL "header Status."
    NULL "status of line."
    NULL 'line Type. "
    NULL "reason for termination of employment."
    NULL 'location_id. "
    NULL 'Product_id '.
    Of edb_assets c,.
    edb_accounts one
    WHERE controller_model_number_3! = 'NULL '.
    AND serial_number_3! = 'NULL '.
    AND C.Amid = A.Amid (+)

    UNION
    SELECT "Parature'"Source. "
    NULL 'retailer ',.
    reseller_name "reseller."
    NULL city "reseller."
    NULL state "reseller."
    A.Country "dealer Country."
    DECODE (a.state, "ACPA", "ACPA", 'EMEA', 'EMEA', NULL, 'Unknown', 'US') "Dealer Theater",
    NULL "Customer Name,"
    NO city 'customer ',.
    'Client state', NULL
    NULL 'country of the customer. "
    NULL "customer Theater."
    NULL "sales book Date."
    NULL "Ship Date."
    c.sales_order_number 'Sales Order Number',
    C.Po_Number "Number"
    controller_model_number_4 "product name."
    TRIM (UPPER (serial_number_4)) 'product serial number.
    c.contract_id "Contract ID",
    product_name 'name of support. "
    To_date (c.contract_purchase_date) "Start Date"
    To_date (c.contract_expiration_date) 'Expiry Date',
    NULL "header Status."
    NULL "status of line."
    NULL 'line Type. "
    NULL "reason for termination of employment."
    NULL 'location_id. "
    NULL 'Product_id '.
    Of edb_assets c,.
    edb_accounts one
    WHERE controller_model_number_4! = 'NULL '.
    AND serial_number_4! = 'NULL '.
    AND C.Amid = A.Amid (+)

    UNION
    SELECT "Parature'"Source. "
    NULL 'retailer ',.
    reseller_name "reseller."
    NULL city "reseller."
    NULL state "reseller."
    A.Country "dealer Country."
    DECODE (a.state, "ACPA", "ACPA", 'EMEA', 'EMEA', NULL, 'Unknown', 'US') "Dealer Theater",
    NULL "Customer Name,"
    NO city 'customer ',.
    'Client state', NULL
    NULL 'country of the customer. "
    NULL "customer Theater."
    NULL "sales book Date."
    NULL "Ship Date."
    c.sales_order_number 'Sales Order Number',
    C.Po_Number "Number"
    controller_model_number_5 "product name."
    TRIM (UPPER (serial_number_5)) 'product serial number.
    c.contract_id "Contract ID",
    product_name 'name of support. "
    To_date (c.contract_purchase_date) "Start Date"
    To_date (c.contract_expiration_date) 'Expiry Date',
    NULL "header Status."
    NULL "status of line."
    NULL 'line Type. "
    NULL "reason for termination of employment."
    NULL 'location_id. "
    NULL 'Product_id '.
    Of edb_assets c,.
    edb_accounts one
    WHERE controller_model_number_5! = 'NULL '.
    AND serial_number_5! = 'NULL '.
    AND C.Amid = A.Amid (+)
    UNION
    SELECT "Source", "ERP"
    Imv.Bill_To 'retailer ',.
    Imv.Ship_To "dealer."
    Ship_To_City "Dealer City."
    Ship_To_State "State dealer."
    Edb2_Global.Country_Name_Theater (Imv.Ship_To_Country, 'COUNTRY') 'dealer country. "
    Edb2_Global.Country_Name_Theater (Imv.Ship_To_Country, 'THÉÂTRE') 'dealer Theater. "
    Cl.Company_Name "name of the customer."
    Cl.City "customer's city."
    Cl.State "State of the customer."
    Edb2_Global.Country_Name_Theater (cl.) Country, 'COUNTRY') 'country of the customer. "
    Edb2_Global.Country_Name_Theater (cl.) Country, 'THEATER') "customer Theater."
    Imv.So_Booked_Date "Date from the sale of book."
    Imv.Ship_Date "Delivery Date"
    Imv.Order_Number "client order number."
    Imv.Cust_Po_Number "Number"
    Cp.Item_Name "product name."
    Cp.Product_Serial_Number "serial number of product."
    To_char (Imv.contract_number) "Contract ID"
    Imv.Service_Description "name of support."
    Imv.Service_Start_Date "Start Date"
    Imv.Service_End_Date "expiration Date."
    Imv.Header_Status "header Status."
    Imv.Line_Status "status of line."
    Imv.Line_Type 'line Type. "
    Imv.Termination_Reason "reason for termination of employment."
    Cl.Location_Id 'location_id. "
    CP.ID "Product_id".
    Of ib_support_contracts_mv imv.
    customer_products cp,
    customer_locations cl
    WHERE superior (Trim (Imv.Serial_Number)) = Upper (Trim (Cp.Product_Serial_Number (+)))
    AND Cp.Location_Id = Cl.Location_Id (+)
    /


    There is a Union for each request, please suggest how tweek

    Thank you
    Sudhir

    A quick look indicates that first 5 select queries are that even accepting the 2 conditions

    WHERE controller_model_number_1! = 'NULL '.
    AND Serial_Number_1! = 'NULL '.

    Use SEPARATE and Clause OR reduce these 5 queries in one like that

    SELECT DISTINCT
               .....
               ......  
    
      FROM edb_assets       c
          ,edb_accounts     a
    WHERE  C.Amid = A.Amid(+)
      AND  (
              (     controller_model_number_1 != 'NULL'
                AND Serial_Number_1 != 'NULL'
              )
             OR
              (     controller_model_number_2 != 'NULL'
                AND Serial_Number_2 != 'NULL'
              )
             OR
              (     controller_model_number_3 != 'NULL'
                AND Serial_Number_3 != 'NULL'
              )
             OR
              (     controller_model_number_4 != 'NULL'
                AND Serial_Number_4 != 'NULL'
              )
             OR
              (     controller_model_number_5 != 'NULL'
                AND Serial_Number_5 != 'NULL'
              )
    
           )
    

    Concerning
    Arun

    Published by: Arun Kumar Gupta on May 9, 2012 12:10

  • Restrict customization form only to selected responsibility.

    Hi all

    Greetings.

    I want to limit the customization of the form only certain responsibilities.

    For example, in Oracle accounts payable, we form invoice Workbench.

    This form is available in say 5 different responsibilities now, we want to limit the customization of the form in this form in 2 5 functions.

    Is there a way to do this? Currently the 'level' of personalization is "function".

    We are on R12.1.3

    Kind regards
    Sachin

    Hi Salah,

    Yes it is possible. Activate the customization to the incongruous level located in the tab 'Condition', I hope that it will achieve your needs.

    Check out the link:

    http://www.Scribd.com/doc/44636553/Oracle-Forms-personalization-Basicsove

    (See page 10 in the link above for the exact location)

    Kind regards

  • Customize forms - focus event trigger effect

    Hello
    I need to validate a value at the time where a cursor leave the field.

    Is it possible to achieve using the customization of the form?

    Kind regards
    Malin

    Hello.

    Have you tried using a TIMES NEW POINT INSTANCE the field where the cursor is placed after leaving the field that you want to post?

    Octavio

  • migrate customization forms to an instance

    Hello

    (1) I made 2 customizations on a form. I need to download only a customization. Is it possible to download only specific form customizations using command FNLOAD?

    (2) also if there are a few customizations in an instance and I need to download a few customizations more using FNDLOAD. How can I do this without crushing the existiing customization in the instance?

    Thanks in advance...

    >
    I need to download only a customization
    >

    FNDLOAD downloads by the name of the function - it is possible that a form contains several function names. In your case, if the function name is the same for two customizations, and then all the two will be downloaded. It is possible to edit the downloaded file extracted to remove the customization you do not want to download on the target instance.

    >
    How can I do this without overwriting the existing customization in the instance?
    >

    You will have to do it in four steps. First, download the customizations (for example A, B, C) of the instance target (using FNDLOAD) to extract file (file_1 say). Then download the new customizations (D, E, F, for example) of the source instance to extract the file (say fichier_2). Thirdly, merge (concat) the two files (file_1 and file_2). Finally, download the merged file (using FNDLOAD) in the target instance.

    HTH
    Srini

  • Customize Forms... How to proceed in this case?

    Hi gurus,

    I have a case in which I need to make use of the customization of forms.
    Go to the responsibility of the Manager of accounts payable > vendors > entry > query any provider here and then go to Sites > go to the tab control (under Sites) > here you will see a box keep all payments

    My requirement is I want this default "Hold all payments" - flag for the 'yes' when creating a new site of provider. This default value must manually be overridable. I know I can do this using forms of customization, but I don't exactly get how to write in order to perform this function, as I am new in this field. Please help me! Any response will be appreciated.

    Thank you
    Christian

    Hello.

    Can you please try these changes?

    Triggering event: ONCE - NEW - ITEM - INSTANCE
    Trigger object: SITE. VENDOR_SITE_CODE

    The rest I think it's very good.

    It will be useful.
    Octavio

  • Tecra M5 and Debian - need some suggest before you start

    I just bought a new Tecra M5.
    I need to use Debian on it.
    Use some suggest to give me before I start?
    Could I have some problems with comatibility?
    Thank you!

    Perhaps you will be not possible to run tools and look for some drivers.
    Create a backup of your important files before installing Linux. Create a second partition for Linux, then install Linux on that partition. In this case the Linux wouldn t have a bad influence on the first partition and windows OS.
    If something goes wrong, you can always delete the second partition Linux.

  • Former need graphics driver for Satellite L650 Win7 64 bit

    Hello

    I'm looking for a version of the graphics driver for my machine odler. The current on causing havoc in one of my CAD applications. I am currently runnign with material support that is sloooooowwwwwww... Any ideas where I can download a former?

    Also, I can't find where to change the graphics memory allocation. Can someone tell me where I could do this?

    See you soon

    Is this the same issue as described under http://forums.computers.toshiba-europe.com/forums//message.jspa?messageID=217413?

    I mean why there are two identical topics?

    In any case, you need laptop with factory settings, preinstalled original Win7 64 bit? What graphics card has your laptop? ATI or Intel? What version is older than the version preinstalled on your laptop via Satellite?
    Your model of laptop is more recent and all the drivers, that you got in the recovery image are essentially the same as drivers on the Toshiba download page. So I think t is old version proposed by Toshiba.
    For example, if you have the graphics card Intel initially we version 8.15.10.2086, the same as on the download page.
    Can you confirm this?

  • Online form needs a single byte charaters

    Hello

    I need to ask a question to a Japanese site that has an optional English translation. When I fill out the application and submit the form, the site rejects saying that the form must be completed with a single-byte characters. How to solve this problem? Thank you!

    You fill out the form in English or Japanese?

  • Create interactive booking form (need help)

    I work for a real estate company and we want to create a form that allows our booking agents in the advertising space. What I want to do is to create interactions between interactive buttons that are correlated information to demonstrate space booking as it decreases.

    Essentially, we have total of 8 modules which can be booked in different sizes, Module 1/8th (in the singular), half page quarter Page (2 x 1/8th) (4 x 1/8) and a full page (8 x 1/8)

    What I would like is a system where an agent can book a 1/8th and he demonstrates by blocking this much space in a global scheme, another agent can see this and make their reservation as a result which will block the amount of space you want.

    If there is any advice on this I would be eternally grateful.

    Kind regards

    My advice would be not to try to do it with a PDF file. Since you must dynamically update the form based on the existing reservations, this is something you should do as a web page, which in turn can be connected to a database with the current and updated information updated as needed.

  • Adobe Muse form - need to reply to the Message in plain text

    I want to have a form on my site, but I need the answer to come to me in a plain text format - my application is not correctly rendered html in plain text, and I have no permission to fix it. Is there a work around or another way to have a form on my site?

    Hi Willwagman,

    Unfortunately, forms of Contact of Muse are hardcoded and at this point in time there no option in it to send responses to plain text.

    You can share this idea on page Muse idea below by clicking Actions > create idea. More votes, it gets the best chance, it must be added as a feature.

    Ideas for features in Adobe Muse

    Kind regards

    Vivek

Maybe you are looking for