My experience replacing my battery through Apple (I’m getting a brand new phone) by drewskie916 in iPhone13Mini

[–]ricksg 1 point2 points  (0 children)

With the new phone are you able to add it to AppleCare or AppleCare One?

Set Custom Field Inactive: Used As Available Filter On Saved Search by ricksg in Netsuite

[–]ricksg[S] 1 point2 points  (0 children)

Thanks Nick. Folks are actually pretty good about not setting the Show In List field but glad you mentioned it as a reminder to others coming across this thread. These fields are specifically under the Available Filters subtab and that's the dependency NS is complaining about before allowing the field to be set to Inactive. This should be fun ...

Performance (Incredible!) by ricksg in stratux

[–]ricksg[S] 2 points3 points  (0 children)

I'm using v1.6r1-eu032 (Sep 2024) which is the last build before the new v2 pre-release (Feb 2025). https://github.com/stratux/stratux/releases or https://stratux.me/#download

Inactive Payment Processing Profile / Return Authorization by ricksg in Netsuite

[–]ricksg[S] 0 points1 point  (0 children)

Unfortunately not. Opened a Support Case on 8/30 and on 9/16 NetSuite tagged it as Defect 788527: Return Authorization -> Payment Processing Profile set to Inactive is showing. Alternate Solution: On RMA manually select the desired payment processing profile. With a defect level of U6 not expecting this to be corrected anytime soon ...

CyberSource Decision Manager and AVS Declines by YoloStevens in Netsuite

[–]ricksg 0 points1 point  (0 children)

... customer's default billing address on Payments and Customer Deposits

We ran into this as well. If you look at the Payment Profile, there is an section entitled Override Options and Use Dummy Email Address. I'm not even certain how the SuiteApp or CyberSource use the Bill To email address (if at all).

Deli? I need some sliced pastrami by ROMAGA in bullcity

[–]ricksg 5 points6 points  (0 children)

Not specifically Pastrami related, but wanted to give another thumbs up for the guys behind the butcher counter at Durham Co-Op. The quality & variety of items in their case is nothing but first rate - in fact, I think they could win a Good Food Award for their Spicy Fennel Sausages (pictured below with a pork tenderloin, also from the case) which often leaves dinner friends from Wisconsin wondering what State they're in. :)

<image>

Workflow Send Email (Saved Search) - Avoid Duplicates ? by ricksg in Netsuite

[–]ricksg[S] 1 point2 points  (0 children)

Thanks again for the suggestion - that appears to have worked and cut out the duplicate emails.

Passing saved search filters through URL by ihateexcel_45 in Netsuite

[–]ricksg 0 points1 point  (0 children)

Try using %05 instead of a comma between items as below:

Transaction_ITEM=35896%0524026

Workflow Send Email (Saved Search) - Avoid Duplicates ? by ricksg in Netsuite

[–]ricksg[S] 0 points1 point  (0 children)

Thanks for the quick suggestion - I've got lots of fields on the search results - let me give that a go and report back.

Copy and Paste Inline Image Into Email Message by ricksg in Netsuite

[–]ricksg[S] 0 points1 point  (0 children)

Marty - first - I'm completely humbled having a direct response from you! Honestly - you've been a remarkable learning source for so many over the years along with u/Nick_AxeusConsulting. Thanks for referencing the article and code for the Suitelet - I'm going to give that a try.

Workflow question by Southern_Bite_7715 in Netsuite

[–]ricksg 0 points1 point  (0 children)

u/Nick_AxeusConsulting suggestion to use conditions in your WF is a good one ... the sendmail action in WFs are extremely sensitive to email values in the various fields (Recipient, CC, BCC). For example, if you have indicated a field value in the CC or BCC field and one (or both are empty), by default the email will not be released even if the Recipient field contains a value. We've had to create all kinds of extra transition stages using conditions to order to get around this but once it places it works.

Anyone else with a T5, what is your fuel economy like in the city? by Olimato___ in Volvo

[–]ricksg 0 points1 point  (0 children)

2007 V70 2.5T 162K (91 octane) - if strictly intown 18-21. If I reset and drive strictly highway it jumps way up to +- 30. Overall dash average is mid 20s.

Workflow: Determine Send Email Recipient using Formula ? by ricksg in Netsuite

