<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.crmtogether.com/index.php?action=history&amp;feed=atom&amp;title=Int_Page_Customisation</id>
	<title>Int Page Customisation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.crmtogether.com/index.php?action=history&amp;feed=atom&amp;title=Int_Page_Customisation"/>
	<link rel="alternate" type="text/html" href="https://kb.crmtogether.com/index.php?title=Int_Page_Customisation&amp;action=history"/>
	<updated>2026-04-06T09:00:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://kb.crmtogether.com/index.php?title=Int_Page_Customisation&amp;diff=23&amp;oldid=prev</id>
		<title>Crmtogetherkb: Created page with &quot;To customise the personInt screen we can use the API in titan  In our example here we want to insert a CRM screen. To do this we create a div to hold the HTML              &lt;di...&quot;</title>
		<link rel="alternate" type="text/html" href="https://kb.crmtogether.com/index.php?title=Int_Page_Customisation&amp;diff=23&amp;oldid=prev"/>
		<updated>2012-01-12T12:28:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;To customise the personInt screen we can use the API in titan  In our example here we want to insert a CRM screen. To do this we create a div to hold the HTML              &amp;lt;di...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To customise the personInt screen we can use the API in titan&lt;br /&gt;
&lt;br /&gt;
In our example here we want to insert a CRM screen.&lt;br /&gt;
To do this we create a div to hold the HTML&lt;br /&gt;
&lt;br /&gt;
            &amp;lt;div id=&amp;quot;companyinfo&amp;quot; &amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
add the script to the top of the page&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;../sagecrm/component/crmtogether.js&amp;quot; &amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then add the script code to get the screen from CRM&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;script&amp;gt;&lt;br /&gt;
  window.attachEvent(&amp;quot;onload&amp;quot;, CRMTogetherLoader);&lt;br /&gt;
  &lt;br /&gt;
  function CRMTogetherLoader()&lt;br /&gt;
  {&lt;br /&gt;
      var res=getEntryGroup(&amp;quot;company,vcompanype&amp;quot;, &amp;quot;CompanyOfficeInt&amp;quot;, &amp;quot;comp_companyid=&amp;quot;+document.getElementById(&amp;quot;_HIDDENpers_companyid&amp;quot;).value, &amp;quot;Company&amp;quot;);&lt;br /&gt;
      document.getElementById(&amp;quot;companyinfo&amp;quot;).innerHTML=res;&lt;br /&gt;
  }&lt;br /&gt;
  &amp;lt;/script&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This example inserts a company summary screen into the personint.aspx page within Accelerator.&lt;/div&gt;</summary>
		<author><name>Crmtogetherkb</name></author>
	</entry>
</feed>