Join Slack
Powered by
Enter it as a number, not something with a `%` tac...
# suitescript
s
Sandii
01/22/2020, 9:37 PM
Enter it as a number, not something with a
%
tacked on it
e
ec
01/22/2020, 10:39 PM
but i need a percentage
ec
01/22/2020, 10:39 PM
as if i were doing it in the ui. especially when adding multiple discount lines one after the next, the percentage is calculated on the original line
ec
01/23/2020, 1:27 AM
@battk
suggested the correct approach:
REC.setSublistText({ sublistId: 'item', fieldId: 'rate', line: newLineId, text: rate });
Open in Slack
Previous
Next