How do you ensure API security and avoid data leakage
Ensuring API security and preventing data leakage is critical in any Salesforce integration. Whether you’re exposing or consuming APIs, you must follow best practices around authentication, authorization, encryption, data validation, and monitoring. Key Strategies to Secure Salesforce APIs & Prevent
Moodle: Checking visibility of Specific activity to users
In moodle, there can be various conditions based on which we can restrict visibility of an activity to all or some specific users even when activity has been created in course and is available to users. First Red Box area
Test cases generation and bug report generation in salesforce
In case you would like to create test cases or record bugs inside Salesforce you can create custom objects for this. Steps for test cases object creation: Select->Setup->create object->new custom object Then we can add custom fields and relationships or
Couple of different ways to rename table name through UI in phpmyadmin
First method: 1. Click on the database (from list of databases on the phpMyAdmin home screen) in which you want to rename table name. 2. You will see a list of tables on click of the database. 3. Select the
What is PDO? Why PDO should be used in PHP?
PDO stands for PHP Data Objects. PDO is a consistent way to access databases. Today, mostly websites or desktop based applications store their data in databases. Therefore, PHP has also provided the way to connect with databases. PHP supports following
Moodle | Hyperlinks in course summary
In Moodle when we create a new course we have an option to add summary/description of course. We can use this summary anywhere while showing courses. This summary could be anything. It can be simple text, image, multimedia or hyperlinks.
How to send ical attachment via PHPMailer
We can send ical attachment in email using attach ical file (filename with .ics file extension). For example, following is the object containing the information about ical like event start date and time, location, event summary etc: $ical_content = “BEGIN:VCALENDAR
Attach SVN Commit comments to JIRA tickets
1. How to see svn code committed in eclipse related to your Jira ticket? One of the important features of Jira is that you can see all your svn commit history related to a task in it. Steps that we
Zoho Integration with Dropbox
This post briefly describes how to connect to dropbox from Zoho CRM in Deluge script and create a folder in Dropbox. Further integration can be done as required according to your project. 1. Login into your Dropbox account and generate
Perform Performance/Load Testing Using Selenium
We can perform load testing in selenium using thread Pool Size and invocationCount attributes of Test annotation. ThreadPoolSize will create a pool of threads with the help of which test method can be run via multiple threads. For Example: if
