<div dir="ltr">Another approach that you can try is to create a custom field in the parent module and then set a workflow to create comment. But, import will not trigger workflows. So again you would need to uncomment the hardcoded check to disable event triggers during import, or set Bulk save mode as false for import.<div><br></div><div>Some more related info on this:</div><div><br></div><div><a href="https://code.vtiger.com/vtiger/vtigercrm/issues/1172">https://code.vtiger.com/vtiger/vtigercrm/issues/1172</a> </div><div><br></div><div><a href="https://code.vtiger.com/vtiger/vtigercrm/issues/955">https://code.vtiger.com/vtiger/vtigercrm/issues/955</a></div><div><br></div><div>But unfortunately the issues have reached a state of no activity. <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 31, 2020 at 5:24 PM nilay khatri <<a href="mailto:nilay.spartan@gmail.com">nilay.spartan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Writing a custom script to do the handling is the best approach in such case.<br><div><br></div><div>For similar cases, we load the data into a table and then utilize the webservice functions vtws_* to create/update records into the CRM.</div><div><br></div><div>Though it would be a nice feature to have following option while importing the records:</div><div>- select campaign to which the records should be added to, incase contacts, leads, accounts</div><div>- mapping comment column, so it create a new comment and link to the respective parent record</div><div><br></div><div>Though one more option is that you can uncomment the hardcoded check to not include comments module in Menu and other requests. Which should then list the comments module in the menu and then I guess you can follow the normal import process.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 31, 2020 at 4:37 PM socialboostdk <<a href="mailto:socialboostdk@gmail.com" target="_blank">socialboostdk@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi there,<div><br></div><div>Any workarounds to importing comments? </div><div><br></div><div>Ie. I have a csv file with contact info, and all maps fine of course, but comments i need imported to the modcomments module - not just as a text-area.</div><div><br></div><div>Thanks for any pointers!</div><div><br></div><div>Cheers,</div><div>Chris</div></div>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote></div>
</blockquote></div>