Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Field group
contentAdfStringified{"version":1,"type":"doc","content":[{"type":"paragraph","content":[{"type":"inlineExtension","attrs":{"extensionType":"com.atlassian.confluence.macro.core","extensionKey":"short-text","parameters":{"id":"i6dqh6d0eh","extensionKey":"short-text","name":"page:space > space:name","placeholder":"","isRequired":false,"type":"line","atlassian-macro-output-type":"INLINE"}}},{"type":"text","text":" now supports Salesforce's Lightning Experience. If you are ready to switch over, this page documents various features that may be of concern to you if you are an administrator."}]},{"type":"heading","attrs":{"level":1},"content":[{"type":"text","text":"Working with Salesforce Files"}]},{"type":"paragraph","content":[{"type":"text","text":"In Lightning, attachments are stored and managed as a "},{"type":"text","text":"Files","marks":[{"type":"em"}]},{"type":"text","text":" object, as opposed to an "},{"type":"text","text":"Attachment","marks":[{"type":"em"}]},{"type":"text","text":" object in Classic. Alongside "},{"type":"text","text":"Attachment","marks":[{"type":"em"}]},{"type":"text","text":" objects, the Connector can sync "},{"type":"text","text":"Files","marks":[{"type":"em"}]},{"type":"text","text":" objects from Salesforce to Jira as well."}]},{"type":"paragraph","content":[{"type":"text","text":"Note that this feature is currently on BETA."}]},{"type":"paragraph","content":[{"type":"text","text":"To turn this on:"}]},{"type":"orderedList","content":[{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Visit a mapping configuration page."},{"type":"hardBreak"},{"type":"hardBreak"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Expand the "},{"type":"text","text":"Settings","marks":[{"type":"strong"}]},{"type":"text","text":" section."},{"type":"hardBreak"},{"type":"hardBreak"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"Enable "},{"type":"text","text":"Synchronize attachments from Remote System","marks":[{"type":"strong"}]},{"type":"text","text":"."},{"type":"hardBreak"},{"type":"hardBreak"}]}]},{"type":"listItem","content":[{"type":"paragraph","content":[{"type":"text","text":"The page will refresh. Repeat step 2, and then enable "},{"type":"text","text":"Synchronize files from Remote System (BETA).","marks":[{"type":"strong"}]},{"type":"hardBreak"},{"type":"hardBreak"},{"type":"mediaSingle","attrs":{"layout":"align-start"},"content":[{"type":"media","attrs":{"type":"external","url":"https://appfire.atlassian.net/wiki/download/attachments/470624142/image2018-2-26_17-22-45.png?version=1&modificationDate=1522294708702&cacheVersion=1&api=v2"}}]},{"type":"hardBreak"}]}]}]},{"type":"heading","attrs":{"level":1},"content":[{"type":"text","text":"Working with Visualforce buttons"}]},{"type":"paragraph","content":[{"type":"text","text":"All buttons or links described under "},{"type":"text","text":"Configuring Salesforce","marks":[{"type":"link","attrs":{"href":"https://appfire.atlassian.net/wiki/spaces/CFSJ/pages/470622042/Configuring+Salesforce"}}]},{"type":"text","text":" are automatically compatible with Lightning Experience. There is no further action required."}]},{"type":"heading","attrs":{"level":1},"content":[{"type":"text","text":"Working with Visualforce pages"}]},{"type":"paragraph","content":[{"type":"text","text":"All Visualforce pages described under "},{"type":"text","text":"Configuring Salesforce","marks":[{"type":"link","attrs":{"href":"https://appfire.atlassian.net/wiki/spaces/CFSJ/pages/470622042/Configuring+Salesforce"}}]},{"type":"text","text":" are compatible with Lightning."}]},{"type":"paragraph","content":[{"type":"text","text":"To add Visualforce pages to a page layout in Lightning, add a "},{"type":"text","text":"Visualforce","marks":[{"type":"strong"}]},{"type":"text","text":" component when inside the page layout editor:"}]},{"type":"mediaSingle","attrs":{"width":20,"layout":"align-start"},"content":[{"type":"media","attrs":{"type":"external","url":"https://appfire.atlassian.net/wiki/download/attachments/470624142/image2018-2-26_17-10-17.png?version=1&modificationDate=1522294709588&cacheVersion=1&api=v2"}}]},{"type":"paragraph","content":[{"type":"text","text":"To adopt the Lightning Experience look and feel to your Visualforce pages, add the following markup to an "},{"type":"text","text":"<apex:page>","marks":[{"type":"em"}]},{"type":"text","text":" tag in your Apex classes:"}]},{"type":"codeBlock","attrs":{},"content":[{"type":"text","text":"lightningStylesheets=\"true\""}]},{"type":"paragraph","content":[{"type":"text","text":"For example, when applied to "},{"type":"text","text":"Connector Fetch REST API - Showing associated Jira Issues in Salesforce Cases","marks":[{"type":"link","attrs":{"href":"https://appfire.atlassian.net/wiki/spaces/CFSJ/pages/971577350/470623048/Connector+Fetch+REST+API+-+Showing+associated+JIRA+Issues+in+Salesforce+Cases"}}]},{"type":"text","text":", you will have the following:"}]},{"type":"codeBlock","attrs":{},"content":[{"type":"text","text":"<apex:page standardController=\"Case\" extensions=\"JIRAFetchIssuesController\" lightningStylesheets=\"true\">"}]},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Result"}]},{"type":"mediaSingle","attrs":{"width":70,"layout":"align-start"},"content":[{"type":"media","attrs":{"type":"external","url":"https://appfire.atlassian.net/wiki/download/attachments/470624142/image2018-2-26_17-18-55.png?version=1&modificationDate=1522294709650&cacheVersion=1&api=v2"}}]}]}
fieldGroupNamemigrated
fieldGroupIdhzcj7byw5p
excerptnow supports Salesforce's Lightning Experience. If you are ready to switch over, this page documents various features that may be of concern to you if you are an administrator. Working with Salesforce Files In Lightning, attachments are stored and managed as a  Files  object, as opposed to an  Attachment  object in Classic. Alongside  Attachment  objects, the Connector can sync  Files  objects from Salesforce to Jira as well. Note that this feature is currently on BETA. To turn this on: Visit a mapping configuration page. Expand the  Settings  section. Enable  Synchronize attachments from Remote System . The page will refresh. Repeat step 2, and then enable  Synchronize files from Remote System (BETA). Working with Visualforce buttons All buttons or links described under  Configuring Salesforce  are automatically compatible with Lightning Experience. There is no further action required. Working with Visualforce pages All Visualforce pages described under  Configuring Salesforce  are compatible with Lightning. To add Visualforce pages to a page layout in Lightning, add a  Visualforce  component when inside the page layout editor: To adopt the Lightning Experience look and feel to your Visualforce pages, add the following markup to an  <apex:page>  tag in your Apex classes: lightningStylesheets="true" For example, when applied to  Connector Fetch REST API - Showing associated Jira Issues in Salesforce Cases , you will have the following: <apex:page standardController="Case" extensions="JIRAFetchIssuesController" lightningStylesheets="true"> Result
propertyKeys["net.customware.confluence.plugin.scaffolding__hzcj7byw5p__data_0_tat1tjrjdm"]