Mi contenido
Comentarios
-
Not a clue 😅
-
Agreeing with Angela, I've not worked with this Item Label type template before and already can't wrap my head around where it's sourcing the data from. With a few tests I can't get any of the information off the item record that I would hope to… there's not even any mention of Item Label in the schema or record browsers!…
-
Hi Kenny, welcome to NetSuite~ What Type of PDF are you using? And to be doubly sure, what record and button are you trying to print these labels from? (I ask button as a lot of records have multiple print options)
-
In my experience, if you can't change the field then there is no easy way around I'm afraid. But my case might be different to yours, there might be a simpler way if all you need to swap is the Costing Method I've done the exercise before of converting Inventory Items to Matrix Inventory Items, here are the steps needed:…
-
Case is being investigated but they are struggling to reproduce the error, if it can't be reproduced it can't be flagged as a defect. I would urge anyone else also having this issue to please come forward. They have replicated the issue and the defect case is being prepared.
-
Thanks @Bry Cabria-Oracle I've logged a ticket and hopefully can come back with an update on this soon. 😊
-
Hey Bry, Have you got this working recently? Mine no longer does now that CDN Caching has been enforced enabled. For now, just wondering if you have the same issue or not. When I log in I can see my PCVs but when clicking on them it takes me to a Page Not Found error. This used to be fixed by me unchecking CDN Caching, but…
-
Sorry, I am no longer interested in chasing this question as I have handed it over to our SCA developer.
-
Client scripts aren't a possible way for me to trigger the validateField function, oops. Can I instead ask this: how would I achieve this in my extensions?
-
After making a request to them, Elogii have added the ability to add multiple headers to their Header / API authentication method. So, I am now able to add {"User-Agent": "Mozilla/5.0"} as an additional header and NetSuite is now accepting the webhook POST from Elogii using the Suitelet that I built. ————————————— Further…
-
Thank you both, I'll take on your advice and keep hunting for a solution. I don't want to jump straight onto a middleware incase it is possible without. It's just a case of making sure I check off all of the available options. So far my closest attempt is with the Header / API authentication from Elogii. It's able to use…
-
Thank you both. I'll start with support then and learn what I can from them.
-
After allowing 13.306CL1H3 to both subsidiaries, searching for the item unfortunately only returns itself and not 96GP30RTC
-
Yes, but if that works I would get both results on the list where I only want to see the new option. I'll test doing this and if I can get both results then I'll further test what happens if I make the old item inactive or adding it to a filter so that the Saved Search used by my Sales Order for the items can filter it out.
-
Thanks Angela, sounds like a straight forward days worth of work for you. 😊 Text is just the way the field was set up, not my choice. I've gone ahead and created Alias 2 for testing which is a List field sourcing Items. Here it is an its settings: And again the item example 96GP30RTC with 13.306CL1H3 as the value in…
-
I have found the instrucitons here Deleting Configured Page Elements from a Standard Process But after following them and deleting my cloned page element and updating the app, it still exists…
-
Will do. I'll report back if they're able to help me. I appreciate you trying to help me with this. 👍️
-
Sorted the saved search condition with a formula.
-
Thanks Pratik, Would you also be able to help me with the criteria for the saved search? I'm not sure how to set up the date/time. I'm trying to set the date criteria to be 'not within 6am to 9pm but every time I set this the description goes back to just 'not within today' and doesn't accept the time. I can set it to…
-
I managed to find 3 different Mobile Process List pages but all of them are empty or don't contain a custom process that holds the custom Page Element for me.
-
Thanks Bry, We do use the advanced signup as well but this simple one is for guest shoppers. I'll be sure to vote on the defect and enhancement. At least for now they seem to have given up and there's not much damage they can do.
-
Hi Richard, Thanks for the steer but unfortunately the search is returning 0 results.
-
In my rush, I forgot to set the context of the action to Web, which is why it wasn't triggering. However, this doesn't solve the issue as it does block leads, unlike contacts, from being able to login to the webstore. I don't really have an idea on how to prevent something like this from happening in future. It depends…
-
Hi there, I don't think you need a formula. Could you try grouping by action and sorting the date by maximum? In my head, I think this sounds like what you're asking for.
-
Hi there, This is a transaction search, yea? What record are you searching on as your primary or what are you Grouping by? The Sales Order, Invoice or Credit Memo?
-
Still seeking help with this please. My page has two of the same table and I still can't figure out how to find and/or delete the clone. >_<
-
The ones you screenshot are mainline fields, so isn't it just itemReceipt.setValue({ fieldId: 'landedcostmethod', value: 2 }); ? There is also landed cost fields on the item lines, those will be itemReceipt.getSublistValue({ sublistId: 'item', fieldId: 'landedcost', ←This is a guess line: i });
-
Yes, these are all accessible. If you click on the field name, do you get a popup with the field ID? You can turn this on in Home > Set Preferences and checking the Show Internal IDs box. On the Item Receipt, you can also add '&xml=t' to the end of your url to inspect the xml of the the item receipt that will show you the…
-
You can't returns results that don't exist. If you haven't purchased the item then there is no result to be returned. If you want to show all items, including ones that haven't been purchased then you need to also download a list of all your items that can be bought from the vendors and filter the results of both searches…
-
Sorry, I meant the actual results of the search when you run it, not the subtab config. But from what you've shared, if the Sales Team Member isn't one of your results, how is it emailing even that one Sales Team Member? From my understanding, you need to include the field that contains the value of the person you want to…