This post will give step-by-step information for Jira integration within Salesforce Apex and create a Jira issue from Salesforce.
apex
Named and External Credential are critical tools for secure data connectivity within Salesforce. Let us use authentication parameters of external credentials
This post will explain how to create a configurable record picker in lightning web component to make it more manageable in code.
- LightningLightning Web ComponentSalesforce
Displaying Tabular Data with GraphQL in Lightning Web Component
GraphQL improves web development by providing more efficient data fetching. In this post, we will fetch data using GraphQL in the Lightning Web component.
Dynamic component instantiation can help us avoid loading huge modules. Dynamic import is an easy way to make a component more adaptable.
Pexel is a popular online platform providing high-quality, free stock photos and videos. Sometimes we need images/videos for Social Media Marketing, Presentations, Art and Design Projects, Product Design, Prototyping etc. …
GraphQL can retrieve data from multiple sources in a single query. In this post, we will build a GraphQL Query Generator in Salesforce Apex.
Businesses need to capture images in Salesforce to support customer service. This post will use Visual Force code to Capture Images in Salesforce.
Slack is a cloud-based application meant to improve organisational communication. In this post, we will integrate Slack in Salesforce for Customized messages.
GraphQL is a query language for fetching required data using API. This post will explain GraphQL API, and its benefits over REST API and will test this API using a …