Αποτελέσματα Αναζήτησης
3 Ιουν 2013 · One is the Case table with some custom fields, Topic__c and Sub_Topic_c. I'd like to create another table that has the same two fields so that based on the Topic_c + Sub_Topic__c values in a Case record, I can return values from the second table. I know how to do this easily in SQL Server or Oracle. How would I do this in SalesForce SOQL?
To create clickable links in Formula fields, use the HYPERLINK function or a valid URL. If you have formula custom fields that contain a HYPERLINK function, the server generates an HTML anchor for the link. For example, this function: HYPERLINK("/apex/VF_TEST", "VFLINK",'_self') generates this HTML output: <a href="/apex/VF_TEST"
29 Απρ 2024 · SOQL (Salesforce Object Query Language) is used to search your Salesforce data for specific information. Here are some commonly used SOQL statements you should keep as an SOQL Cheat Sheet for quick reference.
With SOQL Builder, anyone can visually build, run, and explore results from queries, taking out the guesswork from building SOQL queries. Build queries using clicks in a visual editor, then save and extend the queries using a text editor.
Salesforce REST Adapter Capabilities. The Salesforce REST Adapter enables you to create an integration in Oracle Integration that connects to a Salesforce application. You can configure the Salesforce REST Adapter as a trigger or invoke connection in an integration in Oracle Integration.
17 Ιουλ 2023 · Salesforce provides an intuitive interface to configure the external data source, allowing you to enter the necessary information, such as the data source name, description, and connection details. You can also specify the query capabilities, such as the fields to retrieve and any filters or sorting criteria.
Use the Salesforce Object Query Language (SOQL) to search your organization’s Salesforce data for specific information. SOQL is similar to the SELECT statement in the widely used Structured Query Language (SQL) but is designed specifically for Salesforce data.