Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


If your coding preference is strongly typed C# objects over using string names to access custom fields in Salesforce then this can be achieved using the T4 template generation tab inĀ FuseIT SFDC Explorer. There is a tab that is specifically for this purpose. Just drag the entities in the left panel to the selection surface and generate strongly typed C# custom objects that can be used in your Sitecore code. Note that you may need to make some namespace changes to the generated code.

...