Release Notes | Version 11.19

Release Date | 09.12.2022

Summary

With each release, Prodly strives to improve our product and deliver the results and features our users need to make their work easier and more efficient. Our release notes are available to our users to review our most anticipated feature releases including requests and suggestions provided by our customers and updates on our latest bug fixes. 

What we are most excited about

Highlights from our latest release

  • Environment Access Control
    • Users can now restrict access to certain environments to prevent certain users from being able to deploy to these environments
    • Admins are able to use the standard Salesforce sharing model to control which users have access to which Managed Instances.
    • Users require Read access to be able to view the Environment on the management board and to use it as a source when doing data or metadata deployments.
    • Users require Edit access to be able to use it as a destination when doing data or metadata deployments.
    • Users require Delete access to be able to unmanage the environment.

For our users, from our users

Suggested improvements and feature requests from our users

  • Better preview of selected data set/deployment plan in Guided Deployment and Sandbox Seeding 
    • After selecting a data set/ deployment plan for deployment, the following details will be displayed for the selected data set/deployment plan
      • Name of the data set/ deployment plan
      • Link to edit data set/deployment plan in new tab
      • Folder data set/deployment plan is in
      • Root object (data set)
      • Source org schema (data set)
      • Query filter (data set)
      • Steps (deployment plan)
  • Users can now filter by folder in Deployment Plan dropdown in Guided Deployment

Bug Fixes & Enhancements

Latest fixes and updates

  • PM-1692 Field updated to store long (over 1,000 characters) access and refresh tokens for connections
  • PM-1573 Refresh button added to deployment history
  • PM-1580 Explanatory text updated when selecting ‘Use with Version Control’ on environment card
  • PM-1349 Page layouts now appear in Metadata diff viewer even if they are the only change to an object
  • PM-1431 Simulation now working as intended when a data set name contains non printable characters
  • PM-1487 Reauthenticating control environment now updates existing connection instead of creating a new one
  • PM-1495 User matching logic for set audit fields is no longer case sensitive
  • PM-1507 De-selecting a field for transformation will not clear out other previously selected picklist value transformations
  • PM-1516 Stopping deployment will stop data sets that are running
  • PM-1560 Picklist transformations from ‘All remaining values’ to ‘Blank field value’ no longer lists ‘Blank field value’ in the destination and instead leaves the value blank
  • PM-1585 Loading ‘All Major Metadata Types’ in comparison view will not cause ‘java.lang.reflect.InvocationTargetException’ error and instead will load all the relevant types
  • PM-1354 ‘Beta’ removed from AppOps test request

Managed Package Schema Changes

This release contains the following changes to the managed package schema. Prodly Permission Sets have been updated to reflect these new components for package 2.217.

*Required: Requires at least read access to this component to use the application

Component Name (Label)Component Type
Parent Component
Description
*Required
Access_Token_Long__c (Access Token Long) Custom Field
ConnectionStores longer tokens which do not fit into an encrypted field max length of 175.Yes
Refresh_Token_Long__c (Refresh Token Long) 
Custom Field
ConnectionStores longer tokens which do not fit into an encrypted field max length of 175.Yes
Survey_Setting__c (Survey Setting)Custom Setting
Track in-app survey submissions.
Yes
Last_Survey_Date__c (Last Survey Date)
Custom Field
Survey Setting
Last survey submission date/time.
Yes
SurveyController
Apex Class
Controller for survey submission pages.
Yes
SurveyControllerTest
Apex Class
Tests for the controller for survey submission pages.