run a workflow during the import any record in suitecrm

is it possible to run workflow during the importing any record in suitecrm… if not then any way to run the workflow

Hi arpit,

If you wish to update/modify records when importing, you would need to run/write a logic hook.

Thanks,

Will.

Hi will,

can you please elaborate how can i work on logic hooks any useful link so i can learn from there…

Hi arpit,

Of course. You will want to use a before_save logic hook.

Thanks,

Will.