Field department at converted leads to Contatcts - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: Field department at converted leads to Contatcts (/showthread.php?tid=344) |
Field department at converted leads to Contatcts - rslemer - 08-08-2016 I need when converted a new lead to contact mapping like that At lead, CF Called Department to default field called Department ( at contacts ). I see a DB default contact field is 100 bytes ( text ), but even when create a CF like that system not allow this mapping. How i can do that? Thanks RE: Field department at converted leads to Contatcts - joebordes - 08-08-2016 look in the vtiger_field table for those two fields and make sure the column typeofdata is the same and try again I think it uses that field to permit or not the mapping. let us know how it goes RE: Field department at converted leads to Contatcts - rslemer - 08-09-2016 I check at BD table vtiger_field Field 78 - colunmane department tablename vtiger_contactdetails maximunlenght '100' I created a new CF type TEXT with 100 characteres But not working ... RE: Field department at converted leads to Contatcts - joebordes - 08-09-2016 I said field typeofdata Is that field the same in both fields? RE: Field department at converted leads to Contatcts - rslemer - 08-09-2016 Default V˜O CF V˜O˜LE˜100 I think CF created at interface not have a same typeofdata ... I try to solved that, eliminate a default field and create another two CF ( one at lead e another at Contacts ). Not is better, but works Thanks for your help. |