Introduction #
- We are introducing a groundbreaking addition to the SKYVVA integration application: the ‘GETORGID‘ formula. This innovative formula is designed to effortlessly retrieve the Organization’s ID, offering extraordinary convenience and efficiency for users.
- With ‘GETORGID,’ accessing vital organizational data becomes seamless, streamlining integration processes that enhance system functionality. This new functional formula represents a significant advancement, empowering users with improved capabilities to manage and utilize organizational information within their integrations.
- Experience heightened efficiency and convenience with introducing the ‘GETORGID’ formula in the SKYVVA integration application.
- The new formula called ‘GETORGID’ to read the Salesforce Org-Id.
[su_box title=”Note” box_color=”#2a8af0″ title_color=”#000000″]
- With this addition, there’s no longer a need to write custom Apex code in the custom Apex formula for mapping purposes.
- This enhancement simplifies your integration process, saving time and effort while ensuring seamless data mapping.[/su_box]
Case: Use Formula ‘GETORGID’ for Callout Salesforce Organization’s Id #
Expectation:
- The ‘GETORGID‘ function serves the expectation of retrieving the organization ID value, essential for passing into the mapping process to generate the Payload within the SKYVVA integration application.
- This functionality ensures seamless data transmission and mapping accuracy, enabling users to efficiently handle and process information within their Salesforce environment.
Required step:
- Create an Integration
- Create an Outbound Interface
- Create an Adapter e.g. SAP CPI
- Do Mapping
- Link Adapter with Interface
- Scroll down to Query filter on SOQL Query for filter sObject
- Click Manual Process for Execute Callout
- After the Execute Callout, we get the Message Monitoring
[su_box title=”Result:” box_color=”#00d9a6;” title_color=”#000000″]The Salesforce Org ID will be generated into the payload. Please look at the screenshot below.[/su_box]
Here is the Payload:
The user can Verify the Salesforce Org Id after you callout.
- Go to Setup -> Search Company Information
- Go to Developer Console -> Execute Query ‘select id from the organization’
- After Execute you get Org ID:
[su_box title=”Note” box_color=”#2a8af0″ title_color=”#000000″] An integration scenario, requires accurate data, especially id-value, 18 character [/su_box]
Summary #
Now user learns the ‘GETORGID’ function in the SKYVVA integration application and retrieves the organization ID, crucial for mapping processes to generate Payload. This ensures accurate data transmission within Salesforce environments, streamlining operations and enhancing efficiency in handling information.