Use our Google Custom Search for best site search results.
Search
-
Can it be something with the onLoad() not opening the correct view after the approver approved it? Maybe the onload() is referencing to a certain view? Just a thought...
-
Hello All,
I have a question that I have been trying to answer for sometime now and I am completely stuck and need some help. I have an Info Path '10 browser form that, upon submit gets sent to a SP '10 library. This form is data bound to XML files to populate Drop down list so the form doesn't need to updated. Everything in ...
-
http://www.wonderlaura.com/Lists/Posts/Post.aspx?ID=176
-
my response got cut off:
so basically your flow looks like
if state = VA
start approval process process on current items with [these users]
-
Hi Erica,
This is a big one. I actually am in the process of creating the same type of workflow. I am working on a three stage approval process where the user filling the form out chooses the stage 1 approver from a person/group picker, the stage 2 approver is sent to our admin personnel group, and stage 3 is whatever department is ...
-
Did you get it to work? Just curious.
-
basically this would act like a if/else statement
boolean hdnBoloean = false;
if(Question1 = no)
{
hdnBoloean = true;
}
if(Question3 = no)
{
hdnBoloean = true;
}
if(Question3 = no)
{
hdnBoloea3 = true;
}
if(Question1 = yes)
{
hdnBoloean = false;
}
if(Question3 = yes)
{
hdnBoloean = ...
-
Ok, I get it. I didnt get that your score is is going to be negative. In that case I would set the questions where if "no" was selected, set their value to true; "yes" is false. Create a hidden field (hdnBoolean) and set that fields default value to false. On your dropdowns if Question 2's answer was choosen as ...
-
Hey Lee. Hope I can help some what.
Compliance section:
Question 1, 12: use radio buttons, set the value for the yes as 1 and no to -1
Questions 3,6,11: use radio buttons, set the value for the yes as 1 and no to -2
have a hidden field (we'll call it "hdnComplienceSectionValue"), data type a s a whole number ...
-
Hi DonStephen,
Thanks for the reply. Sorry for the delay on my end. I have tried using the Account ID but still no luck. I am not sure if my problem lies in my form or my reusable workflow. In my form I have a column set to the accountID (or DisplayName) and that value is visible on the SP library upon submit so I know that works. In my ...