Hi, I am still learning K2, I would ideally like to nest If conditions within a Smart Form. I want to avoid using a workflow.
My first If statement is essential - it's validation. If the form passes validation then up to 10 items are executed.
Two of which are dependant on there being values in textboxes:
- A create method which adds a row into the database.
- An update Active Directory update method.
I don't have any real control over the methods in terms of handling errors, etc, if the textboxes are empty.
Consequently the form returns an error if either one is empty. I was wondering what options I have and if there are any tricks to get round this.
I tried passing in "ZZZZZZZ" as a username but there is an error because the user doesn't exist. I'm frustrated! Thanks