|
|
SELECT Case__c, System_Type__c, COUNT(Id) |
|
|
{!'Basic ' & BASE64ENCODE(BLOB($Credential.BalancedLivingCredential.Username & ':' & $Credential.BalancedLivingCredential.Password))} |
|
Problem: a random user should be selected from a queue to assign a lead. The number of users in the queue is unknown and calculated on the go (variable Implications: multiple records may enter the flow at the same time, so the random number should be generated for those (and the timestamp can't be used to generate the random number). Solution: Use date with the combination with data that came with a record to generate a random number. The seed (the starting number to generate a random(~er) number) is a concatenation of date and length of the Lead Name (variable Implication: we don't know the span of a random number (max and min), so, we can't normalize the output. Final solution:
|
|
Validation Contacts <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" > <attribute name="contactid" /> Brand Preferences
Addresses <fetch version="1.0" output-format="xml-platform" mapping="logical ... Read more » |
|
WHERE Brand_Name__c != 'Etude' AND RecordTypeId = '012E000000066VlIAI' AND LastModifiedDate < 2020-03-03T00:00:00.000+0000 Select LastModifiedDate from Contact WHERE LastModifiedDate < 2020-03-03T00:00:00.000+0000 LIMIT 2 FROM Contact where RecordTypeId = '012E000000066VlIAI' AND (Brand_Name__c = '19 Crimes' OR Brand_Name__c = 'Acacia' OR Brand_Name__c = 'Cavalieredoro' OR Brand_Name__c = 'Cellar360' OR Brand_Name__c = 'Chateau St. Jean' OR Brand_Name__c = 'Embrazen' OR Brand_Name__c = 'Main & Vine' OR Brand_Name__c = 'Maison De Grand Esprit' OR Brand_Name__c = 'Meridian Vineyards' OR Brand_Name__c = 'Penfolds US' OR Brand_Name__c = 'St. Clement' OR Brand_Name__c = 'The Cellar' OR Brand_Name__c = 'The Walking Dead Wine' OR Brand_Name__c = 'Treasury Wine Event') ** Select Id FROM Club_Member__c Where Club__r. ... Read more » |
|
list fixCity = new list([Select Id, City__c from Contact where City__c like '%,%' LIMIT 2); for (Contact c: fixCity ) { |
|
Just checking in to see how things are going on your side and to also confirm back to you that we will have our team ready, and to call out some items we need in order to prepare. Amy and I had a quick planning session and here are our asks:
|