UCMBatchProcess does not update UC_TYPE_CD in S_UCM_CONTACT table
Hi, I have been trying to use the UCMBatchProcess component to insert and update some records, the problem is that when I tried to execute my UCMBatchProcess to load data from table S_UCM_CON to S_CONTACT the process creates the contact, however there is not any change in the fields ucm_type_cd, last_upd and con_id in the table S_UCM_CON so I can not link the register in S_UCM_:CON with my register in S_CONTACT.
I expect that my ucm_type_cd value change from 'Batch' to 'Source-Insert' or 'Source-Upsert'
Someone knows what is happening?