Figuring out the Naming for Campaign Fields I found Illusive.
I can see the API names for Contacts & Companies in Setup>Fields&Views it is different for Campaign?
I Looked at even the BULK API Doc EML 3.0 spec and still see very little on Campaign, details on other objects?
So getting the actual field names for System Fields would be great.
Specifically I need to get at CRM External ID {{Campaign.crmId}} but it failed.
I figured Accessing Custom Fields would be simply using the Index you can see in Fields & Views.
I tried this: {{Campaign.Field[11]}} but it failed.
I think that I am not formatting my ML properly? Like maybe it is supposed to be {{Contacts.Campaign... or something different.
Has anyone used any Campaign fields in their AppCloud DTO.
If someone can show me the ML for one Campaign field I can get this as I am now convinced I am not accessing Campaign correctly, I have the format for access the field correct I think.