We do have one basic type module and we need to create new field by this user can browse and upload multiple flles. and in studio there is no file type field available. Anyone can help me out on this?

Hello Everyone,

We do have one basic type module and we need to create new field by this user can browse and upload multiple flles.
and in studio there is no file type field available. Anyone can help me out on this?

  • Hi Laxmichand,

    As we know that for basic module we dont have file type field available, it is only available when you have created the module by selecting the template as "File" through module builder. For Custom module as File template you get by default field File Field which is visible only in layouts but not in fields section in Studio. But we can create a file type field through code in Sugar. You can go through these two links on how to create custom field types in Sugar and Creating File Upload Field in Sugar through code customisation. These links might give you some idea. 

    Hope it helps for you :)