This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - inbasket-vote dialog.html Help

scottmahr - Tuesday, April 19, 2011 4:17 PM:

Hi all,

I am trying to modify the html and js in the "inbasket-vote dialog.html" file on Aras server to customize some functionality in the ECO voting dialog box.  I found the file in "C:Program Files (x86)ArasInnovatorInnovatorClientscriptsInBasket". When I edit this file, it doesn't seem to update in Aras.  I have tried restarting the server, and restarting Aras on my client.  Nothing seems to update.  

I also found that "ui_resources.xml" was referenced.  When I edit this file, I see the updates.  Not sure what this means.

 

Thanks,

Scott



Boro - Tuesday, April 19, 2011 11:20 PM:

Hi Scott,

Did you try to delete IE cache file on your client machine?

1. Open IE

2. Show General tab from Internet Options.(Tools > Internet Options > General )

3. Click Temporary Internet Files > Settings

4. Click View Files

5. Delete "InBasket-VoteDialog.html" from the folder

6. try again to show Vote dialog from InBasket

Thanks



PeterSchroer - Wednesday, April 20, 2011 7:41 AM:

Also -  you should check the configuration value in    InnovatorServerConfig.xml

<IEClient RequiredSyncMode5="EveryVisit" CustomBuildVersion="2" />

This setting controls whether the files in the Innovator code tree are cached by browsers,  or refreshed on every visit.   Very important for performance in large distributedd environments,  and as you have seen,  also important to get the right setting if you are developing and want to see changes in real-time.

This is covered in the installation document.

Peter

 



scottmahr - Thursday, May 5, 2011 1:48 PM:

Great, thanks Peter.  

 

For those that might be curious, here are the other options for the RequiredSyncMode

EveryVisit – Internet Explorer will check every time to see if a page you have viewed previously has a newer version.

OnIEStart - Internet Explorer will not check to see if a page you have previously viewed has a newer version. Internet Explorer will only check to see if a page you have previously viewed has a newer version if that page was viewed in a different session or the previous day.

Automatically – Internet Explorer will decide when to check to see if a page you have previously viewed has a newer version.

Never – Internet Explorer will not check to see if a page you have previously viewed has a newer version. Recommended production setting.

LeaveAsIs – Aras Innovator will not change the setting used to access Aras Innovator.

 

Scott