on 2008 Jun 16 3:14 PM
Hi,
How do I write a validation based on [Score] column; which is one of the result of MM mode like [count] & [level]. I am planning to design two different workflows based on the above validation result.
thanks
Alexander
Hi Raja
I have a workaround for this.
Add a field Highmatch in main table of type boolean with values True and False.Write an assignment expression for assigning True value for the field Highmatch.
After match step sort the records on score column and select all with say value 100(highmatch value) and execute the assignment written above in record mode.
Now use validation branching step of workflow based upon field Highmatch.If value is TRUE go for w/f1 or w/f2.
hope this helps.
Regards
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alexander
I faced same issue a couple of weeks back. Thing is you cannot automate the matching process. What I mean is once you start the WF, the WF will stop at Matching step (for the user you mentioned there). You cannot bypass this step. So just live with it! Refer DM Guide - WF section it is mentioned there as well...
Best I did was use Notification to asking the user to move forward on next step.
Regards,
Dev.
Hi Raja
actual question is hw do we use score or Level or Count from MM mode in the validation
Not possible with standard validation expression and cannot be automated. we also had similar requirement and took the work round approach as mentioned.
Pls award points if helpful.
Lets hear if someone has different opinions.
regards-
Ravi
User | Count |
---|---|
82 | |
12 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.