7/5/2025 7:30:01 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
reference to History.aspx.cs or any .aspx.cs page within AA
Posted: 30 Jul 09 10:21 AM
|
Hi everyone, I have modded my History.aspx.cs page which sits in the SLXClient page in wwwroot. However I can't find this in my original VFS or in AA and am drawing blanks. Any idea how I can put my changes to History.aspx.cs into AA? Thanks in advance, Ali |
|
|
|
Re: reference to History.aspx.cs or any .aspx.cs page within AA
Posted: 30 Jul 09 10:40 AM
|
This pages are dynamically generated by the system, so you may not be able to put your changes back into it. If you expand your Client Portal in AA, you will see "Pages" within it, Expand it and you will find the Definition of the History Page.
If all you were doing was adding Modules, you should be able to do that on the UI. If you added code for certain events, you may be able to add it to the Master page, but would have to add a test to make sure the code only executes for this page. Otherwise, you may want to consider deleting it from the Pages module (so that it doesn't get dynamically built by the SLX) and just adding your files to the root of the Support folder.
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|