You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The xml markup for OTTB fields like shipping address or billing address do not seem to have any "fieldType" xml tags we can direct logic to perform the creation of compound fields.
So a possible option is to have a dedicated map similar to what we already have with fieldtypeToFakerRecipeValues and use the map ( or maybe just a set) to hold all compound fields to expected recipe api names and associated recipe values
The xml markup for OTTB fields like shipping address or billing address do not seem to have any "fieldType" xml tags we can direct logic to perform the creation of compound fields.
So a possible option is to have a dedicated map similar to what we already have with fieldtypeToFakerRecipeValues and use the map ( or maybe just a set) to hold all compound fields to expected recipe api names and associated recipe values
example documentation: https://developer.salesforce.com/docs/atlas.en-us.caf_dev_guide.meta/caf_dev_guide/caf_dev_examples_api_rest.htm
The text was updated successfully, but these errors were encountered: