My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
I tried to enter this: = NVL({pricelevel},0) but it is saying field not found. Also do I put this in the results or criteria?
-
The formula field just seems to be pulling unit price but does not fill in zero for pricing levels that are empty. Here is how I have the item search setup:
-
/****************************************************************************** * Type: ON SAVE * Name: onSave * Sets field istaxable to true for inventory item * *************************************************************************/ function onSave() { nlapiSetFieldValue('istaxable', 'T' , true); // alert("Set field…
-
It's just a fail safe in case our sales guys create a product and don't check the taxable box it will check it for them. I solved the tax issue with the form (thanks!) However there is still the issue of handling. Even if I make a new shipping item with no shipping and handling and add these products it will still list the…
-
I just realized a problem with our service items we setup now too. When I try to buy a service for resell item it says this on checkout: "There are no shipping methods available for your address. Please verify that your address is correct. If you continue to have problems, please contact us directly." It doesn't matter…
-
It is not form-dependant! I was able to create a new form for my role so I could uncheck it :D However I am still getting a handling fee charged on the item for some reason even when I put 0.00 in the shipping and handling fields on the item.
-
Couldn't you just set it up as an inventory item and give it free shipping and no tax? Or am I missing the complexity of this? We have a script on our items that automatically checks the taxable box on items. Is there a way to disable a script on just one item? Also for some reason it still adds a handling fee to the item…
-
I was able to find it: The number of columns in your commission matrix is determined by the Maximum Commission Brackets preference at Setup > Sales > Sales Management > Commissions ( Administrator ) .
-
I am looking for service
-
Here is the information I found out about this issue: NetSuite knows of this limitation - the commission schedule is limited at 10,000. They recommend using the Parent Items to set up a schedule instead. There is currently a voting enhancement for it but I don't see that making any difference...
-
I have been reading the help documents and still haven't found the answer to this. Does anyone here have experience using these commission schedules?
-
Is there any other way to do this or plans of getting this enhancement release any time soon?
-
They are not inactive. Still struggling with this issue. It says we have 12000 items and only displays 10000 so how do I see the rest of them?
-
thanks everyone for the information!
-
Is the latest and greatest solution for positive pay? I am getting ready to start defining our process. I'm in the same boat here too
-
yup same thing [ATTACH=CONFIG]temp_242_1412627845111_844[/ATTACH]
-
I tried this but it is not pulling the account number.
-
Oh it populates it after save. For some reason I thought the source would happen when you entered in the customer name.
-
That applies on regular fields/columns but not sublists. Also the item sublist on the purchase order does not have a customize button like some of the other sublists so I was wondering if this was just one you can't change.
-
did you select the same type for both transaction column field and the filed on inventory item. Although if you selected the same type, i am not sure whether this is possible or not. May be you are doing the other way around, generally you will create the field on inventory item then do sourcing from that to columns filed.…
-
wow that worked! However now since I removed it and readded I also somehow broke tax amount cause now it doesnt calculate it when you put in an item :o oops! what we get for letting a newbie to netsuite (me) mess with transaction forms >.>
-
well I tried to use two forms but they both cant be preferred so I am not sure how to create the same exact form just for another role...
-
I found something on "giving access to the transaction subtab on entity records" I made my own subtab with the custom field on it. Am I able to set permissions for only for this custom subtab as well? I don't have access to manage rolls so if this is possible I need to be able to forward this on to the person who can do it.
-
So if I set every field to disabled except for the field I need them to edit then that will work? Also if everyone uses this form can I set it so that its only disabled for them and everyone else who has edit access can still change what they need to?
-
Who are you guys using to host Magento? I was looking into integrating Netsuite with either Magento or MagentoGo and trying to see what the best options are. I can't seem to find a connector for MagentoGo and it seems to be less customizable than the on you have to host. I would appreciate any information you guys can give…
-
After some digging I found out that it is not possible to pull from a certain inventory location https://usergroup.netsuite.com/users/showthread.php?t=8603&highlight=quantityavailable "It works with MLI, but probably not as expected. If MLI is enabled, the quantityavailable tag will pull the quantity available from only…
-
Do you have a custom default drilldown template setup? If so it's just a matter of going to setup > website > item/cat template and editing your template to move it where ever you want.
-
Ok so I managed to figure out where it shows up! The one I made is on its own page within my manufacturers category. Is there a tag that lets you put a saved search in as part of a layout of another page?
-
Oh wow that is a simple solution! I thought by using a template that those options didn't matter anymore. Thanks for the information!
-
thanks for the info i'll look into it :)