Need to validate the quantity in de-FACTO mtl_kanban_cards values

Hello

Please could you suggest on my sub condition.

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

Pravin, you are on the right track.
In what post record customization, you can add a condition that says
: KANBAN_CARDS. KANBAN_SIZE< nvl(:kanban_cards.attribute1,0)="" +="" nvl(:kanban_cards.attribute2,0)="" +="">
And in actions, you can display an error message.

Remember that the message will not be displayed when the user enters 55. It will appear when the save button is pressed.
It is because when-validate-record fires when the user presses save button or goes to the next record.

Hope this helps,
Sandeep Gandhi

Tags: Oracle Applications

Similar Questions

  • Need to validate the syntax of the url by using the functions of DBMS

    All,

    I need to validate the syntax of the url in a table. Please suggest is there any function of DBMS is available to do
    action in PL/SQL, stored procedure. Help, please.

    use regular expressions... check by using the following in regexp_like...

    ^ http\: / / [a-zA-Z0 - 9-------.] +. [a-zA-Z] {2,3} (/ \S*)?$)

  • I get I need to validate the widows XP with service pk 3

    I get the error message that I need to validate my windows XP How do that?

    First, check the settings of your system regional and the date and time (and year!). -put correctly.

    Then open Internet Options and access to advanced settings - click on the button.them 'Restore advanced settings', apply and OK on.

    Then return to the diagnostics page and verify that everything is now green.

    Then try posting to the www.microsoft.com/genuine/validate

    If it still doesn't work, post a MGADiag report in your OWN NEW thread.

  • You will need to validate the format of the time 24 hours with the check constraint.

    Hello

    I need to validate a field in a table with 24 h format. I created forced bellows, but not validating the only of numbers. Pls help me on this.

    ALTER TABLE ADD RESERVATION

    CONSTRAINT CNST_CHK_VB_ACT

    CHECK (regexp_like (law on the ' [[: digit:]] {4}'))

    ENABLE

    NOVALIDATE;

    Rgds,

    Athuru Mithuru.

    Hi, Athuru,

    Athurumithuru wrote:

    Hello

    I need to validate a field in a table with 24 h format. I created forced bellows, but not validating the only of numbers. Pls help me on this.

    ALTER TABLE ADD RESERVATION

    CONSTRAINT CNST_CHK_VB_ACT

    CHECK (regexp_like (law on the ' [[: digit:]] {4}'))

    ENABLE

    NOVALIDATE;

    Rgds,

    Athuru Mithuru.

    Let's start by defining precisely what you want.  For example

    1. The 1st character can be 0, 1, or 2.
    2. The 2nd character can be any number EXCEPT if the 1st character is '2', then the 2nd character must be in the range ' 0 'to 3'.
    3. The 3rd character can be '0' and '5'
    4. The 4th character can be any digit.

    It's pretty simple code like a regular expression with the exception of the exception in the 2.   Here's a way to get around that:

    REGEXP_LIKE (law on the)

    , ' (' || -options for the first 2 digits of start

    "([01][0-9])' |" --0 or 1, followed by another digit

    '| (2[0-3])'    || -2 followed by 0, 1, 2 or 3

    ')'              || -end of the options for the first 2 digits

    '[0-5]'          || -any digit between 0 and 5

    '[0-9]' - a figure

    )

    As others have said, think about the type of data.  How will you use this column?  If you really need a column which reflects a time of day, but not special, then perhaps an INTERVAL, or a NUMBER (for example, the number of hours after midnight) rather than a string.

  • Need info on the 'default' for bulky/undersized VM values

    I inherited a VCops facility at work and I try to make it useful for my employer.  I need to know what should be the default values in the Configuration Over/sous-dimensionnes Panel.

    Thank you

    Steve

    the values of a 5.8.3 instance, 'default policy '.

  • need help with the CVI real-time

    Hello

    I'm new to CVI real-time and need help related to this. I'll explain my scenario:

    1. I have a few configuration files (INI). Need to validate the files (the range... check etc.) when the application is started.

    2. when the user clicks on 'START' in the user interface on the host machine, I need to generate outputs (analog/discrete...) according to the settings in the config file and read a few entries of other instruments. (I/O such tasks that generate outputs/inputs, I intend to perform beside reading RT)

    3. from the user interface, user can also change the configuration files. If the user modifies the files, file validation must again be made. After editing files, if the user clicks on START, the need to take the new entry to perfom tasks I/O configuration files.

    4. I am NOT using reflective memory for my application.

    I am confused in the following area:

    1 file validation during startup, I have to perform on host and on the side of RT?

    2. If the configuration files are changed in the host side user, how I send the names of files to RT? I think that I should not send the file names, I need to read from the file and its contents, I need to move on to Rt.... Pls correct me, I'm not sure about this...

    3. If I send the contents of the file to the RT, how do I do... I have to use structures, means... ???

    Please guide me. Any help would be much appreciated.

    Kind regards

    Samantha

    Hey Samantha,.

    1 file validation during startup, I have to perform on host and on the side of RT?

    It depends on the full range of responsibilities for INI files. If they are necessary simply to change what the I/O are for, then you would be technically just validate the content of the file INI on the side of the RT. However, you could post on both sides if you wanted to. However, I would probably set up as I have send a validation to the target control, have the target run a component of the code that validates the INI content based on how I loaded it and then returns a message that says if it meets the requirements I specified. However, if you are concerned with unloading of this process on the user's desktop (to the contrary increase the performance of the RT controller), you may FTP the file to the rheostat and perform the process of validation of the side host.

    2. If the configuration files are changed in the host side user, how I send the names of files to RT? I think that I should not send the file names, I need to read from the file and its contents, I need to move on to Rt.... Pls correct me, I'm not sure about this...

    You can send them to the target by FTP. This can be done programmatically, by MAX, command or a Web browser window.

    3. If I send the contents of the file to the RT, how do I do... I have to use structures, means... ???

    It is basically addressed in answer to question two. You would not need another structure in your code of RT to manage the FTP receive component as this is handled by the FTP Client/server communication. However, in case you successfully FTP a file to the target, you should probably send a message between the host and the target so that the target can react accordingly and reload the file I/O values, run an inactive procedure, or do what you want.

    I hope this helps. Have a great day!

  • Text field to validate the entered text? -with the help of Acrobat Pro

    I use Adobe Acrobat Pro. I have created a form and I need to validate the same field to make sure that something has been entered, if nothing, then error message is displayed.

    I already have the format and typing Javascript writes:

    At the level of the JavaScript document

    function alpha() {}

    Definition of regular non-committed
    var re = / ^ [a-zA-Z \-s]+$/;

    Get all of the characters that the user has entered
    var value = AFMergeChange (event);


    Allow the land to be developed
    If (! value) return;


    If {(event.willCommit)

    Set the regular expression are committed
    var re = / ^ [a-zA-Z \-s]+$/;

    } else {/ / not committed}


    Allow only characters that match the regular expression
    Event.RC = re.test (value);
    }
    }

    Event.Value = event.value.toUpperCase ();

    Custom keystroke script

    Alpha();

    Figured it out:

    onBlur for field I entered into this:

    If (event.value =="") {}

    App.Alert ("required field: Please enter a valid name, the field cannot be empty." "");

    }

  • Validate the rows of a table in a page jspx

    Hi, I use the JDeveloper, 10.1.3.5.0 and JHeadstart 10.1.3.3.88. In my requirement, the number of lines is displayed dynamically (i.e., multiple of 5 as 5,10,15,20(maximum)). I need to validate the displayed lines. The user must select at least one line for each of the 5 ranks (1 of 5 rows, 1 of 5-10 lines like that). Please suggest me in how to make these postings.

    Thank you and best regards,

    Y. Cecilia Babu

    This has been achieved by, using the iterator on the AMImpl scale. for example, after you click the button, button action attribute must be a tot in the bean, the bean method call may call the current method to the AMImpl level and then, using the iterator, all the lines are posted based on validations, the values will be stored in the database.

  • Validate the Mail ID

    Hello

    I use the code to validate below mail id, but I need to validate the name of field too, at the end of the mail, it must be behive.com. If the user enters [email protected] function should return true, otherwise if the user enters [email protected] it should return false no matter what id of mail that does not end with @behive.com that should return false


    with t as (select '[email protected]' double e-mail)
    Select regexp_substr (email,'[a-zA-Z0-9.]) {1,} @([a-zA-Z0-9]{1,}\.) {1} [a-zA-Z0-9] {1,}') mail from t

    The regex above does not need your suggestion please

    Thank you
    Sudhir

    As... (Not tested)

    SQL> with t as
      2  (select '[email protected]' email
      3  from dual
      4  union all
      5  select '[email protected]' email
      6  from dual
      7  union all
      8  select '[email protected]@behive.com' email
      9  from dual
     10  union all
     11  select '[email protected]' email
     12  from dual)
     13  select email,
     14         case when regexp_like(lower(email),
     15             '^[a-z]+[a-z|0-9|\.|\_]*\@behive.com$')
     16             then 'True'
     17         else 'False' end flag
     18  from t
     19  /
    
    EMAIL                     FLAG
    ------------------------- -----
    [email protected] False
    [email protected]  True
    [email protected]@behive.com False
    [email protected] False
    
  • Validate the sales stage

    My client needs to validate the sale stage, which means that if I have sales stages: A, B, C, D, E when the opportunity sales stage B, if the user changes the value of this field, it cannot: C, D, E - in other words, valid sales stages are just next... can not go back.

    I was looking for in field validation, but it seems that the field validation is not available for this field. Perhaps via workflow? Any suggestions? Would this be possible?

    TXS for any help.
    Antonio

    Antonio, I just sent you the document.

  • Formula of mounting: replace the names of parameters by actual values

    Hello

    After finding the values of the parameters in the formula of editing, I need to replace the names of parameters by actual values found by the algorithm of editing.

    For example in the screenshot below, I need to replace a, b, c by actual values (e.g. 2.346878,-12.4589 8.0012) in order to use this formula to solve a nonlinear equation.

    Transform the string to byte array formula seems to be quite dufficult because replacements have different sizes (e.g. an having to be replaced by 2.346878).

    Is there a smart solution to such a problem.

    Thank you

    Or better yet... the list of parameter names can also be extracted:

  • I can't read my product key on the back of my laptop and I lost my drive there. My computer also, told me I need to validate to make sure it's a genuine Windows.

    which should I do when I can't read the tag product key on the back of the laptop?

    I can't read my tag of product key on the back of the laptop and I lost my drive there, and my computer tells me I need to validate to make sure that it's a genuine windows and I know that it is. Whenever I have validate, it stays on the screen never validation and doesn't change at all, even for half an hour or an hour, that it remains the same. someone will please understand this and help me...

    Hello

    As you have lost the product key of the Tower, you will need to contact the manufacturer of your computer.

    Ask them to send you a set of recovery disc for your model computer reinstall the operating system to how it was when new.

    The relocation method preceding normally does not require allows you to provide a product key during Installation, the recovery process uses the Installation product key factory to activate automatically during the resettlement process.

    "How to replace Microsoft software or hardware, order service packs and replace product manuals.

    http://support.Microsoft.com/kb/326246

    See you soon.

  • Adobe Acrobat Pro DC: impossible to validate the serial number. [was: NEED of URGENT HELP]

    I recently bought Adobe Acrobat Pro DC ( order number: 12152877759) for Mac. I followed the steps to download the program. When I got to the page of the serial number in the installation steps, a yellow massage appears at the top of the page with: «we are unable to validate the serial number of Adobe Acrobat.» PLS, contact Customer Service"before I get the serial number. When I entered the number sent by e-mail at the front desk, the same threshold of top massage of the page without any progress.

    I have tried several times to uninstall all files related acrobat, reboot the system and download the program of link Download Pro or Standard versions of Acrobat DC, XI or X But same problem repeated itself. I also changed my Adobe account & used a new and still the same problem accrued. I have raised the issue of yesterday & had been connected with meenakshin83966505 Employee throughout the day without any solution progress & it you end up with this massage (if you get the error message, you must Contact Customer Services.) Sign in using your Adobe ID and then select your product from the list. Then select chat option under "still need help? Contact us"). Since last night, so far I have had no response or connected with someone to help solve this problem.

    I paid US $ 450 to buy this product and can not use it to unknown and no problem supported with it!

    I need to get an answer, how to solve the problem and that the program works. or els I have to repay my payment. Fast action is much appreciated.

    Thank you

    Hi Rajshreeb,

    They have already called & solved the problem online. It was really very useful.

    Thank you very much for your positive support, I really appreciate it.

    REDA

  • Can someone tell me what file hosting imac needs moding/etc. to validate the edition number. Lightroom 6

    Can someone tell me what file hosting imac needs moding/etc. to validate the edition number. Lightroom 6

    Log in as an administrator to change the hosts file in Mac OS.

    In a window of Finder, select go > go to folder.

    Type/etc

    Select the hosts file and open it with a text editor.

    Save the hosts file: Choose file > save as, save the file as hosts.backup, and then click OK.

    Look for the original hosts file for entries that reference activate.adobe.com (for example, 127.0.0.1 activate.adobe.com) and remove these entries.

    Save and close to overwrite the file.

  • Validate the behavior is not available - need help with selecting the &amp; quot; shape &amp; quot;

    Okay, so I tried the following and even tried TROUBLESHOOTING from Dreamweaver 8 text instructions, but I still can't understand.

    Quote:
    1. select the form, click on the button add behavior + in the behaviors panel and then click on validate the form. The dialog box validate form opens. See Figure 9-40. (Text of p. 521 of Dreamweaver 8)

    Problem? If the form validation behavior is not available, youhave selected probably the table, a cell, or another part of the form rather than the form itself. Click in the Document window, and then repeat step 1. You will know that you have selected the shape when the shape attributes appear in the property inspector.

Maybe you are looking for

  • the historic bar of deletion is not selected in the drop down menu

    After you click on menu and then clicking on history, the historic bar of deletion is not selected and you can not click on it

  • Activation input HDMI on Toshiba 40TL868

    How to set the activation of HDMI input on 40TL868? Instead of always having to manually switch on the remote control and menu-source HDMI input.Who can help me with this? Message was edited: assignment has been translated

  • Put music on itunes to Media Player

    I have my personal collection of CD downloaded in Media Player. I'm trying to sync them in itunes. I get an error message saying that it is in a protected format. How can I do this?

  • When I use pim/message lib in an application without a head at this time I have error

    Hi all Today, I try to compile the app for the incoming and outgoing sms watch but fatch some problem. It works very well in waterfall app but when I try to put implementing in an application without a head at this time, I get the error. I joined cod

  • IP IVR interfacing with SAP

    We are about to implement the Cisco IP IVR linking to our AS / 400. We have it with our current IVR, so it's easy. In a few months, we operate off the coast of the AS400 to an implementation of SAP for inventory and accounts of users and all this oth