Reputation: 15
I try to change the server side condition of the process like process works only if ID is not null, but its not working. also tried to change process type but it wasn't working.
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Upvotes: 0
Views: 72
Reputation: 18720
Start by debugging your page. Enable debug from the developer toolbar, run the page that throws the error, then investigate the debug entries. Where exactly is it raising the no data found ? The form will query the current record based on the value that is passed for the page item that has been defined as primary key for the form. If a non-existing value is passed it will raise a no data found.
Upvotes: 1