Hey Everyone,
I have worked with older versions of SplendidCRM but the newer open source 2.0 version has been precompiled.
I need to to pull out the Account ID to display it on /Accounts/EditView.ascx would anyone be able to suggest how I can get this ID field since it's been boggling my mind!
I tried to request.query the ID from the URL but it won't work since the pages are precompiled and I don't know what I am trying to request.
Any help would be greatly appreciated.
Regards,
Daz
Thanks for that Support! I just need the ID since I am doing a custom popup window to create a ratings tally for a client that willask a series of questions to tally thier Ratings result. Then I will be putting it into the database outside of the system but will beusing the AccountID to know where to put my ratings results in the Accounts Table.
I managed to pull the ID in Accounts by using <%=Page.Request.QueryString["ID"]%>
Thanks heaps, it's such a great product. I have implemented it now 5 times for different companies and they are very happy.
I have another quick question. I have added some custom fields via the admin area but I am wondering what happens when I push the link "Recompile". I am assuming that by pushing "Rebuild Audit" will do an audit of the Accounts_CSTMand update it in the Accounts_CSTM_Audit table but am unsure what will be the result when I click the Recompile link.