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
Dhiraj Gore
02/23/2022, 5:46 AM
use this api in your console nlapiSubmitField(“memdoc”,30,“updateprices”,“T”);
Dhiraj Gore
02/23/2022, 5:46 AM
take all the memorized transactions internal ID into an array and then loop over it with the above api