Hello Everyone! Does anybody know if it is possibl...
# suitescript
m
Hello Everyone! Does anybody know if it is possible to launch the "Update Revenue Plans" bulk action from Suitescript? Thanks in advance!
m
You might try making an
https
call to
/app/accounting/bulkprocessing/managearrangementsandplansstatus.nl?BulkProcSubmission_CREATEDDATE=TODAY&whence=
which will trigger the same process as clicking the button.
m
Thank you @Mike Robbins for your suggestion. Actually that is the path I'm currently working on: I am trying to find the right URL to be called. It seems that neither mine nor yours is working. I'll go on searching and let you know if I succeed 😉
It seems that making an https call to "/app/accounting/revrec/RevenueArrangementButtonHandler.nl?id=98030&type=updaterevenueplan" (where 98030 is the id of Revenue Arrangement) works