You are here:
Metadata API
Access more metadata through these new and changed metadata types.
Customization
- Indicate whether records shared with users in a queue are also shared with users higher in the role hierarchy
- Use the new doesIncludeBosses field on the existing Queue metadata type.
Data 360
- Retrieve info on filters applied to data lake objects fields mapped to data model objects
- Use the filterApplied, filterOperationType, and filterValue fields on the existing DataSrcDataModelFieldMap metadata type. Introduced in API version 60.0, these fields have been added to the Metadata API Developer Guide.
- Use the templateVersion field on the existing DataSrcDataModelFieldMap metadata type. Introduced in API version 61.0, this field has been added to the Metadata API Developer Guide.
Experience Cloud
- Keep private LWR pages unavailable until password setup or reset is complete
- In LWR sites that use custom Visualforce password-management pages, use the new
disablePvtPagesForPwdResetInLWRproperty to block access to private site pages until visitors set up or reset their password. This property is in the site’s.networkfile.
Sales
- Enable Salesforce to send email for users with unverified email domains
- Use the enableSubstituteFromAddress field on the new EmailAuthorizationSettings metadata type.
- Manage Agentforce Account Management settings
- Use the new AgentforceAccountManagementSettings metadata type. The type currently has one field, enableAccountManagement, to enable or disable Agentforce Account Management in your Salesforce org. Introduced in API version 65.0, this field has been added to the Metadata API Developer Guide.
Salesforce Flow
- Add custom property editors to individual Apex action input parameters
- Use the new
CpeNameandConfiguredByvalues of the existing key field in the InvocableActionExtensionTargetAttribute subtype of the InvocableActionExtension metadata type. - Customize an Apex action's standard property editor header
- Use the new
CustomHeaderLwcNamevalue of the existing key field in the InvocableActionExtensionTargetAttribute subtype of the InvocableActionExtension metadata type. - Define picklist values for Apex action input parameters
- Use the new
ProvidedValueListvalue of the existing key field in the InvocableActionExtensionTargetAttribute subtype of the InvocableActionExtension metadata type. - Get shopping cart details when a shopper abandons a cart in B2C Commerce
- Use the new
trgrOnB2cCartAbandonedvalue of the existing eventType field in the FlowStart subtype of the Flow metadata type. - Get marketing campaign details after a shopper places an order in B2C Commerce
- Use the new
trgrOnPostOrdMktCmpnEngagementvalue of the existing eventType field in the FlowStart subtype of the Flow metadata type. - Define and manage reusable mappings between source and target values used within a flow
- Use the new FlowValueMap metadata type.
- Define an individual mapping record that links a specific source value to a target value within a reusable flow value map
- Use the new FlowValueMapEntry subtype of the FlowValueMap metadata type.
Security and Identity
- BEHAVIOR CHANGE: The Customize Application permission is required to access the RedirectWhitelistUrl metadata type
- Previously, that permission was required only for edit access to this type. Now that permission is required for read access, too.

