How to get last n characters from a field in Splunk?
substr() can be used to get last n characters from a field in Splunk. Syntax: | eval customfield=substr( Field, -15 ) Example: | eval recordId=substr( result, -15 )
substr() can be used to get last n characters from a field in Splunk. Syntax: | eval customfield=substr( Field, -15 ) Example: | eval recordId=substr( result, -15 )
When a Lead record was assigned via Assignment Rule, in the Lead History entity, we should see an entry with ownerAssignment as the value in the Field column. Make sure ....
Give the permission "AmazonS3FullAccess" to the API User to access Amazon AWS S3 Buckets List via API. As a best practice, avoid using Root user account for API Access. To ....
Using GET request to https://s3.amazonaws.com we can get S3 Buckets List using REST API. Check the following Sample Request I have made using Postman client. AccessKey should be Access Key ....
When we open a Amazon AWS Lambda function, we can find the Last Modified Date. We cannot find when the Amazon AWS Lambda function was created. Amazon AWS Cloud Trail ....
AWS authentication requires a valid Date or x-amz-date header Exception is thrown when the date or x-amz-date is not used in the request. Please make sure date or x-amz-date is ....
Using Service Cloud Voice LWC Toolkit API Events, we can perform actions using Lightning Web Component. Sample Code: HTML: <template> <lightning-service-cloud-voice-toolkit-api> </lightning-service-cloud-voice-toolkit-api> </template> JavaScript: import { LightningElement } from 'lwc'; ....
In InvokeSalesforceRestApiFunction Lambda, updateRecord method can be used to update records in Salesforce. If you haven't setup the Connected App and Amazon Variables, please check this https://www.infallibletechie.com/2022/11/how-to-test-salesforce-soql-from-aws-invokesalesforcerestapifunction-lambda-function-in-the-aws-console.html Sample Payload to ....
The following exception is thrown when the Dev Hub org is not authorized while creating the scratch org. Make sure that the org with username and ID is enabled as ....
Pre-Requisites: 1. VS Code. 2. project-scratch-def.json file in VS Code. { "orgName": "Demo Company", "edition": "Developer", "features": ["Communities", "ServiceCloud"], "settings": { "communitiesSettings": { "enableNetworksEnabled": true }, "omniChannelSettings": { "enableOmniChannel": true ....