<div dir="auto">Hi<div dir="auto"><br></div><div dir="auto">Simply you may add a multi select pick list and add products name or serial number there: )</div><div dir="auto"><br></div><div dir="auto">We automate it by adding a custom workflow under product module which updates this campaign pick list for each add, update or delete.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Thanks </div><div dir="auto">SUTHARSAN JEGANATHAN </div></div><div class="gmail_extra"><br><div class="gmail_quote">On 29 Jan 2017 02:03, "Stuart Maynard-Keene" <<a href="mailto:stuartmaynardkeene@findmypub.com">stuartmaynardkeene@findmypub.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Sorry for the late reply to this, just picking it back up.<br>
<br>
I’ve looked at the solution by Matus but don’t seem to be able to achieve it.<br>
<br>
I don’t know where to start with what Sutharsan suggests.<br>
<br>
Can anyone give me more information please?<br>
<br>
Stu<br>
<br>
On 06/06/2016, 18:11, "<a href="mailto:vtigercrm-developers-bounces@lists.vtigercrm.com">vtigercrm-developers-bounces@<wbr>lists.vtigercrm.com</a> on behalf of Sutharsan Jeganathan" <<a href="mailto:vtigercrm-developers-bounces@lists.vtigercrm.com">vtigercrm-developers-bounces@<wbr>lists.vtigercrm.com</a> on behalf of <a href="mailto:ajstharsan@gmail.com">ajstharsan@gmail.com</a>> wrote:<br>
<br>
    Hi<br>
<br>
<br>
    That is a good solution, but creates the product as a related list to campaign which will not provide the capability of filtering (and reporting) Campaigns by products.<br>
<br>
<br>
    Do you need to add larger set of products under Campaign? if not you need multiple product reference fields under the campaign create view (Or may be a Add Product field button)<br>
<br>
<br>
    Thanks<br>
<br>
    Sutharsan Jeganathan<br>
<br>
<br>
    On Thu, Jun 2, 2016 at 3:30 PM, IT-Solutions4You<br>
    <<a href="mailto:info@its4you.sk">info@its4you.sk</a>> wrote:<br>
<br>
    I suppose you need create N:N relation. You need somethink like this ?<br>
    First backup your vtiger installation. Then create a file at root of vtiger installation and run it via browser.<br>
<br>
    <?php<br>
<br>
    include_once 'vtlib/Vtiger/Module.php';<br>
<br>
    $focus=Vtiger_Module::<wbr>getInstance('Campaigns');<br>
    $focus->setRelatedList(Vtiger_<wbr>Module::getInstance('Products'<wbr>), 'ADD Product',Array('ADD','SELECT')<wbr>);<br>
<br>
<br>
    You will need deactivate standard 1:N relation cretaed in vtiger because Reports, Filters will don't work correctly.<br>
<br>
<br>
    Matus<br>
<br>
    Dňa 2. 6. 2016 o 10:44 Stuart Maynard-Keene napísal(a):<br>
    Hi list,<br>
<br>
    Is there a way to add multiple products to a campaign?<br>
<br>
    Thanks<br>
    Stu<br>
<br>
    ______________________________<wbr>_________________<br>
    <a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
<br>
<br>
<br>
<br>
<br>
    ______________________________<wbr>_________________<br>
    <a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote></div></div>