Form & Workflow,Form trace

am almost new to IdM, am in the learning phase.. with Sun IDM 6.0,

I have created a form named.. "test form" and now trying to call this form from a workflow(basically have to create a new workflow)

Can anyone please explain me the steps involved...

my requirements are:

1.IDM User logs in, and clicks the link - which would show him the form.. with prefilled contents like accountID, first name, last name etc from the IDM repository database.

2. User submits and the next / popup screen asks him to verify what he entered, and says final OK.

3. After the final Submit, he should not be able to edit or see this form again.

I have created a form for this... The issues i have no idea about are

1. how to have the IDM repository values prefilled...

2. i call the form using a manual function. and it shos up when the user clicks on the link at his end user page.

basically what i need is to know what all are the workflow steps.

One more Q:

I have enabled form.trace....

where can i see this traces? or error messages etc...

Thanks In advance

NSankar

[1149 byte] By [nsankar1da] at [2007-11-26 14:43:35]
# 1

idm technical reference gives u clear understanding of writing workflows

u can use

<getobj>

<s>User:</s>

<ref>accountid</ref>

</getobj>

which will get u the account id of the user, use email inplace of accound it u will get users email.

for tracing..

u can use

<block trace='true'>

/////UR CODE COMES HERE///

</block>

which prints on to console

or u can use

<invoke name=dumpfile>

//Param1: object

//Param2: file to print

</invoke>

which prints on to external file

gdriena at 2007-7-8 8:31:12 > top of Java-index,Web & Directory Servers,Directory Servers...