CloudExtend Excel for NetSuite Release Notes : May 27, 2020

CENS | Release Notes for May 27, 2020

Updated over a week ago

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 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.

Did this answer your question?