Hi All, I am getting the below error in my script ...
# suitescript
s
Hi All, I am getting the below error in my script when trying to update the invoice record. 'THE_GL_IMPACT_OF_A_TRANSACTION_IN_A_CLOSED_PERIOD_CANNOT_BE_CHANGED_SUMMARY_OF_IMPACT_CHANGES_1.' Any idea why i am getting this error? 'ALLOW NON-G/L CHANGES' checkbox is checked for posting period. Thanks
c
What fields are you changing?
s
some custom fields
b
make sure that there arent any other scripts or workflows making a gl impacting change
✔️ 1
b
Yes @SS this error means some process is attempting to make a G/L change, which is forbidden in closed periods. Whether ALLOW NON-G/L CHANGES is checked or not.
s
Thank you all