My Stuff
Comments
-
Fantastic! Thanks for bringing this up! Peter
-
Hmmm so I have added in the 'New date', and also tried the Date.parse method - both of which still seem to change when passed into the library script. This is an alert that I ran just after grabbing the field values "new Date(preQuote.getValue('custrecord_cs15_datetime_assigned'));" and "new…
-
Hmmm I tried adding the second parameter but had no luck - it still returned no value. here is my code with the bits I have been trying to work out whats going on - including parseInt() and Number(). It also includes some logs which I will show below. var surveyRecord = scriptContext.newRecord; var expDenom = 0; var…
-
Hi Peter, Use parseInt(value) Cheers Hi Olivier Thanks for your help It is really strange - when I us surveyRecord.getValue('custrecord_cs15_understood_project') without Number() or parseInt() I get the value for the field. As soon as I add either of those ie…