User Story This is a pretty basic Intro to JavaScript problem (and common interview and homework problem!) that we will be solving via Salesforce. We want to input a sentence or phrase and determine whether or not what we have entered is a palindrome. For kicks and giggles, we also want to count the numberContinue reading “Creating Dynamic Charts with Chart.JS – Part One: Palindromic Sentences”
Tag Archives: xml
Using An XSLT File to Transform XML for ANT
User Story We have a new field on the Account object, and we want to prevent users from being able to edit the Account object while we deploy the new field. To do this, we will be using an ANT script to make the Account object Read Only for all profiles and permission sets, andContinue reading “Using An XSLT File to Transform XML for ANT”
Managing Basic Data Loads Using Dataloader CLI
User Story We want to complete a data load into a production environment to insert and update a list of contacts from a .CSV file that we received from our data team. We have to do this load every day, and we’re doing it in production, so we want to cut down on time andContinue reading “Managing Basic Data Loads Using Dataloader CLI”