-
Greetings, I have a requirement to process votes while review activities are on hold, any suggestions on how to use this solution to do so? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Well I suppose the good news it that nothing stops you from processing an RA with the SMLets Exchange Connector regardless of the Status it is in. So there isn't any reason you couldn't do this right now without any additional configuration of the connector! However the challenge I suspect you may run/are running into (that is outside of the scope of the project), is that the Reviewers would need to know about that RAs existence, so they could vote, and the connector could in turn process it. The way this situation usually goes is that people have built custom Notifications when an RA goes from Pending -> In Progress. Reviewers are notified at the right time, and then it's on them to vote. Since you want to process a vote when an RA is On Hold, you would need to conditionally trigger a notification when it goes On Hold so the Reviewers get the notification and thus the RA number, so they could in turn reply with [approved] and the SMLets Exchange Connector process that vote. |
Beta Was this translation helpful? Give feedback.
Well I suppose the good news it that nothing stops you from processing an RA with the SMLets Exchange Connector regardless of the Status it is in. So there isn't any reason you couldn't do this right now without any additional configuration of the connector!
However the challenge I suspect you may run/are running into (that is outside of the scope of the project), is that the Reviewers would need to know about that RAs existence, so they could vote, and the connector could in turn process it. The way this situation usually goes is that people have built custom Notifications when an RA goes from Pending -> In Progress. Reviewers are notified at the right time, and then it's on them to vote.
…