My Stuff
Comments
-
that was so simple.. completely overlooked the max summary type on Date Created. Will try that. Thank you so much!!
-
Will try this. Thanks a lot for you help.
-
Hi Vesku, I had read something like this on suiteanswers too but will this work on create of a PO? i.e. in the Beforesubmit of a User event script. I can not get the internalid yet as the user has not saved the record. I need to validate that files are attached and if not then do not allow the user to save the PO. Thanks…
-
Thank you all for your comments. Will try with the suitelet option.
-
Yes, Have tried using mediaitem on a client script. var files = nlapiGetLineItemCount('mediaitem'); Does not get any value Also, var fileid = nlapiGetLineItemValue('mediaitem','mediaitem',1); returns blank Thanks.
-
Hi All, I am trying to connect to a restlet using TBA, Below is the sample code, using functions from the CryptoJS library. Error 403 is returned in the response code, also tried this using Postman but get the same error. this seems to be a related thread hence posting in the same. Any idea what could be the issue?…
-
Hi, Just an update looks like there was a firewall issue, we could not allow netsuite urls on a ftp server on AWS. I was able to connect to a resident sftp server . thanks for all your help.