This blog provides a comprehensive list of all warning main and patch versions of 2.51, highlighting the potential issues and considerations associated with each version.
Adding Require picklists values while upgrading the new version #
In general picklist values from the package will not be added automatically when you upgrade the package. Therefore you must add them manually after the upgrade. Note that for a new installation, this problem will not arise.
sObject | Field API Name | Picklist Value | Version |
skyvvasolutions__Interfaces__c | skyvvasolutions__InboundPostingBehavior__c | Event Trigger Apex | 2.51 |
skyvvasolutions__Interfaces__c | skyvvasolutions__InbResponse_handling__c | Subscribe Salesforce Event | 2.51 |
skyvvasolutions__Interfaces__c | skyvvasolutions__InbResponse_handling__c | Create Platform Event | 2.51 |
skyvvasolutions__Interfaces__c | skyvvasolutions__InbResponse_handling__c | When empty response -> Status Completed (green) | 2.51.2 |
skyvvasolutions__Interfaces__c | skyvvasolutions__InbResponse_handling__c | When empty response -> Status Failed (red) | 2.51.2 |
skyvvasolutions__Interfaces__c | skyvvasolutions__InbResponse_handling__c | When empty response -> Status Pending (yellow) | 2.51.2 |
skyvvasolutions__Interfaces__c | skyvvasolutions__InbResponse_handling__c | When empty response -> Status Cancelled (grey) | 2.51.2 |
skyvvasolutions__InterfaceControlRuntime__c | skyvvasolutions__RecordType__c | Agent V3 Scheduler not run since xxx | 2.51 |
skyvvasolutions__InterfaceControlRuntime__c | skyvvasolutions__RecordType__c | Agent V3 Interface not runs since xxx | 2.51 |
skyvvasolutions__InterfaceControlRuntime__c | skyvvasolutions__RecordType__c | Agent V3 Interface Group not runs since xxx | 2.51 |
skyvvasolutions__InterfaceControlRuntime__c | skyvvasolutions__RecordType__c | Agent V3 Integration not runs since xxx | 2.51 |
skyvvasolutions__InterfaceControlRuntime__c | skyvvasolutions__RecordType__c | Alert When Not Run | 2.51 |
skyvvasolutions__InterfaceControlRuntime__c | skyvvasolutions__RecordType__c | SchedulerSubmittedTime | 2.51.7 |
skyvvasolutions__InterfaceControlRuntime__c | skyvvasolutions__RecordType__c | Child Relationship Name | 2.51.7 |
skyvvasolutions__IChained_Interfaces__c | skyvvasolutions__Init_Operation__c | Delete child not present in the payload | 2.51.1 |
Enable Lightning Web Security to Use the Beautify Editor 2.51 #
In this version, we have introduced a Beautify Editor in various areas, including Test Connection, Raw Logging Payload, Adapter Detail, Test Mapping, Import Message Editor, and View Basket. However, if you attempt to view it without enabling the ‘Use Lightning Web Security for Lightning Web Components and Aura Components’ option, an error will occur, causing a nonstop spinner. To resolve this, please make sure to check this flag.
Ensuring Proper Configuration for Custom Processing Classe in SKYVVA (2.51) #
In the previous version, you could use a ‘Custom Processing Class’ without specifying the location or processing unit. The processing block or unit can be set under the field ‘Custom Block to Replace SKYVVA Block’. Now, if you do not set the processing block, your custom class will not get invoked by our processing runtime. Therefore you must select one of the ‘Custom Block to Replace SKYVVA Block’ that you need to override.