{"id":8869,"date":"2024-08-29T04:40:17","date_gmt":"2024-08-29T04:40:17","guid":{"rendered":"https:\/\/www.greytrix.com\/blogs\/salesforce\/?p=8869"},"modified":"2024-08-30T05:15:04","modified_gmt":"2024-08-30T05:15:04","slug":"how-to-abort-all-existing-background-apex-jobs-in-entity-mapping-import-module","status":"publish","type":"post","link":"https:\/\/www.greytrix.com\/blogs\/salesforce\/2024\/08\/29\/how-to-abort-all-existing-background-apex-jobs-in-entity-mapping-import-module\/","title":{"rendered":"How to abort all existing background Apex Jobs in Entity Mapping\/Import module"},"content":{"rendered":"\n<p>In this blog, we will delve into the steps required to abort all existing background Apex Jobs within the Entity Mapping\/Import module in Salesforce. The blog will cover:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Understanding Apex Jobs<\/strong>: A brief overview of what Apex Jobs are and their role within Salesforce.<\/li>\n\n\n\n<li><strong>Identifying Active Jobs<\/strong>: How to identify and list all active background Apex Jobs in the Entity Mapping\/Import module.<\/li>\n\n\n\n<li><strong>Aborting Jobs<\/strong>: Detailed, step-by-step instructions on how to abort or stop these jobs effectively.<\/li>\n<\/ol>\n\n\n\n<h1 class=\"wp-block-heading has-vivid-red-color has-text-color has-link-color wp-elements-43d7cd2534c48eb120c5cb783cb9a763\"><strong>What Apex Jobs are and their role within Salesforce?<\/strong><\/h1>\n\n\n\n<p><strong>Apex Jobs<\/strong> are asynchronous processes that run in the background in Salesforce. These jobs allow for tasks that are computationally intensive or time-consuming to be performed without blocking the user interface or affecting the performance of immediate, user-driven actions. Here are some key points about Apex Jobs and their role within Salesforce:<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-red-color has-text-color has-link-color wp-elements-57549e7899cd50843b6a192d9b7e2242\"><strong>Role and Importance:<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Performance Optimization:<\/strong> By offloading heavy or long-running processes to the background, Apex Jobs help in maintaining the responsiveness and performance of the Salesforce user interface.<\/li>\n\n\n\n<li><strong>Data Processing:<\/strong> Apex Jobs are essential for batch processing of data, such as mass updates, data migrations, and integrations with external systems.<\/li>\n\n\n\n<li><strong>Automation:<\/strong> They enable automation of repetitive tasks and scheduled operations, such as daily data cleanup or sending periodic notifications.<\/li>\n\n\n\n<li><strong>Scalability:<\/strong> Apex Jobs allow Salesforce to handle large datasets and complex operations efficiently, supporting the scalability needs of growing businesses.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-red-color has-text-color has-link-color wp-elements-863f608419720429d4d824620bda8678\"><strong>Steps to abort all existing background Apex Jobs<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to Salesforce.<\/li>\n\n\n\n<li>Click on the gear icon in the upper right corner to open the Setup menu.<\/li>\n\n\n\n<li>Select the &#8220;Setup&#8221; from the dropdown menu.<\/li>\n\n\n\n<li>In the Quick Find box, search for &#8220;Custom Settings&#8221;.<\/li>\n\n\n\n<li>Click on the &#8220;Custom Settings&#8221; under the Custom Code section. Next, click on the \u2018Manage\u2019 link besides the \u2018Standard Settings\u2019 label.<\/li>\n<\/ul>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/1.-Manage-Link-in-Custom-Settings.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/1.-Manage-Link-in-Custom-Settings.png\" alt=\"Manage Link in Custom Settings\"><\/a><\/center><font size=\"2\"><center><i> Manage Link in Custom Settings <\/i><\/center><\/font>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click on the <strong>Edit<\/strong> link besides the STDSetting.<\/li>\n\n\n\n<li>In the \u2018Debug Mode\u2019 text field paste the following message \u201cDEBUG_WITH_APEXMESSAGE\u201d and click on Save button. this will help with abort all existing background Apex Jobs.<\/li>\n<\/ul>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/2.-Debug-Mode.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/2.-Debug-Mode.png\" alt=\"Debug Mode\"><\/a><\/center><font size=\"2\"><center><i> Debug Mode <\/i><\/center><\/font>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After saving the changes, click on the Profile icon and click on \u2018Switch to Salesforce Classic\u2019. This is a required step to abort all existing background Apex Jobs.   <\/li>\n<\/ul>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/3.-Switching-to-Classic-Mode.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/3.-Switching-to-Classic-Mode.png\" alt=\"Switching to Salesforce Classic mode\"><\/a><\/center><font size=\"2\"><center><i> Switching to Salesforce Classic mode <\/i><\/center><\/font>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A new screen will appear. Select the Sales App dropdown, then choose the GUMU Settings option. After that, click on the Import Data link.<\/li>\n<\/ul>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/4.-GUMU-Settings-in-Classic-Mode.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/4.-GUMU-Settings-in-Classic-Mode.png\" alt=\"GUMU Settings option in Classic mode\"><\/a><\/center><font size=\"2\"><center><i> GUMU Settings option in Classic mode <\/i><\/center><\/font>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select the Import Data option, and the Entity Sync Mapping page will appear. From here, choose the import routine you wish to stop. For example, we will select the <strong>CustomerAddress <\/strong>Import routine. Next, click on the \u2018View\/Delete\u2019 link next to the CustomerAddress Import routine.<\/li>\n<\/ul>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/5.-Import-Data.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/5.-Import-Data.png\" alt=\"Import Data\"><\/a><\/center><font size=\"2\"><center><i> Import Data <\/i><\/center><\/font>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/6.-Viewing-the-Entity-Mapping.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/6.-Viewing-the-Entity-Mapping.png\" alt=\"Viewing the Entity Mapping\"><\/a><\/center><font size=\"2\"><center><i> Viewing the Entity Mapping <\/i><\/center><\/font>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click on the Abort All Jobs button, this will abort all existing background Apex Jobs and then, click on &#8216;Back to Home&#8217; link.<\/li>\n<\/ul>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/7.-Aborting-Jobs.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/7.-Aborting-Jobs.png\" alt=\"abort all existing background Apex Jobs\"><\/a><\/center><font size=\"2\"><center><i> Aborting Jobs <\/i><\/center><\/font>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To verify if the jobs have been aborted, switch back to the Sales App and click on &#8220;Switch to Lightning Experience.&#8221;<\/li>\n<\/ul>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/7.-Sales-App.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/7.-Sales-App.png\" alt=\"Sales App\"><\/a><\/center><font size=\"2\"><center><i> Sales App <\/i><\/center><\/font>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/8.-Switching-to-Lightning-Experience.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/8.-Switching-to-Lightning-Experience.png\" alt=\"Switch back to Lightning Experience\"><\/a><\/center><font size=\"2\"><center><i> Switch back to Lightning Experience <\/i><\/center><\/font>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to Setup -&gt; Custom Settings -&gt; Standard Settings -&gt; Manage -&gt; Edit -&gt; STDSetting. After aborting all jobs, remove the entered message from the Debug Mode field. Click on Save button after removing the message.<\/li>\n<\/ul>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/9.-Removing-the-entered-message-in-Debug-Mode.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/9.-Removing-the-entered-message-in-Debug-Mode.png\" alt=\"Removing the Debug Mode message from Custom Settings\"><\/a><\/center><font size=\"2\"><center><i> Removing the Debug Mode message from Custom Settings <\/i><\/center><\/font>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Note:<\/p>\n<cite>Make sure to remove the message \u201cDEBUG_WITH_APEXMESSAGE\u201d from the Debug Mode field after aborting the jobs.<\/cite><\/blockquote>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Finally, verify that the jobs have been stopped by checking the &#8220;Apex Jobs&#8221; section in Setup.<\/li>\n<\/ul>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/10.-Apex-Jobs.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-content\/uploads\/2024\/08\/10.-Apex-Jobs.png\" alt=\"Apex Jobs\"><\/a><\/center><font size=\"2\"><center><i> Apex Jobs <\/i><\/center><\/font>\n\n\n\n<p>By following these detailed steps, you can effectively <strong><em>abort all existing background Apex Jobs in the Entity Mapping\/Import module<\/em><\/strong>, ensuring smooth and efficient operations in Salesforce.<\/p>\n\n\n\n<p>If you still have queries or any related problems, don\u2019t hesitate to contact us at <a href=\"mailto:salesforce@greytrix.com\" target=\"_blank\" rel=\"noreferrer noopener\">salesforce@greytrix.com<\/a>. More details about our integration product are available on <a href=\"https:\/\/www.greytrix.com\/product\/gumu\/salesforce-sage-erp-integration\" target=\"_blank\" rel=\"noreferrer noopener\">our website<\/a> and <a href=\"https:\/\/appexchange.salesforce.com\/listingDetail?listingId=a0N30000000psM5EAI\" target=\"_blank\" rel=\"noreferrer noopener\">Salesforce AppExchange<\/a>.<\/p>\n\n\n\n<p>We hope you may find this blog resourceful and helpful. However, if you still have concerns and need more help, please contact us at <a href=\"mailto:salesforce@greytrix.com\" target=\"_blank\" rel=\"noreferrer noopener\">salesforce@greytrix.com<\/a>.<\/p>\n\n\n\n<p style=\"text-align: justify\"><b>About Us<\/b><\/br>\n<p><a href=\"https:\/\/www.greytrix.com\/\">Greytrix<\/a> \u2013 a globally recognized and one of the oldest Sage Development Partner and a Salesforce Product development partner offers a wide variety of integration products and services to the end users as well as to the Partners and Sage PSG across the globe. We offer Consultation, Configuration, Training and support services in out-of-the-box functionality as well as customizations to incorporate custom business rules and functionalities that require apex code incorporation into the Salesforce platform.<br><br> Greytrix has some unique solutions for Cloud CRM such as <a href=\"\">Salesforce Sage integration<\/a> for <a href=\"https:\/\/www.greytrix.com\/sage-x3-erp\/integration\/\">Sage X3<\/a>, <a href=\"https:\/\/www.greytrix.com\/salesforce-cloud-services\/sage-100-integration\/\">Sage 100<\/a> and <a href=\"https:\/\/www.greytrix.com\/salesforce-cloud-services\/sage-300-integration\/\">Sage 300 (Sage Accpac)<\/a>. We also offer best-in-class Cloud CRM <a href=\"https:\/\/www.greytrix.com\/salesforce-cloud-services\/crm-development\/\">Salesforce customization and development services<\/a> along with services such as Salesforce <a href=\"https:\/\/www.greytrix.com\/salesforce-cloud-services\/data-migration-support\/\">Data Migration<\/a>, <a href=\"https:\/\/www.greytrix.com\/salesforce-cloud-services\/crm-development\/\">Integrated App development<\/a>, Custom App development and Technical Support business partners and end users. Salesforce Cloud CRM integration offered by Greytrix works with Lightning web components and supports standard opportunity workflow. Greytrix GUMU&#x2122; integration for Sage ERP \u2013 Salesforce is a 5-star rated app listed on <a href=\"https:\/\/appexchange.salesforce.com\/appxListingDetail?listingId=a0N30000000psM5EAI\" target=\"_blank\" rel=\"noopener\">Salesforce AppExchange<\/a>.<br> The GUMU&#x2122; Cloud framework by Greytrix forms the backbone of cloud integrations that are managed in real-time for processing and execution of application programs at the click of a button.<br><br> For more information on our Salesforce products and services, contact us at <a href=\"mailto:salesforce@greytrix.com\">salesforce@greytrix.com<\/a>. We will be glad to assist you.<\/p>\n\n\n\n<p><strong>Related Posts<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/2023\/08\/18\/gumu-features-segregation-based-on-type-of-import-routine\/\" target=\"_blank\" rel=\"noreferrer noopener\">GUMU&#x2122; Features \u2013 Segregation based on Type of Import routine<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/2019\/08\/21\/gumu-salesforce-import-routine-tricks-and-facts-about-creating-relationship-between-entities\/\" target=\"_blank\" rel=\"noreferrer noopener\">GUMU&#x2122; Salesforce Tricks and Tips \u2013 about creating Relationship between Entities Import Routine<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/2024\/07\/15\/salesforce-flows-vs-apex-triggers-making-the-right-choice-for-your-business-needs\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/2024\/07\/15\/salesforce-flows-vs-apex-triggers-making-the-right-choice-for-your-business-needs\/\" rel=\"noreferrer noopener\">Salesforce Flows vs. Apex Triggers: Making the Right Choice for Your Business Needs<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/2024\/02\/06\/how-to-invoke-lightning-auto-launched-flow-from-the-apex-class\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to invoke lightning Auto launched Flow from the Apex class<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we will delve into the steps required to abort all existing background Apex Jobs within the Entity Mapping\/Import module in Salesforce. The blog will cover: What Apex Jobs are and their role within Salesforce? Apex Jobs are asynchronous processes that run in the background in Salesforce. These jobs allow for tasks that\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.greytrix.com\/blogs\/salesforce\/2024\/08\/29\/how-to-abort-all-existing-background-apex-jobs-in-entity-mapping-import-module\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,1],"tags":[1724,1723,640,159,162,163,164,165,166,169,1299,1298,678,184,185,186,1300,187,188,189,745,741,736,739,1301,1308,747,359,360,361,730,732,731,363,364,367,370,372,1302,374,377,378,388,744,740,738,1307,746,743,389,400,401,402,737,679,671,1305,683,681,673,733,1306,687,1304,680,686,684,716,424,425,734,430,735,454,458,461,462,1303,463,1725],"class_list":["post-8869","post","type-post","status-publish","format-standard","hentry","category-gumu-salesforce","category-uncategorized","tag-abort-jobs","tag-apex-jobs","tag-custom-settings-in-salesforce","tag-gumu-sf-integration","tag-gumusfsage100","tag-gumusfsage100erp","tag-gumusfsage300","tag-gumusfsage300erp","tag-gumusfsageem","tag-gumusfsageerpx3","tag-gumusfsageintacct","tag-gumusfsageintaccterp","tag-gumulightninginterface","tag-integrate-salesforce-with-sage-100","tag-integrate-salesforce-with-sage-300","tag-integrate-salesforce-with-sage-em","tag-integrate-salesforce-with-sage-intacct","tag-integrate-salesforce-with-sage-x3","tag-integrate-sfdc-and-sage-100","tag-integrate-sfdc-and-sage-300","tag-sage-100-connector-with-salesforce","tag-sage-300-connector-with-salesforce","tag-sage-300c-erp","tag-sage-erp-connector-with-salesforce","tag-sage-intacct","tag-sage-intacct-connector-with-salesforce","tag-sage-x3-connector-with-salesforce","tag-sage100","tag-sage100-salesforce","tag-sage100-sf","tag-sage300c","tag-sage300c-salesforce","tag-sage300c-sf","tag-sageem","tag-sagex3","tag-salesforce","tag-salesforce-sage-300","tag-salesforce-sage-em","tag-salesforce-sage-intacct","tag-salesforce-sage-x3","tag-salesforce-and-sage-100-integration","tag-salesforce-and-sage-300-integration","tag-salesforce-classic","tag-salesforce-connector-for-sage-100","tag-salesforce-connector-for-sage-300","tag-salesforce-connector-for-sage-erp","tag-salesforce-connector-for-sage-intacct","tag-salesforce-connector-for-sage-x3","tag-salesforce-connector-with-sage-erp","tag-salesforce-crm-integration-for-sage-erp","tag-salesforce-integration-with-sage","tag-salesforce-integration-with-sage-100","tag-salesforce-integration-with-sage-300","tag-salesforce-lightning-sage300c-integration","tag-salesforce-lightning-and-sage-100-integration","tag-salesforce-lightning-and-sage-300-integration","tag-salesforce-lightning-and-sage-intacct-integration","tag-salesforce-lightning-and-sagex3-integration","tag-salesforce-lightning-integration-with-sage-100","tag-salesforce-lightning-integration-with-sage-300","tag-salesforce-lightning-integration-with-sage-300c","tag-salesforce-lightning-integration-with-sage-intacct","tag-salesforce-lightning-integration-with-sagex3","tag-salesforce-lightning-sage-intacct-integration","tag-salesforce-lightning-sage100-integration","tag-salesforce-lightning-sage300-integration-2","tag-salesforce-lightning-sagex3-integration","tag-salesforce-sage-integration","tag-salesforce-with-sage-100-integration","tag-salesforce-with-sage-300-integration","tag-salesforce-with-sage-300c-integration","tag-salesforce-sage100","tag-salesforce-sage300c","tag-sfdc-sage-300","tag-sfdc-integration-with-sage-300","tag-sfdc-with-sage-300-integration","tag-sfdc-with-sage-em-integration","tag-sfdc-with-sage-intacct-integration","tag-sfdc-with-sage-x3-integration","tag-standard-settings-debug-mode-message"],"_links":{"self":[{"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/posts\/8869","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/comments?post=8869"}],"version-history":[{"count":6,"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/posts\/8869\/revisions"}],"predecessor-version":[{"id":9399,"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/posts\/8869\/revisions\/9399"}],"wp:attachment":[{"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/media?parent=8869"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/categories?post=8869"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/salesforce\/wp-json\/wp\/v2\/tags?post=8869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}