Closed mahadeva1989 closed 1 year ago
Source: struct A{ ID Name }
Destination: ID Name
I have a struct A in source object , whose fields are not getting copied to the primitive fields of destination.
Reproducible Example
Source: struct A{ ID Name }
Destination: ID Name
Description
I have a struct A in source object , whose fields are not getting copied to the primitive fields of destination.