Question

How to add Custom validation in the bpm'online page like required field

Is there any way to add custom validation on bpm'online using server side coding in C#? If yes the how?

File attachments

Like

1 comments

Hi Amol,

The C# code validation is triggered when you are publishing (compiling) an object or a schema:

If there are any errors, a separate window will pop up, indicating errors and exceptions. Also, you can debug the source code directly within Visual Studio if SVN is set up:

https://academy.bpmonline.com/documents/technic-sdk/7-8/working-server-…

Show all comments