Browse by categories
-
All
-
Collaboration
-
Configuration & Data Management
-
CPQ and Billing
-
Customer Service & Support
-
Desktop Integration
-
Einstein Analytics
-
Email
-
Email Marketing
-
Journey Management
-
Mobile
-
Mobile Messaging
-
Packaging, Uploading & Installing Apps
-
Reports & Dashboards
-
Sales & Marketing
-
Security
-
Social Marketing
-
Trailhead Challenges
-
Additional Products
Validation Rule for blank picklist
Any help is greatly appreciated.
AND(
OR(
TEXT( Tertiary_Details__c ) = TEXT( Secondary_Details__c),
TEXT( Tertiary_Details__c )= TEXT( Primary_Details__c ),
TEXT( Secondary_Details__c )= TEXT( Primary_Details__c )),
NOT($User.BypassValidationRules__c),
NOT(ISBLANK (TEXT(Final_Reason__c))))
Best Answer chosen by John MendozaOdessa Leasewave
Best Answer chosen by Robert EvansYou will need to integrate your Odessa system with Salesforce using REST or SOAP API. Post this question in developer forum "developer.salesforce.com" to get more details around the integration.
let me know in case you need further details.
How to change the Pardot default email preference page?
Best Answer chosen by Candice San JuanWould you please mark this query as a best answer and open a new thread and post your above query separately. I'd love to answer but please close this one and keep the community clean :)
I will jump to your next thread as well and keep on answering...
Mac and Salesforce/Outlook Integration
We just started using the Salesforce/Outlook integration a few weeks ago. However we ran into our first issue today. We have one person using a mac, the rest of us are on pc's, and today when she went to log an email on send the button would not work. The contact was pulling in, we just couldn't click the button.
Has anyone else had any issues with this? With it being the only Mac in our office, it's hard to trouble shoot what's going on.
Best Answer chosen by Megan ReberryI thought I had the latest version too! I was banging my head because I was like "But my users have the latest version. There has to be a different solution."
When I talked to SF support, they told me to literally follow these steps. I figured I had nothing to lose and tried the steps they offered:
1. Open any Office 365 Product.
2. Choose Help at the top.
3. Click on Check for Updates.
4. Select Manually check.
5. Check off the "Join the Office Insider program to get early access to new releases"
6. Select Office Insider Fast for the picklist value under "Choose how you get insider builds" field.
7. Click on Check for Updates.
8. After doing that, I found out I was wrong. There were more updates. I clicked to update all and it worked.
If you follow these exact steps and it still doesn't work then you might need to talk to your office 365 administrator to push the 16.24 through Insider to everyone.
I'm trying to finish a trailhead module but I can't download an app from the app exchange into my Trailhead Playground
Does anyone know what I am doing wrong here? Please help!
Best Answer chosen by Brian FergusonElse, you can have option to loginto Trailhead Playground, when you try completing the challenge.
You can loginto One of the Playground. In the user record. Reset the password, so that you can use those credentials to login to app exchnage.
Hope this Helps!
Restoring Campaign Name - Primary Campaign Source field incorrect name
Is there any want to change it back?
Best Answer chosen by Deanne WaltersI'm unable to add products after clicking the Edit Lines on the Quote
From the CPQ Quote "Edit Lines" button I get a screen which tells me the quote has no line items and to click the "Add Products" button, however there is no add products button.
This is in a sandbox org, which was just refreshed from production. I've done the OAuth already in the config settings. What else am I missing?
Here is a screen shot:
Best Answer chosen by Pete Fifeis there a way to limit target amount adjustment to apply only certain products on a quote.
Best Answer chosen by Anil MadithatiFlow - Upload Document in Lightning
I have a flow that has the user upload a document. I'm storing the document/s id's, but as a Collection Text varible (no other option). I want to be able to reference the document id to a praticular record, but seems I have no way of doing this as its a Collection.
How can I update an Object record with the values from a Collection?
Best Answer chosen by Neil HatchAdd an Assignment element and you can access individual Record Id (In my example varRecordId).
Link the Loop to Assignment and Assignment to Loop again to close the loop.
(Either collection variables has single record or multiple adjust your assignment accordingly)
Loop will again link to update record element as per my bellow sample flow
picklist screen component default value
For a number field (and other types) I can show the current values:
My flow works and I can update all fields of all types. but I still want a way to prepopulate the picklist values on the screen.
Best Answer chosen by Alon MagenWe can add a Static choice as default selected choice currently.
Just click on "Add Choice" button and, add a new resource of choice type with a static value.
That newly added choice will be available for select in Default Value picklist.
For dynamic choice there is an open idea under Product Team Review https://success.salesforce.com/ideaView?id=08730000000ihzjAAA