- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2016 10:47 AM
This is my requirement :
User Submits (Clicks the request button) —> CAB Group Approves -> Change is marked approved.
If Rejected -> Change marked rejected.
and this is the workflow. but when the change is approved by CAB members , the state doesn't go to completed ! but in the workflow , I have set that up. Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 02:33 PM
I used wait for condition activity in my workflow and it's working perfectly!!!!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 01:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 01:42 PM
There is an OOB UI Action called request approval:
when we push the 'request approval' button, the approval changes to 'requested' which is good , but the state remains 'Open' ; actually the state should change to 'approval' --> I updated the UI Action , and added the following line to the code: current.state='8'; but when updating the form it shows invalid update. but it actually changes the state to approval! But not sure why it says invalid update!! any ideas?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 01:53 PM
Pictures did not come through. Can you attach screenshot again. And as I told you earlier in my responses, there must be a business rule which is preventing it. Invalid Update means the same thing that there is a before business rule which is aborting the action. Search in the before business rules and script contains setAbortAction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 01:59 PM
You were right as always! I found that business rule!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 02:03 PM
My other problems are:
Once you save or submit the form , the state changes to Open and the process flow shows creation and planning and approval is 'not yet requested ' which is good!
BUT , it also shows the CAB approval members in the approvers tab, even we haven't push the request approval button ; I believe the approvers should show when we push the button. this is my first problem
the other problem:
After CAB approval , although the workflow goes till the end , the approval is still 'requested' and state is still approval!