Sahithya
05/19/2025, 10:15 PMCeligo AI
05/19/2025, 10:15 PMAI generated answer (using internal Slack threads):1. For the first thread, the error "Record has been changed" usually occurs when there is a conflict between the record you are trying to save and another process that is trying to save the same record. This could be due to a workflow or user event script that is also trying to save the record. The solution would be to disable any workflow or user event script deployed to your record and try again. 2. In the second thread, the error "INVALID_FLD _VALUE" indicates that an invalid value has been provided for a field. In this case, it seems like an invalid date format is being used. The date format should be D/M/YYYY. If you are sure that you are not adding any date object to the record, then it might be possible that another script deployed to the same record is causing the error. You should check for any such scripts. 3. The third thread discusses the error "SSS_INVALID_SUBLIST_OPERATION". This error usually occurs when you are trying to access a field on a non-existent line or trying to add or remove lines from a static sublist. The suggested solution is to check the order in which you are setting the columns. It is likely that you are trying to set the price before setting the item, which is causing the error. You should try replicating what you are doing in the code via the UI to see if it breaks in the same way. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
05/19/2025, 10:15 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.849662781
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839907229
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.836788177
Celigo AI
05/19/2025, 10:15 PM