Salesforce Metadata API in Practice

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

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

bhupendrasyadav
Автор

Can we create Digital Experience Site using Metadata API?

dhruvikababariya
Автор

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

sanchitdua
Автор

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

PogHuk
Автор

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

sushmamanickam
Автор

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

YashAgarwalTech