I am trying to create a simple workflow application, but I am not having luck. Created a form and works as expected and then returns me to homepage here I want the data to be filtered to only show data that has been assigned to the current logged in user but it doesn't work. I thought creating a hidden field with the current logged in user and then filter but it results in javascript error. My end result was to be able to create three tabs not started, in progress and completed tabs and then the data underneath to be filtered I can filter it based on progress, completed and not started but can't filter to show the current logged in user. Hopefully someone can assist.
Fixed that with a service created a hidden field and service now prefils that field and this has enabled me to do some other things that I thought I couldn't do. The only issue now is that need to figure out the order of services because I am finding when using count service it shows all numbers and then it shows corrent number for that particular user logged in.
So working on that