My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Comments
-
Hi Ibudimir - thank you for the suggestion and that would be a good workaround - I cannot find the field in a saved search, only in reports; that then would mean a CSV download, Excel match up to customer IDs, and CSV upload to the field - are you suggesting that in fact a Saved Search can obtain either {visits} or…
-
Hi Michael & a massive thank you! And I see the mistake I made in not calling the column values. There is a remaining snag, but it may not be the scheduled script! This is the debug error message: Error: SSS_MISSING_REQD_ARGUMENT type Bit of context, as this thing is robbing me of sleep! The purpose of the script is to…
-
We use a formula in searches on the basis that: parent.name = every child has one parent.name = blank for standard items This is the formula: NVL ({parent.name}, {displayname}) It displays the parent name if there is one, or the item name if it is a standard item. It never displays the child item name. With a bit of logic…
-
We have a similar experience here with Google. However MSN /Bing is performing well. There might be some expertise (or luck) that can be shared around site architecture?
-
Brett - Awesome! For others: Our fields are constructed slightly different from Brett's example and some of Brett's code was out of my league. So I simplified it for our purpose. What we use: A saved search that - finds items to be included in a promotion based on a start date - extracts current online price - calculates…
-
Unfortunately - it's not saving the value (although I appreciate that the commit value instruction was not included) - It is so annoying; once I 'get' the script logic all is fine, I just do not 'get' this one. Also looked at this post with a different approach but that threw errors:…
-
Awesome and thank you - the issue was as described: the custom record was given its unique descriptive name and that is what I should have used! nlapiLoadSearch('customrecord_descriptivename','customsearch1000');
-
We are in the middle of transitioning to SCA: 1/ Setting up product attributes (Facets) is easy; Custom fields (we tended to use multi-select fields based on custom lists) 2/ Images: totally different ball park > what is good is that the images automatically 'find' the item based on some rules// what is not is that you…
-
Hi Paul To avoid an Iframe, you can properly embed the form fields. Here is our code snippet: <div style="background-color: #444444; color: #FFF; padding: 20px 0px; border-top: #000; border-width: 3px;"> <!-- Associate the form --> <form action='[COPY IN EXTERNAL LINK TO YOUR CUSTOMER FORM' method="post"> <div> <!-- Open…
-
Its a defect: Defect 166006: Publish Saved Search : Not Displaying Result
-
If a customer is already logged in and has a "history" of what shipping method was selected before, the check out flow assumes this to be the preference going forward. A separated check out navigation is required to move "back" to the shipping screen.
-
We are also interested
-
We are seeing the same symptoms: high cart abandonment, high failed order error tickets, and cosequently reduced daily turnover. We are about to raise a ticket with NS for this - will post the case number here.
-
We are trying to do something similar for site maps and for google. I found two approaches that work but each are not delivering quite what is required. We have a search that will find the URL of an image: - Rearch criteria: file type JPEG - Result field: URL > that then finds all images incl those in custom fields But the…
-
The Customer Care Case # is 1353131
-
Potentially related to this: We show particular products in more than one category ("tabs"): eg a pair of gloves turns up in "Gloves" but may also be shown in "Winter Products". When you search for that product, NS defaults the bread crumb trail to show that product to be part of the most recently created tab (eg a themed…
-
Hi did you crack this? I have a similar problem and would love some help ... :) George
-
Hi Olivier, How would the "write" action work? That's exactly what we need! Thank you George
-
The following worked for us to get an ongoing report as to how profitable our sales are; Reason for doing this: we have changeable input costs which depend on eg exchange rates and we operate a FIFO system so that we needed a report on the actual cost charged to a transaction rather than an average cost for items in stock…
-
Brilliant that has worked a treat - thank you!
-
A bit more of a pointer required if you could: I need the sales order to link price paid to COGS (when using IFs for the search I was losing that link) - Mark was right that I limited the accounts in the Criteria - and that is now removed; but I cannot find the field that reports the COGS impact. I looked in: COGS sale /…
-
Hi Vicky When you have a workable solution please share - i have been struggling with the same thing and end up setting up the matrix items by hand each time. thank you in advance -Georg