All Collections
Excel Data Management for Salesforce
Release Notes
πŸ“£ Release Notes for CloudExtend Excel Data Management for Salesforce 2020
πŸ“£ Release Notes for CloudExtend Excel Data Management for Salesforce 2020

Don't miss out any feature release. Check out this page to keep you updated on what's new and all things we are cooking for you!

Updated over a week ago

See what we are rolling out! Get updated on what's new and recent updates within our CloudExtend application! ✨

Version History


Downloads and Documentation


CloudExtend Excel for Salesforce Release Notes: May 27, 2020

Date: May 2020

We added the ability for a user to make a field as a real-time lookup. To make a field resolve directly from Salesforce instead of cache, you need to edit the formula in the first row.

Use this with caution as it may degrade performance unnecessarily since it needs to make a call to Salesforce for every line during an upsert operation. Once resolved, consider replacing it with the internalID in [[nnnn]] format before upserting.


​Example:

Old value

= T(N("TimeBill.employee"&4))

New value

= T(N("TimeBill.employee"&20))

&4 must be changed to &20 .

This update also contains minor bug fixes:

  • After all records in a template are deleted, a refresh all operation now clears the content in the table.

  • Fixed a bug observed while downloading a report with URL fields, where the downloaded field shows HTML code. Now it correctly shows the URL.


CloudExtend Excel for Salesforce Release Notes: March 3, 2020

Date: Mar 2020

This updated added the following new fixes and features.

  • Exposed the 'RecordType field in Account and Contact records.

  • Modified the download filter to allow for selecting multiple values in the criteria (IN STATEMENT).


Check Previous Release Notes


Need help?

Use the chat icon at the bottom of the page to talk to our support team or send us an email to cloudextend-support@celigo.com.

Did this answer your question?