C
choudharyn
Hi,
Please help me in this crisis situation. SharePoint sometimes makes
things look so scarry that I start deviating from the thought that
MOSS has really picked up to a very competitive market.
I have a InfoPath 2003 form and have promoted several columns to a
Form Library in SharePoint 2007. One of the promoted columns is the
[IsPublished] field.
Another column, which I had directly created in the Form Library is
[PublishStatus].
I am also using SharePoint Designer 2007 for the workflow.
A web part on the portal is used to update the column [PublishStatus]
= "PUBLISHED".
Now I have a step in the workflow which triggers based on this
criteria,
If [PublishStatus] = "PUBLISHED" Then
Here I need to update the promoted column [IsPublished]
End If
But I cannot see the promoted columns in the Sharepoint designer
Workflow and hence not able to update the promoted column. Any idea or
help !!!!
Alternatively, I can think of getting the value of the
[PublishStatus] column in the OnLoad event of the InfoPath form. I
tried doing this by adding a Data Connection to "Receive" from the
SharePouint List. But this is always returning the value of the
[PublishStatus] column of the FIRST row in the Form Library. Whereas
my current row pointer may be anywhere as the Library may have more
than 500 documents. Hence the returned value is not correct. Is there
a way out to move the record pointer to the correctly point out to the
current row.
Any help would be highly appreciated.
Thanks in advance.
Please help me in this crisis situation. SharePoint sometimes makes
things look so scarry that I start deviating from the thought that
MOSS has really picked up to a very competitive market.
I have a InfoPath 2003 form and have promoted several columns to a
Form Library in SharePoint 2007. One of the promoted columns is the
[IsPublished] field.
Another column, which I had directly created in the Form Library is
[PublishStatus].
I am also using SharePoint Designer 2007 for the workflow.
A web part on the portal is used to update the column [PublishStatus]
= "PUBLISHED".
Now I have a step in the workflow which triggers based on this
criteria,
If [PublishStatus] = "PUBLISHED" Then
Here I need to update the promoted column [IsPublished]
End If
But I cannot see the promoted columns in the Sharepoint designer
Workflow and hence not able to update the promoted column. Any idea or
help !!!!
Alternatively, I can think of getting the value of the
[PublishStatus] column in the OnLoad event of the InfoPath form. I
tried doing this by adding a Data Connection to "Receive" from the
SharePouint List. But this is always returning the value of the
[PublishStatus] column of the FIRST row in the Form Library. Whereas
my current row pointer may be anywhere as the Library may have more
than 500 documents. Hence the returned value is not correct. Is there
a way out to move the record pointer to the correctly point out to the
current row.
Any help would be highly appreciated.
Thanks in advance.