Retrieve Assignment Rules with package.xml Post author:Swapnil Jaiswal Post published:November 11, 2024 Post category:Blog / Salesforce Post comments:0 Comments How to retrieve Assignment Rules With package.xml How to retrieve Assignment Rules Syntax to retrieve assignment rules with package.xml <?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <name>AssignmentRule</name> <members>Case.Custom Rules</members> </types> <version>62.0</version> </Package> Note: Use Object and Rule name in members. There is no limit in retrieving members. Looking for Job Change? Find company wise Interview Questions Here: TCS Salesforce Deloitte KPMG L & T Infosys Lirik Capgemini TechAim Bajaj Finance EY Logixal Hexaware Tech Workday Apisero You Might Also Like Get all record types available on sObject in APEX August 15, 2022 How to check if SObject has certain field? check field exists or not on Object using Apex? March 5, 2022 VS Code Shortcuts to Deploy LWC, Apex, Triggers & Everything June 15, 2025 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.
How to check if SObject has certain field? check field exists or not on Object using Apex? March 5, 2022