Asynchronous Apex
Asynchronous Apex in Salesforce allows developers to execute operations in a separate thread, enabling tasks to run in the background without impacting the user experience. This approach is particularly beneficial for handling long-running processes, callouts to external systems, and operations
Persist Data Using AsyncStorage in React Native
Persist Data Using AsyncStorage in React Native There are various ways to preserve the data in React Native but AsyncStorage is the most recommended way to persist data in your React Native applications as it is a built-in feature. AsyncStorage
Create a drop-down with search capability using Devextreme components
How to Create a drop-down with search capability using Devextreme components Many of you might have seen a drop-down menu with a search capability that appears in Gmail on Move To Button click as shown in the screenshot below. Similarly
Import Gravity Forms through code in WordPress
Import Gravity Forms through code – WordPress Gravity form is a WordPress plugin that is basically used to build and publish the WordPress forms. Sometimes the situation arises when we need to import Gravity Forms through code. For instance, I
In Totara – User Enrolment into Course as well as corresponding Group
Totara – How to programmatically Enroll User into Course along with the corresponding Group As a trainer or a manager, if you go to Gradebook screen you will see the dropdown of group names there, on which you can filter
Language pack update in Totara 11
Language pack updation in Totara 11 In previous versions of Totara, we were required to update the version of plugin in version.php file to reflect the language file changes. Therefore for a single string change the plugin version needed to
How to set the values of Metadata (column fields) of Sharepoint Documents
How to set the values of Metadata(Column fields) of Sharepoint Documents Here is the code in C# which helps you to change the metadata field values of Sharepoint Files. //This manager class can be used to obtain a SharePointContext object
Facebook Share – React Native
Facebook Share-React Native React native provides Facebook SDK to integrate facebook APIs in react native application. It can be used for both (iOS and Android) platforms. Below is the documentation to configuration this package for android: Installation: 1. Go to
Paytm gateway integration in PHP
Paytm gateway integration in PHP Paytm is a very popular way to make payments these days. To integrate Paytm in our site we need to follow the given steps – Step 1. First, we need to create an account at
Fill a PDF form using C# console application
Fill a PDF form using C# console application We will be using the SyncFusion Package to fill out the PDF Form Fields. To add SyncFusion to your project follow these steps : 1. Go to Tool -> NuGet Package Manager