End User Menu IDM 7.0
Hi All,
I am working on IDM 7.0. I created a user form and was trying to display it in the end user page. I created a link to that form in the end user menu and made canges in the End User tasks configuration object. This is the form i have:
<!-- MemberObjectGroups="#ID#Top" extensionClass="Form" id="#ID#0229BA4679FDAFF8:171194D:112FC1AB4B6:-7FF5" lastMod="227" lastModifier="Configurator" name="Standard Approval"-->
<Configuration id='#ID#0229BA4679FDAFF8:171194D:112FC1AB4B6:-7FF5' name='Standard Approval' lock='Configurator#1182961648468' creator='Configurator' createDate='1181051501984' lastModifier='Configurator' lastModDate='1181233977859' lastMod='227' wstype='UserForm'>
<Extension>
<Form name='Standard Approval' objectLocationID='objectName=Standard+Approval&isBegin=true&obj ectPath=0&objectType=UserForm'>
<Display class='EditForm'>
<Property name='title' value='Standard Approval'/>
<Property name='subTitle' value='Standard Approval'/>
</Display>
<Field name='firstName'>
<Display class='Text'>
<Property name='title' value='firstName'/>
</Display>
</Field>
<Field name='lastName'>
<Display class='Text'>
<Property name='title' value='lastName'/>
</Display>
</Field>
<Field name='AccountId'>
<Display class='Text'>
<Property name='title' value='AccountId'/>
</Display>
<Derivation>
<concat>
<substr>
<ref>accounts[Lighthouse].firstName</ref>
<i>0</i>
<i>1</i>
</substr>
<ref>accounts[Lighthouse].lastName</ref>
</concat>
</Derivation>
</Field>
<Field name='Requested For'>
<Display class='Text'>
<Property name='title' value='Requested For'/>
</Display>
</Field>
<Field name=' Entity'>
<Display class='Text'>
<Property name='title' value=' Entity'/>
</Display>
</Field>
<Field name='Manager'>
<Display class='Text'>
<Property name='title' value='Manager'/>
</Display>
</Field>
<Field name='Role'>
<Display class='Text'>
<Property name='title' value='Role'/>
</Display>
</Field>
<Field name='Comments 1'>
<Display class='TextArea'>
<Property name='title' value='Comments1'/>
</Display>
</Field>
<Field name='Comments 2'>
<Display class='TextArea'>
<Property name='title' value='Comments 2'/>
</Display>
</Field>
</Form>
</Extension>
<MemberObjectGroups>
<ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
</MemberObjectGroups>
<Properties>
<Property name='editorOriginalName' value='Standard Approval'/>
</Properties>
</Configuration>
I couldn't find the link anywher when i logged in as the user. I chcekd all the tabs and sub tabs. Under which tab will the link show up?
Please help
Thanks,

