"Infopath 2003 + Sharepoint 2003 Only" Workflow (without BizTalk and no Active Directory Services)

G

gaga

Guys, I'm running out of ideas here. Any comment would be appreciated.
We're trying to develop an "able-to-be-customized" workflow route using
Infopath which is hosted inside sharepoint form library. After
googling, I'm now aware of the possibility of using BizTalk or
User-Role Based for such task.

The problem for BizTalk is we can not use them (due to some
non-technical reason).

I've been trying to utilize the user-role based to figure this out:
assign some roles and users, add some logic (hidden section/different
view) but it turns out that if we open the infopath form from a non
DOMAIN registered computer, infopath can't recognize the user-role, and
it get back to default user-role. I might did something wrong here,
but is it true that user-role only works in a fully DOMAIN network?

I'm a experienced programmer but newbie to infopath, so still a little
bit confused of the concept. Is there any way to build a workflow
engine? since the flow needs to be able to support route
(serial/paralel and level) customization. Thanx a lot guys
 
A

Ameet Phadnis(e Tek Global Inc.)

I believe for user Roles you can have multiple users under roles. Some can be
Domain Users while some can be entered with just the user Names. You can also
specify if the user does not fall in the specified roles then just display
some other view.

I hope this helps.
 
G

gaga

Thank you for the reply, however, now my question has become a real
newbie question :)

When I entered click Tools - User Roles, "Manage User Roles" dialog
pops up, then I click "Add" and "Add USer Role" dialog pops up,and in
that dialog I can't enter a "without-domain" name into the user
assignment (or group name) assignment. It is said that I must follow
the format domain\username?

Any idea what I could've been done wrong?
 
A

Ameet Phadnis(e Tek Global Inc.)

Actually, I meant Users from Forms option. Sorry, I wrote it wrong.

You will have to come up with some logic with form views to display when the
user does not fall in any of the roles. If the user does not fall in any of
the roles then display a section which will ask them for their user name and
then display appropriate sections.
 
G

gaga

Ameet, I did a quick look on the Form options, but I couldn't find any
Users options.
Form options has 6 tabs (General, Form Library Columns, Digital
Signatures, Advanced, Open & Save, Security). However I also found
Rules button at Open & Save tab, but it still revers to User Role.

Back to my previous question about Users in User Role, I can't seem to
do the same thing as this screen shot does:

http://dotnetguru.org/articles/us/InfoPath2003/img/addUserRole.gif

at this article:

http://dotnetguru.org/articles/us/InfoPath2003/InfoPath2003_SP1_and_.NET.htm

When I enter the user without the domain name, InfoPath will pop up an
error message saying that it's should follow the Domain\Username
format.

Above my question before, my real problem was to implement a workflow
without a Domain network and no BizTalk also. Any idea how I can
accomplish this?

Thank you for you patience.
 
A

Ameet Phadnis(e Tek Global Inc.)

Actually the users from form options is the third option in adding users. It
is titled User names from the form.

On the image you have posted out there. The reason it works is that it is
able to resolve the UserName in AD. For some reason on your form, it is not
able to resolve the username with domain hence you are getting that error. I
have seen that happening when you are disconnected from the network.

Here is a link to my article which uses Users from Form option
http://aspalliance.com/1036_Simple_Workflow_Process_Using_Microsoft_InfoPath_2003

For complex business workflow process check whether you can use Visual
Studio .NET for InfoPath and Windows Workflow Foundation.
 
G

gaga

Yup, my form can not resolve the username and domain lookup. Cuz my
condition force me not to use AD.
Anyway I did try your article, and had questions to ask. When user fill
the form, what value should they fill on "Employee Network User Name"
and "Manager Network User Name" ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top