How to attache doc in Opportunities form ?

We want to upload a quotes or document direct in opportunities form. I know we can add though history panel as Create note or attachment but i need on upload field on opportunities oppcreating time. Pls help me
Parents
  • Version is missing ;) 6.5 ? 7 ?

    SugarCRM provides a fieldtype for this : file. Just add the field by custom safe way:
    custom/Extension/modules/(your module)/Ext/Vardefs/(your field).php
    and declare it as "file" type. There is some examples from Notes module for additional config (ability to remove attachement for example), take a look on it.

    On rebuild & repair, and voilà ! Field is usable, and you can add it by Studio.
Reply
  • Version is missing ;) 6.5 ? 7 ?

    SugarCRM provides a fieldtype for this : file. Just add the field by custom safe way:
    custom/Extension/modules/(your module)/Ext/Vardefs/(your field).php
    and declare it as "file" type. There is some examples from Notes module for additional config (ability to remove attachement for example), take a look on it.

    On rebuild & repair, and voilà ! Field is usable, and you can add it by Studio.
Children
No Data