Additional column into created records tab of import of custom module

Hello All,

Below is the screen shot of Created Records section of Accounts module(Import).

While importing custom module records into custom module we will get only two Columns (fields) (Name and Assigned User Name) by default. Is there any way to add additional columns other than Name and Assigned User Name?

Thanks in advance

Venkatesh Prabhu

Parents
  • Hi Venkatesh Prabhu 

    As far as I understand, the Import feature loads the MVC metadata/listviewdefs.php instead of Sidecar clients/views/list.

    Try customizing it and double check the behaviour.

    Kind regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
  • Hello Andre,

    Yes it loadsaccording to MVC structure, but there is no metadata which includes list view definition. We do have a tpl called last.tpl which includes the result of Created Records, Duplicated Records and Error Records. We can not modify as sugar uses only one variable to structure the data.

    Any advice, how to get the addition columns.

  • Hi Venkatesh Prabhu 

    The metadata definition I mentioned is located at custom module folder. Lets suppose your custom module is called ven_Leads, then the metadata definition is located at modules/ven_Leads/metadata/listviewdefs.php or at custom/modules/ven_Leads/metadata/listviewdefs.php.

    Kind regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • Hi Venkatesh Prabhu 

    The metadata definition I mentioned is located at custom module folder. Lets suppose your custom module is called ven_Leads, then the metadata definition is located at modules/ven_Leads/metadata/listviewdefs.php or at custom/modules/ven_Leads/metadata/listviewdefs.php.

    Kind regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children