-
Can I do a right pad in a Select Statement
Hello, I need to do a RPAD on the following statement, but it does not seem to work in a the Select or Where Clause. Can a RightPad be use in the following way?
Hello, I need to do a RPAD on the following statement, but it does not seem to work in a the Select or Where Clause.
Can a RightPad be use in the following way?
v_year = '2024';for (Candidate_Recs__c firstAssign : recsToProcess) {
for (Contact seqAssign : [ Select MIN(lastName.RightPad(40, ' ') +
firstName.RightPad(40, ' ') +
middleName.RightPad(40, ' ') )
, MIN(contact.pre_code)
FROM
Contact
WHERE
lastName.RightPad(40, ' ') +
firstName.RightPad(40, ' ') +
middleName.RightPad(40, ' ') +
>
firstAssign.lastName.RightPad(40, ' ') +
firstAssign.firstName.RightPad(40, ' ') +
firstAssign.MiddleNameRightPad(40, ' ') +
AND Contact.status IN ('AX', 'TQ', 'RO')
AND Contact.class_started = :v_class_yr
AND Contact.pre_code IS NOT NULL
AND Contact.employee_nbr IS NOT NULL]) {//Do Something
}
}
Thanks for any help in advance.-
This discussion was modified 5 years, 4 months ago by
Angela Wright.
-
This discussion was modified 5 years, 4 months ago by
Angela Wright.
-
This discussion was modified 5 years, 4 months ago by
Log In to reply.
Popular Salesforce Blogs
What are Flows In Salesforce in 2023?
A flow is a Salesforce application that collects data and performs actions in your Salesforce org or an external system. To automate a business process…
Top 5 Salesforce Development Trends in 2024
Salesforce, the undisputed leader in Customer Relationship Management (CRM), continues to evolve at a rapid pace. As we step into 2024, several exciting trends are…
An Introduction to Salesforce Consumer Goods Cloud
Salesforce has introduced Consumer Goods Cloud, a new industry product that enables companies related to consumer goods to optimize revenue growth and maximize ROI with…
Popular Salesforce Videos
Salesforce Trailhead - Control Access to Fields
In this video, Your Coding Buddy covers how to control access to fields in Salesforce Trailhead. He explains that this is important for keeping data…
Apex Scheduler Part II | Asynchronous Apex | Salesforce Video Tutorial
Asynchronous Apex 1. Apex Scheduler 2. Ways to run apex scheduler 3. Cron Expression 4. Examples Upcoming Video on Batch Apex Hope you guys enjoy…
How To Create Global Picklist In Salesforce
Learn how Global Picklist is created in Salesforce. The following points will be covered in this tutorial - 1. Introduction To Global Picklist Global picklist…
Popular Salesforce Infographics
The Timeline: 20 Years of Salesforce
Salesforce completed 20 years recently. The celebrations were grand with thousands of employees and trailblazers and Ohana family joining in. The world’s no. 1 CRM…
Back to Basics: Salesforce Data Loading
Discover best practices for Salesforce data loading straight from the dataloader.io community with this useful Salesforce infographic. Users can quickly and easily delete or move…
Precision in Practice: Tenetizer's Salesforce CRM Consulting Services in 2024
Tenetizer Technologies provides Salesforce CRM consulting services with a focus on streamlining sales processes, improving customer service, and driving growth for all businesses. We specialize…