Skip to content

good-ghost/ForceConnector

Repository files navigation

Force.com Connector

It is a .Net VSTO Addin of existing Excel Connector. And, I am not an expert of VB.Net, so need help from everyone.

It is an Excel VSTO Addin, support Excel 2013, 2016 and Office 365 version of Excel.

ForceConnector

What are different with Excel Connector

  • Support latest API version
  • Using API name for fields mapping, not labels
  • Add Translation Helper for multilingual environment

How to use...

Wiki Page will be updated.

SObject Related Features

  • ... to be updated...
  • Describe Sforce Object
    • It will be creating the sheet(s) about sObject fields and specifications with translations

Translation Helper

  • Download CustomLabel

    • Download Custom Labels using Metadata API
    • You can add at least one Custom Label via Web UI and try to download
  • Download CustomLabel Translation

    • Download translations for Custom Labels using Metadata API
    • Before this action, you must download Custom Labels first
    • Your org has to configure for translation
  • Upsert CustomLabel

    • You can create or update Custom Label(s)
    • Select the label(s) and click the command button
  • Update CustomLabel Translation

    • You can update(add) only one language at a time
    • Select the translated label(s) and click the command button
  • Download Object Translation

    • You can download translations for sObject, fields and related
    • Not for all standard sObject data, only include renamed labels
  • Download Translation

    • You can download translations for Custom Tab, Flow, QuickAction ...etc
  • Update Object Translation

    • Currently disabled. Lack of coding about parser (build XML hierarchy)
  • Update Translation

    • Currently disabled. Lack of coding about parser (build XML hierarchy)

To do

  • Performance tuning
  • Currently used many similar backgroundworker modal, need to refactoring.

Requirement for build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published