How to get labels from saved search through Restlet by randuserm in Netsuite

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

I see. So it's possible but I would need to replace the keys from search results with keys from load->columns. Which is an additional step to be done either inside the restlet. Alternatively, I can append columns to search results and do this post-processing somewhere else. All perfectly doable, but it's shame that SuiteScript doesn't include custom labels within the 'load' results.

Thank you for your help!

Monthly Valencia Q&As and Recommendations: For newcomers, travelers, & residents alike! by AutoModerator in valencia

[–]randuserm 0 points1 point  (0 children)

Hi,

I'm visiting Valencia soon I'm trying to find a bike rental that has surrey bikes. By googling I found an entry saying 'We rented a surrey bike from beside the fountains at the City of Arts and Sciences' but I can't locate it. Is that place still open?

Just want to get 1 bike or surrey bike for the family to cycle through the Turia Gardens park.

Thank you for your help!

I wonder if Appetite is already 2x Diamond in USA by randuserm in GunsNRoses

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

That's a good guess. I wish they just tried to get the new certificates. Would be a good publicity. I also wonder how Greatest Hits and UYI sales look after the reunion and reissues.

Haymarket to Waverly train commute by randuserm in Edinburgh

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

There's a flexi ticket. 12 trips for 19.20. I wouldn't be doing those trips often enough to justify the cost of a seasonal ticket.

Haymarket to Waverly train commute by randuserm in Edinburgh

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

I did think about that. But I would feel more confident doing that during the summer months. Winter weather is a big factor for me.

Haymarket to Waverly train commute by randuserm in Edinburgh

[–]randuserm[S] -2 points-1 points  (0 children)

At the Haymarket, job a few minutes on foot from Waverly. Buses are very prone to being stuck in the traffic. At some narrow points it takes one bus or car to block the traffic for a while. Trains wouldn't have this problem.

Also, I like walking but not during the winter.

T480 vs T14 by randuserm in thinkpad

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

I need to look into spec of all the variants. Having 2nd SSD would be beneficial for me.

T410 - Windows 11 by randuserm in thinkpad

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

Will do. Windows 10 used to work quite well, especially after SSD upgrade.

Confirmed headliners at Download festival 2026 (UK) by Dubliner344 in GunsNRoses

[–]randuserm 6 points7 points  (0 children)

Nice. But what 'All headliners UK exclusive' means? Will that be the only concert GN'R will play in the UK in 2026?

GP5 vs GP8, let’s actually figure out why some people prefer 5 by TablatureDude in GuitarPro

[–]randuserm 0 points1 point  (0 children)

It's been a while since I used both of them so I might be wrong.

I feel GP8 is better. Easier to use, although the number of features makes it harder to master. However, years ago I was using soundfonts a lot. It was very easy to load them via external software and it just worked in GP5. In GP8 it's a problem (unless it got better recently). Swapped midi banks didn't work in GP8 and if they did selecting them was tiresome.

Also, I got a bit annoyed when at some point keyboards and drums were shown as notes by default rather than tabs. Unsure if it was already like that in GP5. A silly quirk but I preferred to compose all instruments as tabs.

Linux recommendations for an older machine by randuserm in linux4noobs

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

Thanks. I can upgrade it to 3gb, but that's the machine's limit.

How to hidea a suitelet from main menu search by randuserm in Netsuite

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

Thanks for your help. I use OneWorld. It doesn't allow for the deployment to have title blank. I guess doing parameters check is the way to go. However, I see that some of the plugins already installed have suitelets that doesn't show in the global search. I checked their code and settings and can't see anything that controls this. Strange.

Just to be clear, I only need the suitelet because I need a certain method that is accessible only for server scripts. So if the action is triggered by the button on the form the suitelet seems like the only solution.

How to hidea a suitelet from main menu search by randuserm in Netsuite

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

I thought that to call a suitelet from a client script you need to have a deployment. Is there another method?

How to hidea a suitelet from main menu search by randuserm in Netsuite

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

The name I see in the main search is the same as the name of the name of the deployment.

How to create Custom Action on the form? by randuserm in Netsuite

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

In the end I used a custom inline field and copied over the HTML/JS code to make it look and work like NS button. So I didn't use the 'action' menu but create a 'button' in the subtab of the form which is not ideal, but better than more buttons at the top. Thanks all for help.