Hi,
With the NetSuite 2024.2 release, I understand that hardcoded external URLs using the old &h=
parameter will no longer work. I’ve found the following hardcoded URLs in some Celigo scripts in Netsuite, which seem to be related to the Celigo bundle, and I’m concerned about whether these connections will break once the environment is updated to 2024.2.
Match #1:
- File name: Celigo_SendTestToRemote.js
- File path: SuiteBundles > Bundle 20038 > scheduler
- Matched on line(s): 8
- Status: Not fixed
- Comments: The affected URL points to an external account, and we don’t have access to update the new URL. The responsibility lies with the developers of the bundle to fix this.
Match #2:
- File name: Celigo_Netsuite_IP_Info.js
- File path: SuiteBundles > Bundle 20038
- Matched on line(s): 17
- Status: Not fixed
- Comments: The affected URL points to an external account, and we don’t have access to update the new URL. This also needs to be addressed by the bundle developers.
Has anyone else encountered this issue with Celigo or similar bundles? Will these connections be affected by the update? Thanks!