Hi Team, *Problem Statement*: We are facing an i...
# suitescript
p
Hi Team, Problem Statement: We are facing an issue when generating Sales orders. Below error is thrown while generating sales orders in case of promotion parameter is set. "type": "error.SuiteScriptError",   "name": "USER_ERROR",   "message": "Please enter value(s) for: Promotion, Coupon Code",   "stack": [     "anonymous(N/serverRecordService)" Also, we had verified that we are passing the correct internalid for the Promotion record. For some of the user, we are not facing any issue while for others it is not working even though all set of configurations were same except the promotion record. Are there any changes in Sales order creation using Promotion? Let me know if any specific configuration to be checke.
a
Try to do the same from user interface. Could it be that the Propotion you are setting is not available for the specific case, either in the user interface?
p
Thanks