Some DMF entities are
not able to run on batch.
Like à
DMFEcoResCategoryEntity
Issue: DMFentityWriter à
write method will execute silently without error info If target entity primary index
having int64 field.
Solution: Need small
fix to rectify the issue as below
\Classes\DMFEntityWriter\write
There
is no specific data type conversion from string to int64. So it will break when
code will execute on CIL. I have added one case with int64 conversion only.
No comments:
Post a Comment