My Stuff

markrCMD7 Red Ribbon

Comments

  • Thanks Robert, This is helpful info. I can assure you that the link is working as designed in the first example so I know that I can add custom attributes like target to the tag. I'd like to be able to expand that and add an onClick event but that's where everything seems to fall down. I appreciate the response though, and…
  • oops, this was simpler than I thought. For those having a similar issue I just verified the access level on the field in question and adjusted the execute as role field in the script deployment record. Now it works.
  • girieshg I actually tried that in the beginning and I got invalid format errors because the format that nlapiSetDateTimeValue uses requires leading zeros in the date format and nlapiStringToDate returns a date that looks like (using my example from above) "8/9/2016 09:48" so that didn't work out. I have a ticket in with NS…
  • HAHA! I had a feeling looking at the code like it would be a really bad idea, like I said I don't plan on doing it and hadn't planned on doing it. Mostly it was curiosity, like would that really work? It sounds like the answer is in short "yes but DON'T!" - Thanks for the replies.
  • I did some more research and realized a few things that I hadn't known before but for those that might be asking a similar question I'll share what I found. First it's useful to know that under Setup > Integration > Web Services Preferences there is a check box labeled "RUN SERVER SUITESCRIPT AND TRIGGER WORKFLOWS" - if…
  • Hi, I'm trying to build a formula that returns the closest date to an expected date based on a date range of records found. Currently my formula looks like this: ABS(TO_DATE('" + nlapiDateToString(workdate) + "' 'MM/DD/YYYY') - {custrecord_expecteddate}) I keep getting back "ERROR: Invalid Expression" and I'm not sure…
  • I just recently started to implement Git using BitBucket and SourceTree and I'm wondering if anyone has some resource that might illustrate the known pitfalls so that they can be avoided, or even any kind of resource that can shed more light on the best way to get Git working working with NetSuite. Thanks.