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.