Import data

LambaLamba Member Posts: 260
Hi Guys,
I have a .csv file containing data of No. Name2 and Description fields available in it of vendor.
The data of Vendor No. is already available in Vendor table. I have to import data of Name 2 and description according to Vendor no. I have created a dp of Vendor with dp fields of Name 2 and Description.
How could i check the vendor no and insert the data accordingly

Comments

  • aavioaavio Member Posts: 143
    check help about onBeforeImportRecord and onAfterImportRecord triggers.
    :thumbsup:
    aav!o
Sign In or Register to comment.