My Stuff
Comments
-
What was the end up with this? We have a workflow that is not triggering when a payment is processed using the payment link but it does trigger when the payment is processed by a Netsuite user.
-
I am not just looking for a solution that is built into Netsuite. I am open to third party options or connections as well.
-
We are in the same boat here. Netsuite support has been MIA. The loading time for all records has been terrible and they seem unable to identify the problem....
-
That was it! When I removed the TO_CHAR portion and divided by 30 it ran without any issues. Is it possible to calculate the number of days in a month without using TO_CHAR?
-
Thank you so much Pradeep this was a huge help! I tweaked it slightly to give me the total available that I was looking for. I posted the change here in the event others are looking for what I needed. function clientPostSourcingInvoice(type, name) { if(name == 'item' && type == 'item') { var itemID =…
-
Try a summary saved search Standard criteria date is this month -or- date is same month last year Summary criteria count of date is this month = 0 I might be missing it but I do not see how I can set count on a summary criteria filter for date is this month. Thanks for the help!
-
Hello Richard/David, An alternate solution for this is to join the multi-select field on the table. In other words, use any field on the record associated with the custom field except for Name, e.g. External ID. To illustrate, assume that you have created a custom field Name = Multi-Select Location of Type = Multiple…
-
Unless I misunderstood, I thought the data centers were completely redundant and would failover in situations like these. I thought that was the purpose of having geographically separated systems. In the event of a catastrophic outage in one data center we would be up and running with little downtime. Can someone from…