Ender Polanco Rivasepolanco.dev·Sep 23, 20233 Things to consider when upgrading APEX to 23.1Commonly, applications continue working as expected after installing a new version of APEX (thankfully) but sometimes, and often depending on the APEX version you're currently working on, your applications may be impacted, even if compatibility mode ...Discuss·2 likes#oracle-apex
Adriaan Van Niekerksalesforceadriaan.hashnode.dev·Sep 19, 2023I created my first Invocable Method and it is beautiful!My first experience on a project using Apex was when I was required to generate a random number using a flow. For those who are familiar with flows, you will know that there isn’t a function or action that can be used out of the box to generate a ran...DiscussSalesforce
Adriaan Van Niekerksalesforceadriaan.hashnode.dev·Sep 15, 2023Choose a Winner at Random: The Salesforce Way (Part 2)In my previous article, I discussed how to generate a random number using Apex and how to best approach it with the method math.random() that is available to us. Now, let's take it a step further and expand its functionality to receive a lower and up...DiscussSalesforce
Bruno Cardosocardoso.hashnode.dev·Sep 8, 2023How implement load and wait spinners in Oracle APEXWho hasn't dealt with a pesky user who generates those hard-to-debug errors, only to discover in the end that the person simply clicked a button multiple times and executed the process multiple times? Today, I'm going to teach you a tip that will sol...Discuss·5 likes·92 readsApex
Vikaskumar Pandeysalesforcesherpa.hashnode.dev·Aug 27, 2023From Working as a Front-End Developer to Salesforce Developer: A Career Transition Guide.In today's ever-evolving tech industry, professionals often find themselves at crossroads, contemplating career transitions. One such transition that has gained prominence is the shift from being a Front-End Developer to a Salesforce Developer. This ...DiscussFrontend Development
nishant chimotenishantc.hashnode.dev·Aug 13, 2023Apex language features -apexsandboxI love Ryan Wingate's blog and I often refer to it for revision or notes for all things Salesforce, I stumbled across this awesome website called apexsandbox.io and was intrigued to solve the problems just to test my knowledge, so this will be my ver...DiscussSalesforce
Bruno Cardosocardoso.hashnode.dev·Jul 24, 2023Building a drop-down list in a report row in Oracle APEXDid you miss me? HELLO EVERYONE! 👋 Today, I will show you some of my most powerful tips in Oracle APEX that will enhance UX/UI and application flow. Implementing these tips will earn you some points with your PMs. So, let's get started 🚀 https://gi...Discuss·11 likes·344 readsOracle
SHARIQUE KALAMshariquekalam.hashnode.dev·Jul 19, 2023Child to Parent communication in LWCLet's start by creating two components Parent Component: parentAccountLwc Child Component: childAccountLwc The Parent Component will display the Account Name communicated by the Child Component which will have a picklist of contacts. On selectin...Discuss·56 readsSalesforce
Tom Lieberyaitcon.hashnode.dev·Jul 6, 2023Beyond The LimitSphinx Blog create PL/SQL Package or Procedure,because it is a Prototyp i just create an Procedure. create or replace procedure create_page_with_region_ig (p_schema_name varchar2, p_pagename varchar2, p_page_id number, p_table_name varchar2,...Discuss·1 like·49 readsOracle
Scott Spendolinispendolini.blog·Jul 4, 2023IDCS Multi-Factor AuthenticationNow that we have APEX delegating authentication and authorization services to IDCS, let's add another layer of security: multi-factor authentication. Multi-factor authentication - or MFA for short - provides an additional layer of security when signi...Discuss·12 likes·89 readsWho Are You?MFA