Interface/Form

Certified Senior Developer

 hello all,

 

Currently working on testing the interface. I see the following message "An Error has Occurred -Invalid Character "and the message action completed successfully. To identify the root cause deleted all the components in the UI and tried to test.I am getting the same message but in all scenarios action completed successfully and this particular interface as configured as process start form and same is used in the sites.. please let me know if any one faced the similar issue.  please refer the attachment for the message . Thanks

 

below is the SAIL code (for debugging deleted all the components except the button)

load(
 
  a!formLayout(
  
 
  buttons: a!buttonLayout(
    
 primaryButtons: {
       
a!buttonWidgetSubmit(
        
 label: "Create Incident",
      
   style: "PRIMARY"
        
        )
      }
     
    )
 
  )
)

  Discussion posts and replies are publicly visible

Parents
  • Hi baratc,

    As far as I know this error occurs in the following cases:
    1.For suppose if you enter the characters in integer fields and special characters such as (%,&,*,$,#)in all the rest of the fields it throws an error saying that the value is an invalid one.
    2.In a similar way,while generating a document,if the document name contains special characters it will also throw a similar error.
Reply
  • Hi baratc,

    As far as I know this error occurs in the following cases:
    1.For suppose if you enter the characters in integer fields and special characters such as (%,&,*,$,#)in all the rest of the fields it throws an error saying that the value is an invalid one.
    2.In a similar way,while generating a document,if the document name contains special characters it will also throw a similar error.
Children