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 NetSuite Release Notes: May 27, 2020
Date: May 2020
About this update
Minor enhancement where we added the ability for a user to make a field as a real-time lookup. To make a field resolve directly from NetSuite 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 NetSuite 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.
A bug in the burst upload feature where records were not getting updated in NetSuite when using the 'upsert selected rows’ option. This was causing a mismatch in the number of jobs processed in the app when it was compared with the logs on the WS status page in NetSuite.
Fixed a bug where newly created records/fields are not being detected by the background upload feature.
Fixed an issue in the app login screen where the “Do not show this page again” checkbox was not working as expected.
CloudExtend Excel for NetSuite Release Notes: March 3, 2020
Date: March 2020
About the update
This update contains minor bug fixes and performance improvements.
Fixed an issue with burst mode upload where the user's role was not sent along with the request
Fixed an issue where subsidiaries were not displayed on the login flow
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.