shows validation message in texbox

Hi,

Is there a way to show validation textbox message even if the attribute type required: false -> set to false?

The process should be when button is clicked and textbox has an empty value, will show a message. See sample codes below.

Seems that I could not show the message in local!er in textbox validation.

Thanks ahead guys!

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to peanut

    Here is what you can do to solve this problem ->
    -> you can put take the localisClick as rule input (ri) and initially value of ri will be null in process model 
    -> then design your process in such a manner that it checks if your local!Click which will be our ri , is true then it return you to the same interface with validation
        
    ->enable activity chaining between the nodes
    -> in xor we will check if local!isClick is true then direct it to the interface or else to the end node

    this may solve your problem 

Children
No Data