Salesforce Metadata API in Practice

Sdílet
Vložit
  • čas přidán 16. 11. 2014
  • The Salesforce Metadata API is an extremely powerful way of accessing and updating Salesforce configuration information. Join us as we explain common applications of the Metadata API via three development scenarios: 1) creating a record type, setting it active and giving access of record types to profiles, 2) getting and setting field-level security, and 3) deployment of configuration/code using the Metadata API.
  • Věda a technologie

Komentáře • 10

  • @u2lover10
    @u2lover10 Před 4 lety

    Thanks for the presentation!

  • @bhupendrasyadav
    @bhupendrasyadav Před 9 lety

    is it possible to fetch Change sets from Metadata API ? or by any other API?

  • @nikolaymitjul1048
    @nikolaymitjul1048 Před 3 lety

    Is it possible to retrieve Articles from community, translate them and deploy it back with help of Metadata API

  • @sanchitdua
    @sanchitdua Před 9 lety +1

    It's not possible to fetch the Change sets by any means.. You should rather fetch the Metadata components via Salesforce ANT Migration Tool.

  • @sushmamanickam9333
    @sushmamanickam9333 Před 5 lety +1

    How to update the object and field level access in profiles using the Metadata API?

  • @YashAgarwalTech
    @YashAgarwalTech Před 8 lety

    Can i create a change set by any means using code ?

    • @sanchitdua
      @sanchitdua Před 8 lety

      +Yash Agarwal You should better use zip and unzip feature of Metadata API available in most of the languages like Java, .Net to perform file based manipulations similar to Force.com IDE, Mavensmate and Ant Migration Tool. As Change Set feature is only an internal tool between Sandbox and Production with a predefined connection setup.

  • @SuperVaibhav009
    @SuperVaibhav009 Před 4 lety +1

    @1:13

  • @dhruvikababariya7650
    @dhruvikababariya7650 Před 3 měsíci

    Can we create Digital Experience Site using Metadata API?