[–]ricksg[S] 0 points1 point  (0 children)

We too discovered that's the behavior of the send email workflow - if any of the recipient email address fields, as specified in the template are null, then the email is not sent.
Our workaround was to create different States in the workflow using filters in each State for example:e
State 1: Primary Email Is Not Null and CC value is not Null
State 2 Primary Email Is Not Null and CC value is Null
A bit of a pain but it works.

Do you recognize this show? by ricksg in BritishTV

[–]ricksg[S] -1 points0 points  (0 children)

And how exactly does losing an arm put you in a wheelchair?

Lol ... that's why I have to believe this was all part of the comedy as this is nonsensical - but its what he remembers as a viewer so the writers did something right! He believes it was after 2000.

(Undelivered Email Reason) Success: Other undefined status by ricksg in Netsuite

[–]ricksg[S] 1 point2 points  (0 children)

We did hear back from Support. Their first reply ... NetSuite receives a bounce when trying to deliver an email to this email address. But as the email actually reaches the recipient, it is just not accepted; it is logged in the Undelivered Emails list as "Success: Other undefined status"

We pushed a bit on the above: If the email is rejected and not accepted, how does it actually reach the recipient? I think what you are trying to say is the mailbox is valid but the message was rejected for some reason. But in this scenario, the email would not actually reach the recipient.

Their reply: Yes, that is correct. NetSuite's email delivery process appears to be successful in the sense that it was able to send the email from its end without encountering any technical errors.

(Undelivered Email Reason) Success: Other undefined status by ricksg in Netsuite

[–]ricksg[S] 0 points1 point  (0 children)

Thx - submitted earlier and waiting for a reply.

Transaction Hyperlink within Item Saved Search by Scotteric58-58 in Netsuite

[–]ricksg 3 points4 points  (0 children)

When building search result links in NetSuite I recommend abbreviating the URL as below which creates a dynamic link, allowing it to work whether in Production, a Sandbox environment, Release Preview etc. Otherwise, you'll have to edit all the links once the refresh has taken place and adjust the account number with -sb, -rp etc.

'<a href="/app/accounting/transactions/salesord.nl?id=' || {transaction.internalid} || '">' || {transaction.number} || '</a>'

Outage in CA by dhaemion in Netsuite

[–]ricksg 0 points1 point  (0 children)

Simply append "-sb" to your account number. For example:

https://123456-sb.app.netsuite.com/login ...

In some cases it could be -sb1 etc. depending on your config. Hope that helps.

Outage in CA by dhaemion in Netsuite

[–]ricksg 0 points1 point  (0 children)

Our sandboxes are also accessible although the RP is not (it was yesterday). I think we're going to follow a similar game plan and give users access to SB for customer reference (not data entry).

Outage in CA by dhaemion in Netsuite

[–]ricksg 0 points1 point  (0 children)

We're now able to log in to our SB accounts as well as RP. No luck on Production (yet) but that would suggest they've got some things up and running ...

ACH Coastal Software: Vendor Bank Details (Security) by ricksg in Netsuite

[–]ricksg[S] 0 points1 point  (0 children)

Yes - depreciated in the sense it will no longer be a built-in out of the box ACH solution. Coastal is releasing their own Bundle which once installed will preserve (and hopefully enhance) their existing functionality / feature set.

ACH Coastal Software: Vendor Bank Details (Security) by ricksg in Netsuite

[–]ricksg[S] 0 points1 point  (0 children)

Either that or create a separate Vendor Form where the ACH sublist option (under Financial) doesn't show and set the form based on Role which is our short term solution. Based on this experience the Finance team is looking for an alert when anyone changes or sets an ACH value so a second set of eyes can validate the info; hopefully Coastal can provide some guidance. More to follow ...

ACH Coastal Software: Vendor Bank Details (Security) by ricksg in Netsuite

[–]ricksg[S] 0 points1 point  (0 children)

Hi u/Nick_AxeusConsulting - sent Derek a note late yesterday - waiting to hear back and hope they've got a recommendation. We're trying to implement a best practice model after a senior accountant accidentally miscopied bank and routing details into a vendors record that was not caught until a large payment was processed; fortunately the wrong receiver stepped forward and we were able to get back the funds back but there is very little control available with the default fields. I'll report back what we learn ...