The custom fields that I created for the MainAccountEntity does not have a value after export. Here's what I did
I extended MainAccount table to add 2 fields. FieldString1 and FieldString2
Then I extended MainAccountStaging to add 2 fields (FieldString1 and FieldString2)
After that I did a full build/sync then extended the MainAccountEntity. I noticed that the Fields in the MainAccount does not have FieldString1 and FieldString2.
But when I tried to search the fields I found out that it only reflects on the ParentAccount and OpeningAccount
I dragged the fields from the OpeningAccount to the Fields of the MainAccountEntity
After that these are the steps I did
1. Full build/sync
2. Refresh Entity List
3. Modify Target Mapping > Generate Mapping
as you can see FieldString1 and FieldString2 are now present.
I also extended the MainAccount form to add the 2 fields on the form and inserted a value for FieldString1
Exporting
Export result
Note: I already followed the solution for this post but still the same result. Any thoughts?