How to start ID TRACKER (XTENDER) as you click the Customers tab.

I am developing a custom web page making use of iBO.net. Ideally I would like to get details of the current contact during the page load event. I would like to know how you can access the current Contact Id obtained in the Customer portfolio.

I thought I would use the ID TRACKER Xtender which writes the contact id to a cookie. However ID TRACKER needs to be manually loaded in order for this to work. Is there a way to automatically load ID TRACKER as the user clicks the Customer tab in iMIS desktop?

Thank You.

 

 

 

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Here are the instructions

Here are the instructions from the EFT manual. This is what you need to do (Assuming you are on iMIS15):

 

 

Backup a copy of C:\Program
Files\ASI\iMIS15\net\framework\leftnav.aspx

 Edit this file and add the following text
to the second last line of the file.

 <script>SetWinLoc('imisproc:IMIS4.MenuName/Z');</script>

 (Replace Z with the same option number as
in step 3.  Replace MenuName with the
name of the menu section you used in step 3).

 So for the example of the xtender.ini
file on the previous page, the last three lines of leftnav.aspx would now look
like:

 </script>

<script>SetWinLoc('imisproc:IMIS4.Menu_Main1/1');</script>

</asp:Content> 

 

Hi lpapageorgiou, Thank you

Hi lpapageorgiou,

Thank you very much for your help.