I have a client who didn't check the 'Update Price...
# general
p
I have a client who didn't check the 'Update Prices' box when creating their Memorized Transaction template. Is there a way to mass update the templates? I don't see an option to update via CSV. Any other ideas? Here is a screenshot of the box that I want checked. Thanks!
d
use this api in your console nlapiSubmitField(“memdoc”,30,“updateprices”,“T”);
take all the memorized transactions internal ID into an array and then loop over it with the above api